diff --git a/eng/mgmt/mgmtmetadata/containerservice_resource-manager.txt b/eng/mgmt/mgmtmetadata/containerservice_resource-manager.txt index ea1fdf2f8d7b..71a33c4c4e03 100644 --- a/eng/mgmt/mgmtmetadata/containerservice_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/containerservice_resource-manager.txt @@ -3,12 +3,13 @@ AutoRest installed successfully. Commencing code generation Generating CSharp code Executing AutoRest command -cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/containerservice/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Users\abelch\src\azure-sdk-for-net\sdk -2020-08-25 08:55:52 UTC +cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/containerservice/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Users\kaiqz\github\kaiqzhan\azure-sdk-for-net\sdk +Autorest CSharp Version: 2.3.82 +2021-07-01 22:14:06 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: 122829cebe6e4177e9eb6ff349071d3e2034b0e7 +Commit: b5b3ae9a081535b4dabce52a1136eece3e2d469f AutoRest information Requested version: v2 Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/AzSdk.RP.props b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/AzSdk.RP.props index 297246c9b64c..24183bf947cb 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/AzSdk.RP.props +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/AzSdk.RP.props @@ -1,7 +1,7 @@ - ContainerService_2020-07-01 + ContainerService_2021-05-01 $(PackageTags);$(CommonTags);$(AzureApiTag); \ No newline at end of file diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/AgentPoolsOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/AgentPoolsOperations.cs index 4a5ecad46cda..57e020a86678 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/AgentPoolsOperations.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/AgentPoolsOperations.cs @@ -53,10 +53,6 @@ internal AgentPoolsOperations(ContainerServiceClient client) /// /// Gets a list of agent pools in the specified managed cluster. /// - /// - /// Gets a list of agent pools in the specified managed cluster. The operation - /// returns properties of each agent pool. - /// /// /// The name of the resource group. /// @@ -86,6 +82,10 @@ internal AgentPoolsOperations(ContainerServiceClient client) /// public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -120,7 +120,6 @@ internal AgentPoolsOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); } } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -128,7 +127,6 @@ internal AgentPoolsOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -141,9 +139,9 @@ internal AgentPoolsOperations(ContainerServiceClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -251,7 +249,7 @@ internal AgentPoolsOperations(ContainerServiceClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -271,11 +269,8 @@ internal AgentPoolsOperations(ContainerServiceClient client) } /// - /// Gets the agent pool. + /// Gets the specified managed cluster agent pool. /// - /// - /// Gets the details of the agent pool by managed cluster and resource group. - /// /// /// The name of the resource group. /// @@ -308,6 +303,10 @@ internal AgentPoolsOperations(ContainerServiceClient client) /// public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -346,7 +345,6 @@ internal AgentPoolsOperations(ContainerServiceClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "agentPoolName"); } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -354,7 +352,6 @@ internal AgentPoolsOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("agentPoolName", agentPoolName); @@ -369,9 +366,9 @@ internal AgentPoolsOperations(ContainerServiceClient client) _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); _url = _url.Replace("{agentPoolName}", System.Uri.EscapeDataString(agentPoolName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -499,11 +496,8 @@ internal AgentPoolsOperations(ContainerServiceClient client) } /// - /// Creates or updates an agent pool. - /// - /// /// Creates or updates an agent pool in the specified managed cluster. - /// + /// /// /// The name of the resource group. /// @@ -514,7 +508,7 @@ internal AgentPoolsOperations(ContainerServiceClient client) /// The name of the agent pool. /// /// - /// Parameters supplied to the Create or Update an agent pool operation. + /// The agent pool to create or update. /// /// /// The headers that will be added to request. @@ -530,11 +524,8 @@ internal AgentPoolsOperations(ContainerServiceClient client) } /// - /// Deletes an agent pool. + /// Deletes an agent pool in the specified managed cluster. /// - /// - /// Deletes the agent pool in the specified managed cluster. - /// /// /// The name of the resource group. /// @@ -558,12 +549,8 @@ internal AgentPoolsOperations(ContainerServiceClient client) } /// - /// Gets upgrade profile for an agent pool. + /// Gets the upgrade profile for an agent pool. /// - /// - /// Gets the details of the upgrade profile for an agent pool with a specified - /// resource group and managed cluster name. - /// /// /// The name of the resource group. /// @@ -596,6 +583,10 @@ internal AgentPoolsOperations(ContainerServiceClient client) /// public async Task> GetUpgradeProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -634,7 +625,6 @@ internal AgentPoolsOperations(ContainerServiceClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "agentPoolName"); } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -642,7 +632,6 @@ internal AgentPoolsOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("agentPoolName", agentPoolName); @@ -657,9 +646,9 @@ internal AgentPoolsOperations(ContainerServiceClient client) _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); _url = _url.Replace("{agentPoolName}", System.Uri.EscapeDataString(agentPoolName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -787,10 +776,12 @@ internal AgentPoolsOperations(ContainerServiceClient client) } /// - /// Gets a list of supported versions for the specified agent pool. + /// Gets a list of supported Kubernetes versions for the specified agent pool. /// /// - /// Gets a list of supported versions for the specified agent pool. + /// See [supported Kubernetes + /// versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) + /// for more details about the version lifecycle. /// /// /// The name of the resource group. @@ -821,6 +812,10 @@ internal AgentPoolsOperations(ContainerServiceClient client) /// public async Task> GetAvailableAgentPoolVersionsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -855,7 +850,6 @@ internal AgentPoolsOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); } } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -863,7 +857,6 @@ internal AgentPoolsOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -876,9 +869,9 @@ internal AgentPoolsOperations(ContainerServiceClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1006,10 +999,13 @@ internal AgentPoolsOperations(ContainerServiceClient client) } /// - /// Creates or updates an agent pool. + /// Upgrades the node image version of an agent pool to the latest. /// /// - /// Creates or updates an agent pool in the specified managed cluster. + /// Upgrading the node image version of an agent pool applies the newest OS and + /// runtime updates to the nodes. AKS provides one new image per week with the + /// latest updates. For more details on node image versions, see: + /// https://docs.microsoft.com/azure/aks/node-image-upgrade /// /// /// The name of the resource group. @@ -1020,8 +1016,33 @@ internal AgentPoolsOperations(ContainerServiceClient client) /// /// The name of the agent pool. /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> UpgradeNodeImageVersionWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginUpgradeNodeImageVersionWithHttpMessagesAsync(resourceGroupName, resourceName, agentPoolName, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Creates or updates an agent pool in the specified managed cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the agent pool. + /// /// - /// Parameters supplied to the Create or Update an agent pool operation. + /// The agent pool to create or update. /// /// /// Headers that will be added to request. @@ -1046,6 +1067,10 @@ internal AgentPoolsOperations(ContainerServiceClient client) /// public async Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, AgentPool parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -1088,7 +1113,10 @@ internal AgentPoolsOperations(ContainerServiceClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } - string apiVersion = "2020-07-01"; + if (parameters != null) + { + parameters.Validate(); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1096,7 +1124,6 @@ internal AgentPoolsOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("agentPoolName", agentPoolName); @@ -1112,9 +1139,9 @@ internal AgentPoolsOperations(ContainerServiceClient client) _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); _url = _url.Replace("{agentPoolName}", System.Uri.EscapeDataString(agentPoolName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1266,11 +1293,8 @@ internal AgentPoolsOperations(ContainerServiceClient client) } /// - /// Deletes an agent pool. + /// Deletes an agent pool in the specified managed cluster. /// - /// - /// Deletes the agent pool in the specified managed cluster. - /// /// /// The name of the resource group. /// @@ -1300,6 +1324,10 @@ internal AgentPoolsOperations(ContainerServiceClient client) /// public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -1338,7 +1366,6 @@ internal AgentPoolsOperations(ContainerServiceClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "agentPoolName"); } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1346,7 +1373,6 @@ internal AgentPoolsOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("agentPoolName", agentPoolName); @@ -1361,9 +1387,9 @@ internal AgentPoolsOperations(ContainerServiceClient client) _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); _url = _url.Replace("{agentPoolName}", System.Uri.EscapeDataString(agentPoolName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1473,12 +1499,241 @@ internal AgentPoolsOperations(ContainerServiceClient client) } /// - /// Gets a list of agent pools in the specified managed cluster. + /// Upgrades the node image version of an agent pool to the latest. /// /// - /// Gets a list of agent pools in the specified managed cluster. The operation - /// returns properties of each agent pool. + /// Upgrading the node image version of an agent pool applies the newest OS and + /// runtime updates to the nodes. AKS provides one new image per week with the + /// latest updates. For more details on node image versions, see: + /// https://docs.microsoft.com/azure/aks/node-image-upgrade /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the agent pool. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> BeginUpgradeNodeImageVersionWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (resourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); + } + if (resourceName != null) + { + if (resourceName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceName", 63); + } + if (resourceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceName, "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); + } + } + if (agentPoolName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "agentPoolName"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("agentPoolName", agentPoolName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginUpgradeNodeImageVersion", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeNodeImageVersion").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{agentPoolName}", System.Uri.EscapeDataString(agentPoolName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 202) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 202) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets a list of agent pools in the specified managed cluster. + /// /// /// The NextLink from the previous successful call to List operation. /// @@ -1630,7 +1885,7 @@ internal AgentPoolsOperations(ContainerServiceClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/AgentPoolsOperationsExtensions.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/AgentPoolsOperationsExtensions.cs index fac6394a3939..e0c7263272e9 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/AgentPoolsOperationsExtensions.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/AgentPoolsOperationsExtensions.cs @@ -24,10 +24,6 @@ public static partial class AgentPoolsOperationsExtensions /// /// Gets a list of agent pools in the specified managed cluster. /// - /// - /// Gets a list of agent pools in the specified managed cluster. The operation - /// returns properties of each agent pool. - /// /// /// The operations group for this extension method. /// @@ -45,10 +41,6 @@ public static IPage List(this IAgentPoolsOperations operations, strin /// /// Gets a list of agent pools in the specified managed cluster. /// - /// - /// Gets a list of agent pools in the specified managed cluster. The operation - /// returns properties of each agent pool. - /// /// /// The operations group for this extension method. /// @@ -70,11 +62,8 @@ public static IPage List(this IAgentPoolsOperations operations, strin } /// - /// Gets the agent pool. + /// Gets the specified managed cluster agent pool. /// - /// - /// Gets the details of the agent pool by managed cluster and resource group. - /// /// /// The operations group for this extension method. /// @@ -93,11 +82,8 @@ public static AgentPool Get(this IAgentPoolsOperations operations, string resour } /// - /// Gets the agent pool. + /// Gets the specified managed cluster agent pool. /// - /// - /// Gets the details of the agent pool by managed cluster and resource group. - /// /// /// The operations group for this extension method. /// @@ -122,11 +108,8 @@ public static AgentPool Get(this IAgentPoolsOperations operations, string resour } /// - /// Creates or updates an agent pool. - /// - /// /// Creates or updates an agent pool in the specified managed cluster. - /// + /// /// /// The operations group for this extension method. /// @@ -140,7 +123,7 @@ public static AgentPool Get(this IAgentPoolsOperations operations, string resour /// The name of the agent pool. /// /// - /// Parameters supplied to the Create or Update an agent pool operation. + /// The agent pool to create or update. /// public static AgentPool CreateOrUpdate(this IAgentPoolsOperations operations, string resourceGroupName, string resourceName, string agentPoolName, AgentPool parameters) { @@ -148,11 +131,8 @@ public static AgentPool CreateOrUpdate(this IAgentPoolsOperations operations, st } /// - /// Creates or updates an agent pool. - /// - /// /// Creates or updates an agent pool in the specified managed cluster. - /// + /// /// /// The operations group for this extension method. /// @@ -166,7 +146,7 @@ public static AgentPool CreateOrUpdate(this IAgentPoolsOperations operations, st /// The name of the agent pool. /// /// - /// Parameters supplied to the Create or Update an agent pool operation. + /// The agent pool to create or update. /// /// /// The cancellation token. @@ -180,11 +160,8 @@ public static AgentPool CreateOrUpdate(this IAgentPoolsOperations operations, st } /// - /// Deletes an agent pool. + /// Deletes an agent pool in the specified managed cluster. /// - /// - /// Deletes the agent pool in the specified managed cluster. - /// /// /// The operations group for this extension method. /// @@ -203,11 +180,8 @@ public static void Delete(this IAgentPoolsOperations operations, string resource } /// - /// Deletes an agent pool. + /// Deletes an agent pool in the specified managed cluster. /// - /// - /// Deletes the agent pool in the specified managed cluster. - /// /// /// The operations group for this extension method. /// @@ -229,12 +203,8 @@ public static void Delete(this IAgentPoolsOperations operations, string resource } /// - /// Gets upgrade profile for an agent pool. + /// Gets the upgrade profile for an agent pool. /// - /// - /// Gets the details of the upgrade profile for an agent pool with a specified - /// resource group and managed cluster name. - /// /// /// The operations group for this extension method. /// @@ -253,12 +223,8 @@ public static AgentPoolUpgradeProfile GetUpgradeProfile(this IAgentPoolsOperatio } /// - /// Gets upgrade profile for an agent pool. + /// Gets the upgrade profile for an agent pool. /// - /// - /// Gets the details of the upgrade profile for an agent pool with a specified - /// resource group and managed cluster name. - /// /// /// The operations group for this extension method. /// @@ -283,10 +249,12 @@ public static AgentPoolUpgradeProfile GetUpgradeProfile(this IAgentPoolsOperatio } /// - /// Gets a list of supported versions for the specified agent pool. + /// Gets a list of supported Kubernetes versions for the specified agent pool. /// /// - /// Gets a list of supported versions for the specified agent pool. + /// See [supported Kubernetes + /// versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) + /// for more details about the version lifecycle. /// /// /// The operations group for this extension method. @@ -303,10 +271,12 @@ public static AgentPoolAvailableVersions GetAvailableAgentPoolVersions(this IAge } /// - /// Gets a list of supported versions for the specified agent pool. + /// Gets a list of supported Kubernetes versions for the specified agent pool. /// /// - /// Gets a list of supported versions for the specified agent pool. + /// See [supported Kubernetes + /// versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) + /// for more details about the version lifecycle. /// /// /// The operations group for this extension method. @@ -329,10 +299,13 @@ public static AgentPoolAvailableVersions GetAvailableAgentPoolVersions(this IAge } /// - /// Creates or updates an agent pool. + /// Upgrades the node image version of an agent pool to the latest. /// /// - /// Creates or updates an agent pool in the specified managed cluster. + /// Upgrading the node image version of an agent pool applies the newest OS and + /// runtime updates to the nodes. AKS provides one new image per week with the + /// latest updates. For more details on node image versions, see: + /// https://docs.microsoft.com/azure/aks/node-image-upgrade /// /// /// The operations group for this extension method. @@ -346,8 +319,60 @@ public static AgentPoolAvailableVersions GetAvailableAgentPoolVersions(this IAge /// /// The name of the agent pool. /// + public static AgentPool UpgradeNodeImageVersion(this IAgentPoolsOperations operations, string resourceGroupName, string resourceName, string agentPoolName) + { + return operations.UpgradeNodeImageVersionAsync(resourceGroupName, resourceName, agentPoolName).GetAwaiter().GetResult(); + } + + /// + /// Upgrades the node image version of an agent pool to the latest. + /// + /// + /// Upgrading the node image version of an agent pool applies the newest OS and + /// runtime updates to the nodes. AKS provides one new image per week with the + /// latest updates. For more details on node image versions, see: + /// https://docs.microsoft.com/azure/aks/node-image-upgrade + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the agent pool. + /// + /// + /// The cancellation token. + /// + public static async Task UpgradeNodeImageVersionAsync(this IAgentPoolsOperations operations, string resourceGroupName, string resourceName, string agentPoolName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.UpgradeNodeImageVersionWithHttpMessagesAsync(resourceGroupName, resourceName, agentPoolName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Creates or updates an agent pool in the specified managed cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the agent pool. + /// /// - /// Parameters supplied to the Create or Update an agent pool operation. + /// The agent pool to create or update. /// public static AgentPool BeginCreateOrUpdate(this IAgentPoolsOperations operations, string resourceGroupName, string resourceName, string agentPoolName, AgentPool parameters) { @@ -355,11 +380,8 @@ public static AgentPool BeginCreateOrUpdate(this IAgentPoolsOperations operation } /// - /// Creates or updates an agent pool. - /// - /// /// Creates or updates an agent pool in the specified managed cluster. - /// + /// /// /// The operations group for this extension method. /// @@ -373,7 +395,7 @@ public static AgentPool BeginCreateOrUpdate(this IAgentPoolsOperations operation /// The name of the agent pool. /// /// - /// Parameters supplied to the Create or Update an agent pool operation. + /// The agent pool to create or update. /// /// /// The cancellation token. @@ -387,11 +409,8 @@ public static AgentPool BeginCreateOrUpdate(this IAgentPoolsOperations operation } /// - /// Deletes an agent pool. + /// Deletes an agent pool in the specified managed cluster. /// - /// - /// Deletes the agent pool in the specified managed cluster. - /// /// /// The operations group for this extension method. /// @@ -410,11 +429,8 @@ public static void BeginDelete(this IAgentPoolsOperations operations, string res } /// - /// Deletes an agent pool. + /// Deletes an agent pool in the specified managed cluster. /// - /// - /// Deletes the agent pool in the specified managed cluster. - /// /// /// The operations group for this extension method. /// @@ -436,15 +452,69 @@ public static void BeginDelete(this IAgentPoolsOperations operations, string res } /// - /// Gets a list of agent pools in the specified managed cluster. + /// Upgrades the node image version of an agent pool to the latest. /// /// - /// Gets a list of agent pools in the specified managed cluster. The operation - /// returns properties of each agent pool. + /// Upgrading the node image version of an agent pool applies the newest OS and + /// runtime updates to the nodes. AKS provides one new image per week with the + /// latest updates. For more details on node image versions, see: + /// https://docs.microsoft.com/azure/aks/node-image-upgrade /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the agent pool. + /// + public static AgentPool BeginUpgradeNodeImageVersion(this IAgentPoolsOperations operations, string resourceGroupName, string resourceName, string agentPoolName) + { + return operations.BeginUpgradeNodeImageVersionAsync(resourceGroupName, resourceName, agentPoolName).GetAwaiter().GetResult(); + } + + /// + /// Upgrades the node image version of an agent pool to the latest. + /// + /// + /// Upgrading the node image version of an agent pool applies the newest OS and + /// runtime updates to the nodes. AKS provides one new image per week with the + /// latest updates. For more details on node image versions, see: + /// https://docs.microsoft.com/azure/aks/node-image-upgrade + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the agent pool. + /// + /// + /// The cancellation token. + /// + public static async Task BeginUpgradeNodeImageVersionAsync(this IAgentPoolsOperations operations, string resourceGroupName, string resourceName, string agentPoolName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginUpgradeNodeImageVersionWithHttpMessagesAsync(resourceGroupName, resourceName, agentPoolName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets a list of agent pools in the specified managed cluster. + /// + /// + /// The operations group for this extension method. + /// /// /// The NextLink from the previous successful call to List operation. /// @@ -456,10 +526,6 @@ public static IPage ListNext(this IAgentPoolsOperations operations, s /// /// Gets a list of agent pools in the specified managed cluster. /// - /// - /// Gets a list of agent pools in the specified managed cluster. The operation - /// returns properties of each agent pool. - /// /// /// The operations group for this extension method. /// diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServiceClient.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServiceClient.cs index b53e00facb1e..8ec676a4cb84 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServiceClient.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServiceClient.cs @@ -53,6 +53,11 @@ public partial class ContainerServiceClient : ServiceClient public string SubscriptionId { get; set; } + /// + /// Client Api Version. + /// + public string ApiVersion { get; private set; } + /// /// The preferred language for the response. /// @@ -71,16 +76,6 @@ public partial class ContainerServiceClient : ServiceClient public bool? GenerateClientRequestId { get; set; } - /// - /// Gets the IOpenShiftManagedClustersOperations. - /// - public virtual IOpenShiftManagedClustersOperations OpenShiftManagedClusters { get; private set; } - - /// - /// Gets the IContainerServicesOperations. - /// - public virtual IContainerServicesOperations ContainerServices { get; private set; } - /// /// Gets the IOperations. /// @@ -91,6 +86,11 @@ public partial class ContainerServiceClient : ServiceClient public virtual IManagedClustersOperations ManagedClusters { get; private set; } + /// + /// Gets the IMaintenanceConfigurationsOperations. + /// + public virtual IMaintenanceConfigurationsOperations MaintenanceConfigurations { get; private set; } + /// /// Gets the IAgentPoolsOperations. /// @@ -101,6 +101,16 @@ public partial class ContainerServiceClient : ServiceClient public virtual IPrivateEndpointConnectionsOperations PrivateEndpointConnections { get; private set; } + /// + /// Gets the IPrivateLinkResourcesOperations. + /// + public virtual IPrivateLinkResourcesOperations PrivateLinkResources { get; private set; } + + /// + /// Gets the IResolvePrivateLinkServiceIdOperations. + /// + public virtual IResolvePrivateLinkServiceIdOperations ResolvePrivateLinkServiceId { get; private set; } + /// /// Initializes a new instance of the ContainerServiceClient class. /// @@ -342,13 +352,15 @@ public ContainerServiceClient(System.Uri baseUri, ServiceClientCredentials crede /// private void Initialize() { - OpenShiftManagedClusters = new OpenShiftManagedClustersOperations(this); - ContainerServices = new ContainerServicesOperations(this); Operations = new Operations(this); ManagedClusters = new ManagedClustersOperations(this); + MaintenanceConfigurations = new MaintenanceConfigurationsOperations(this); AgentPools = new AgentPoolsOperations(this); PrivateEndpointConnections = new PrivateEndpointConnectionsOperations(this); + PrivateLinkResources = new PrivateLinkResourcesOperations(this); + ResolvePrivateLinkServiceId = new ResolvePrivateLinkServiceIdOperations(this); BaseUri = new System.Uri("https://management.azure.com"); + ApiVersion = "2021-05-01"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; @@ -378,8 +390,6 @@ private void Initialize() new Iso8601TimeSpanConverter() } }; - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("kind")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("kind")); CustomInitialize(); DeserializationSettings.Converters.Add(new TransformationJsonConverter()); DeserializationSettings.Converters.Add(new CloudErrorJsonConverter()); diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServicesOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServicesOperations.cs deleted file mode 100644 index 564aab684620..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServicesOperations.cs +++ /dev/null @@ -1,1689 +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.ContainerService -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - using System.Net; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; - - /// - /// ContainerServicesOperations operations. - /// - internal partial class ContainerServicesOperations : IServiceOperations, IContainerServicesOperations - { - /// - /// Initializes a new instance of the ContainerServicesOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal ContainerServicesOperations(ContainerServiceClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the ContainerServiceClient - /// - public ContainerServiceClient Client { get; private set; } - - /// - /// Gets a list of container services in the specified subscription. - /// - /// - /// Gets a list of container services in the specified subscription. The - /// operation returns properties of each container service including state, - /// orchestrator, number of masters and agents, and FQDNs of masters and - /// agents. - /// - /// - /// 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. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public async Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - string apiVersion = "2017-07-01"; - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/containerServices").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - List _queryParameters = new List(); - if (apiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Creates or updates a container service. - /// - /// - /// Creates or updates a container service with the specified configuration of - /// orchestrator, masters, and agents. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// Parameters supplied to the Create or Update a Container Service operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string containerServiceName, ContainerServiceModel parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send Request - AzureOperationResponse _response = await BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, containerServiceName, parameters, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Gets the properties of the specified container service. - /// - /// - /// Gets the properties of the specified container service in the specified - /// subscription and resource group. The operation returns the properties - /// including state, orchestrator, number of masters and agents, and FQDNs of - /// masters and agents. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// 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. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string containerServiceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (containerServiceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "containerServiceName"); - } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - string apiVersion = "2017-07-01"; - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("containerServiceName", containerServiceName); - tracingParameters.Add("apiVersion", apiVersion); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{containerServiceName}", System.Uri.EscapeDataString(containerServiceName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - List _queryParameters = new List(); - if (apiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Deletes the specified container service. - /// - /// - /// Deletes the specified container service in the specified subscription and - /// resource group. The operation does not delete other resources created as - /// part of creating a container service, including storage accounts, VMs, and - /// availability sets. All the other resources created with the container - /// service are part of the same resource group and can be deleted - /// individually. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string containerServiceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send request - AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, containerServiceName, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Gets a list of container services in the specified resource group. - /// - /// - /// Gets a list of container services in the specified subscription and - /// resource group. The operation returns properties of each container service - /// including state, orchestrator, number of masters and agents, and FQDNs of - /// masters and agents. - /// - /// - /// The name of the resource group. - /// - /// - /// 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. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public async Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - string apiVersion = "2017-07-01"; - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("apiVersion", apiVersion); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroup", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - List _queryParameters = new List(); - if (apiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a list of supported orchestrators in the specified subscription. - /// - /// - /// Gets a list of supported orchestrators in the specified subscription. The - /// operation returns properties of each orchestrator including version, - /// available upgrades and whether that version or upgrades are in preview. - /// - /// - /// The name of a supported Azure region. - /// - /// - /// resource type for which the list of orchestrators needs to be returned - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> ListOrchestratorsWithHttpMessagesAsync(string location, string resourceType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (location == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "location"); - } - string apiVersion = "2019-08-01"; - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); - tracingParameters.Add("location", location); - tracingParameters.Add("resourceType", resourceType); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListOrchestrators", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/orchestrators").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); - List _queryParameters = new List(); - if (apiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); - } - if (resourceType != null) - { - _queryParameters.Add(string.Format("resource-type={0}", System.Uri.EscapeDataString(resourceType))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Creates or updates a container service. - /// - /// - /// Creates or updates a container service with the specified configuration of - /// orchestrator, masters, and agents. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// Parameters supplied to the Create or Update a Container Service 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. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public async Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string containerServiceName, ContainerServiceModel parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (containerServiceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "containerServiceName"); - } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - string apiVersion = "2017-07-01"; - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("containerServiceName", containerServiceName); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginCreateOrUpdate", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{containerServiceName}", System.Uri.EscapeDataString(containerServiceName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - List _queryParameters = new List(); - if (apiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - // Deserialize Response - if ((int)_statusCode == 202) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Deletes the specified container service. - /// - /// - /// Deletes the specified container service in the specified subscription and - /// resource group. The operation does not delete other resources created as - /// part of creating a container service, including storage accounts, VMs, and - /// availability sets. All the other resources created with the container - /// service are part of the same resource group and can be deleted - /// individually. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// 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. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string containerServiceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (containerServiceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "containerServiceName"); - } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - string apiVersion = "2017-07-01"; - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("containerServiceName", containerServiceName); - tracingParameters.Add("apiVersion", apiVersion); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{containerServiceName}", System.Uri.EscapeDataString(containerServiceName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - List _queryParameters = new List(); - if (apiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 202 && (int)_statusCode != 204) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a list of container services in the specified subscription. - /// - /// - /// Gets a list of container services in the specified subscription. The - /// operation returns properties of each container service including state, - /// orchestrator, number of masters and agents, and FQDNs of masters and - /// agents. - /// - /// - /// 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. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextPageLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextPageLink", nextPageLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - List _queryParameters = new List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a list of container services in the specified resource group. - /// - /// - /// Gets a list of container services in the specified subscription and - /// resource group. The operation returns properties of each container service - /// including state, orchestrator, number of masters and agents, and FQDNs of - /// masters and agents. - /// - /// - /// 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. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public async Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextPageLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextPageLink", nextPageLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroupNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - List _queryParameters = new List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServicesOperationsExtensions.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServicesOperationsExtensions.cs deleted file mode 100644 index bea8a4a2c4b8..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServicesOperationsExtensions.cs +++ /dev/null @@ -1,547 +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.ContainerService -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for ContainerServicesOperations. - /// - public static partial class ContainerServicesOperationsExtensions - { - /// - /// Gets a list of container services in the specified subscription. - /// - /// - /// Gets a list of container services in the specified subscription. The - /// operation returns properties of each container service including state, - /// orchestrator, number of masters and agents, and FQDNs of masters and - /// agents. - /// - /// - /// The operations group for this extension method. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static IPage List(this IContainerServicesOperations operations) - { - return operations.ListAsync().GetAwaiter().GetResult(); - } - - /// - /// Gets a list of container services in the specified subscription. - /// - /// - /// Gets a list of container services in the specified subscription. The - /// operation returns properties of each container service including state, - /// orchestrator, number of masters and agents, and FQDNs of masters and - /// agents. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The cancellation token. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static async Task> ListAsync(this IContainerServicesOperations operations, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Creates or updates a container service. - /// - /// - /// Creates or updates a container service with the specified configuration of - /// orchestrator, masters, and agents. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// Parameters supplied to the Create or Update a Container Service operation. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static ContainerServiceModel CreateOrUpdate(this IContainerServicesOperations operations, string resourceGroupName, string containerServiceName, ContainerServiceModel parameters) - { - return operations.CreateOrUpdateAsync(resourceGroupName, containerServiceName, parameters).GetAwaiter().GetResult(); - } - - /// - /// Creates or updates a container service. - /// - /// - /// Creates or updates a container service with the specified configuration of - /// orchestrator, masters, and agents. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// Parameters supplied to the Create or Update a Container Service operation. - /// - /// - /// The cancellation token. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static async Task CreateOrUpdateAsync(this IContainerServicesOperations operations, string resourceGroupName, string containerServiceName, ContainerServiceModel parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, containerServiceName, parameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets the properties of the specified container service. - /// - /// - /// Gets the properties of the specified container service in the specified - /// subscription and resource group. The operation returns the properties - /// including state, orchestrator, number of masters and agents, and FQDNs of - /// masters and agents. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static ContainerServiceModel Get(this IContainerServicesOperations operations, string resourceGroupName, string containerServiceName) - { - return operations.GetAsync(resourceGroupName, containerServiceName).GetAwaiter().GetResult(); - } - - /// - /// Gets the properties of the specified container service. - /// - /// - /// Gets the properties of the specified container service in the specified - /// subscription and resource group. The operation returns the properties - /// including state, orchestrator, number of masters and agents, and FQDNs of - /// masters and agents. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// The cancellation token. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static async Task GetAsync(this IContainerServicesOperations operations, string resourceGroupName, string containerServiceName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, containerServiceName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Deletes the specified container service. - /// - /// - /// Deletes the specified container service in the specified subscription and - /// resource group. The operation does not delete other resources created as - /// part of creating a container service, including storage accounts, VMs, and - /// availability sets. All the other resources created with the container - /// service are part of the same resource group and can be deleted - /// individually. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static void Delete(this IContainerServicesOperations operations, string resourceGroupName, string containerServiceName) - { - operations.DeleteAsync(resourceGroupName, containerServiceName).GetAwaiter().GetResult(); - } - - /// - /// Deletes the specified container service. - /// - /// - /// Deletes the specified container service in the specified subscription and - /// resource group. The operation does not delete other resources created as - /// part of creating a container service, including storage accounts, VMs, and - /// availability sets. All the other resources created with the container - /// service are part of the same resource group and can be deleted - /// individually. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// The cancellation token. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static async Task DeleteAsync(this IContainerServicesOperations operations, string resourceGroupName, string containerServiceName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, containerServiceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Gets a list of container services in the specified resource group. - /// - /// - /// Gets a list of container services in the specified subscription and - /// resource group. The operation returns properties of each container service - /// including state, orchestrator, number of masters and agents, and FQDNs of - /// masters and agents. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static IPage ListByResourceGroup(this IContainerServicesOperations operations, string resourceGroupName) - { - return operations.ListByResourceGroupAsync(resourceGroupName).GetAwaiter().GetResult(); - } - - /// - /// Gets a list of container services in the specified resource group. - /// - /// - /// Gets a list of container services in the specified subscription and - /// resource group. The operation returns properties of each container service - /// including state, orchestrator, number of masters and agents, and FQDNs of - /// masters and agents. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The cancellation token. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static async Task> ListByResourceGroupAsync(this IContainerServicesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByResourceGroupWithHttpMessagesAsync(resourceGroupName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets a list of supported orchestrators in the specified subscription. - /// - /// - /// Gets a list of supported orchestrators in the specified subscription. The - /// operation returns properties of each orchestrator including version, - /// available upgrades and whether that version or upgrades are in preview. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of a supported Azure region. - /// - /// - /// resource type for which the list of orchestrators needs to be returned - /// - public static OrchestratorVersionProfileListResult ListOrchestrators(this IContainerServicesOperations operations, string location, string resourceType = default(string)) - { - return operations.ListOrchestratorsAsync(location, resourceType).GetAwaiter().GetResult(); - } - - /// - /// Gets a list of supported orchestrators in the specified subscription. - /// - /// - /// Gets a list of supported orchestrators in the specified subscription. The - /// operation returns properties of each orchestrator including version, - /// available upgrades and whether that version or upgrades are in preview. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of a supported Azure region. - /// - /// - /// resource type for which the list of orchestrators needs to be returned - /// - /// - /// The cancellation token. - /// - public static async Task ListOrchestratorsAsync(this IContainerServicesOperations operations, string location, string resourceType = default(string), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListOrchestratorsWithHttpMessagesAsync(location, resourceType, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Creates or updates a container service. - /// - /// - /// Creates or updates a container service with the specified configuration of - /// orchestrator, masters, and agents. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// Parameters supplied to the Create or Update a Container Service operation. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static ContainerServiceModel BeginCreateOrUpdate(this IContainerServicesOperations operations, string resourceGroupName, string containerServiceName, ContainerServiceModel parameters) - { - return operations.BeginCreateOrUpdateAsync(resourceGroupName, containerServiceName, parameters).GetAwaiter().GetResult(); - } - - /// - /// Creates or updates a container service. - /// - /// - /// Creates or updates a container service with the specified configuration of - /// orchestrator, masters, and agents. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// Parameters supplied to the Create or Update a Container Service operation. - /// - /// - /// The cancellation token. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static async Task BeginCreateOrUpdateAsync(this IContainerServicesOperations operations, string resourceGroupName, string containerServiceName, ContainerServiceModel parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, containerServiceName, parameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Deletes the specified container service. - /// - /// - /// Deletes the specified container service in the specified subscription and - /// resource group. The operation does not delete other resources created as - /// part of creating a container service, including storage accounts, VMs, and - /// availability sets. All the other resources created with the container - /// service are part of the same resource group and can be deleted - /// individually. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static void BeginDelete(this IContainerServicesOperations operations, string resourceGroupName, string containerServiceName) - { - operations.BeginDeleteAsync(resourceGroupName, containerServiceName).GetAwaiter().GetResult(); - } - - /// - /// Deletes the specified container service. - /// - /// - /// Deletes the specified container service in the specified subscription and - /// resource group. The operation does not delete other resources created as - /// part of creating a container service, including storage accounts, VMs, and - /// availability sets. All the other resources created with the container - /// service are part of the same resource group and can be deleted - /// individually. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// The cancellation token. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static async Task BeginDeleteAsync(this IContainerServicesOperations operations, string resourceGroupName, string containerServiceName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, containerServiceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Gets a list of container services in the specified subscription. - /// - /// - /// Gets a list of container services in the specified subscription. The - /// operation returns properties of each container service including state, - /// orchestrator, number of masters and agents, and FQDNs of masters and - /// agents. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static IPage ListNext(this IContainerServicesOperations operations, string nextPageLink) - { - return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// Gets a list of container services in the specified subscription. - /// - /// - /// Gets a list of container services in the specified subscription. The - /// operation returns properties of each container service including state, - /// orchestrator, number of masters and agents, and FQDNs of masters and - /// agents. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static async Task> ListNextAsync(this IContainerServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets a list of container services in the specified resource group. - /// - /// - /// Gets a list of container services in the specified subscription and - /// resource group. The operation returns properties of each container service - /// including state, orchestrator, number of masters and agents, and FQDNs of - /// masters and agents. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static IPage ListByResourceGroupNext(this IContainerServicesOperations operations, string nextPageLink) - { - return operations.ListByResourceGroupNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// Gets a list of container services in the specified resource group. - /// - /// - /// Gets a list of container services in the specified subscription and - /// resource group. The operation returns properties of each container service - /// including state, orchestrator, number of masters and agents, and FQDNs of - /// masters and agents. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - public static async Task> ListByResourceGroupNextAsync(this IContainerServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByResourceGroupNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IAgentPoolsOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IAgentPoolsOperations.cs index 40bf792cb96b..7bf6c2693960 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IAgentPoolsOperations.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IAgentPoolsOperations.cs @@ -26,10 +26,6 @@ public partial interface IAgentPoolsOperations /// /// Gets a list of agent pools in the specified managed cluster. /// - /// - /// Gets a list of agent pools in the specified managed cluster. The - /// operation returns properties of each agent pool. - /// /// /// The name of the resource group. /// @@ -53,12 +49,8 @@ public partial interface IAgentPoolsOperations /// Task>> ListWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the agent pool. + /// Gets the specified managed cluster agent pool. /// - /// - /// Gets the details of the agent pool by managed cluster and resource - /// group. - /// /// /// The name of the resource group. /// @@ -85,11 +77,8 @@ public partial interface IAgentPoolsOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Creates or updates an agent pool. - /// - /// /// Creates or updates an agent pool in the specified managed cluster. - /// + /// /// /// The name of the resource group. /// @@ -100,8 +89,7 @@ public partial interface IAgentPoolsOperations /// The name of the agent pool. /// /// - /// Parameters supplied to the Create or Update an agent pool - /// operation. + /// The agent pool to create or update. /// /// /// The headers that will be added to request. @@ -120,11 +108,8 @@ public partial interface IAgentPoolsOperations /// Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, AgentPool parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Deletes an agent pool. + /// Deletes an agent pool in the specified managed cluster. /// - /// - /// Deletes the agent pool in the specified managed cluster. - /// /// /// The name of the resource group. /// @@ -148,12 +133,8 @@ public partial interface IAgentPoolsOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets upgrade profile for an agent pool. + /// Gets the upgrade profile for an agent pool. /// - /// - /// Gets the details of the upgrade profile for an agent pool with a - /// specified resource group and managed cluster name. - /// /// /// The name of the resource group. /// @@ -180,10 +161,13 @@ public partial interface IAgentPoolsOperations /// Task> GetUpgradeProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets a list of supported versions for the specified agent pool. + /// Gets a list of supported Kubernetes versions for the specified + /// agent pool. /// /// - /// Gets a list of supported versions for the specified agent pool. + /// See [supported Kubernetes + /// versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) + /// for more details about the version lifecycle. /// /// /// The name of the resource group. @@ -208,10 +192,14 @@ public partial interface IAgentPoolsOperations /// Task> GetAvailableAgentPoolVersionsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Creates or updates an agent pool. + /// Upgrades the node image version of an agent pool to the latest. /// /// - /// Creates or updates an agent pool in the specified managed cluster. + /// Upgrading the node image version of an agent pool applies the + /// newest OS and runtime updates to the nodes. AKS provides one new + /// image per week with the latest updates. For more details on node + /// image versions, see: + /// https://docs.microsoft.com/azure/aks/node-image-upgrade /// /// /// The name of the resource group. @@ -222,9 +210,36 @@ public partial interface IAgentPoolsOperations /// /// The name of the agent pool. /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> UpgradeNodeImageVersionWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Creates or updates an agent pool in the specified managed cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the agent pool. + /// /// - /// Parameters supplied to the Create or Update an agent pool - /// operation. + /// The agent pool to create or update. /// /// /// The headers that will be added to request. @@ -243,11 +258,8 @@ public partial interface IAgentPoolsOperations /// Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, AgentPool parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Deletes an agent pool. + /// Deletes an agent pool in the specified managed cluster. /// - /// - /// Deletes the agent pool in the specified managed cluster. - /// /// /// The name of the resource group. /// @@ -271,12 +283,43 @@ public partial interface IAgentPoolsOperations /// Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets a list of agent pools in the specified managed cluster. + /// Upgrades the node image version of an agent pool to the latest. /// /// - /// Gets a list of agent pools in the specified managed cluster. The - /// operation returns properties of each agent pool. + /// Upgrading the node image version of an agent pool applies the + /// newest OS and runtime updates to the nodes. AKS provides one new + /// image per week with the latest updates. For more details on node + /// image versions, see: + /// https://docs.microsoft.com/azure/aks/node-image-upgrade /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the agent pool. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> BeginUpgradeNodeImageVersionWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets a list of agent pools in the specified managed cluster. + /// /// /// The NextLink from the previous successful call to List operation. /// diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IContainerServiceClient.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IContainerServiceClient.cs index 8f78954b872f..2b88f1d25012 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IContainerServiceClient.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IContainerServiceClient.cs @@ -47,6 +47,11 @@ public partial interface IContainerServiceClient : System.IDisposable /// string SubscriptionId { get; set; } + /// + /// Client Api Version. + /// + string ApiVersion { get; } + /// /// The preferred language for the response. /// @@ -66,16 +71,6 @@ public partial interface IContainerServiceClient : System.IDisposable bool? GenerateClientRequestId { get; set; } - /// - /// Gets the IOpenShiftManagedClustersOperations. - /// - IOpenShiftManagedClustersOperations OpenShiftManagedClusters { get; } - - /// - /// Gets the IContainerServicesOperations. - /// - IContainerServicesOperations ContainerServices { get; } - /// /// Gets the IOperations. /// @@ -86,6 +81,11 @@ public partial interface IContainerServiceClient : System.IDisposable /// IManagedClustersOperations ManagedClusters { get; } + /// + /// Gets the IMaintenanceConfigurationsOperations. + /// + IMaintenanceConfigurationsOperations MaintenanceConfigurations { get; } + /// /// Gets the IAgentPoolsOperations. /// @@ -96,5 +96,15 @@ public partial interface IContainerServiceClient : System.IDisposable /// IPrivateEndpointConnectionsOperations PrivateEndpointConnections { get; } + /// + /// Gets the IPrivateLinkResourcesOperations. + /// + IPrivateLinkResourcesOperations PrivateLinkResources { get; } + + /// + /// Gets the IResolvePrivateLinkServiceIdOperations. + /// + IResolvePrivateLinkServiceIdOperations ResolvePrivateLinkServiceId { get; } + } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IContainerServicesOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IContainerServicesOperations.cs deleted file mode 100644 index a081424bad6c..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IContainerServicesOperations.cs +++ /dev/null @@ -1,340 +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.ContainerService -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// ContainerServicesOperations operations. - /// - public partial interface IContainerServicesOperations - { - /// - /// Gets a list of container services in the specified subscription. - /// - /// - /// Gets a list of container services in the specified subscription. - /// The operation returns properties of each container service - /// including state, orchestrator, number of masters and agents, and - /// FQDNs of masters and agents. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Creates or updates a container service. - /// - /// - /// Creates or updates a container service with the specified - /// configuration of orchestrator, masters, and agents. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// Parameters supplied to the Create or Update a Container Service - /// operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string containerServiceName, ContainerServiceModel parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets the properties of the specified container service. - /// - /// - /// Gets the properties of the specified container service in the - /// specified subscription and resource group. The operation returns - /// the properties including state, orchestrator, number of masters and - /// agents, and FQDNs of masters and agents. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - Task> GetWithHttpMessagesAsync(string resourceGroupName, string containerServiceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Deletes the specified container service. - /// - /// - /// Deletes the specified container service in the specified - /// subscription and resource group. The operation does not delete - /// other resources created as part of creating a container service, - /// including storage accounts, VMs, and availability sets. All the - /// other resources created with the container service are part of the - /// same resource group and can be deleted individually. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// The 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 - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - Task DeleteWithHttpMessagesAsync(string resourceGroupName, string containerServiceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a list of container services in the specified resource group. - /// - /// - /// Gets a list of container services in the specified subscription and - /// resource group. The operation returns properties of each container - /// service including state, orchestrator, number of masters and - /// agents, and FQDNs of masters and agents. - /// - /// - /// The name of the resource group. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a list of supported orchestrators in the specified - /// subscription. - /// - /// - /// Gets a list of supported orchestrators in the specified - /// subscription. The operation returns properties of each orchestrator - /// including version, available upgrades and whether that version or - /// upgrades are in preview. - /// - /// - /// The name of a supported Azure region. - /// - /// - /// resource type for which the list of orchestrators needs to be - /// returned - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> ListOrchestratorsWithHttpMessagesAsync(string location, string resourceType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Creates or updates a container service. - /// - /// - /// Creates or updates a container service with the specified - /// configuration of orchestrator, masters, and agents. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// Parameters supplied to the Create or Update a Container Service - /// operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string containerServiceName, ContainerServiceModel parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Deletes the specified container service. - /// - /// - /// Deletes the specified container service in the specified - /// subscription and resource group. The operation does not delete - /// other resources created as part of creating a container service, - /// including storage accounts, VMs, and availability sets. All the - /// other resources created with the container service are part of the - /// same resource group and can be deleted individually. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the container service in the specified subscription and - /// resource group. - /// - /// - /// The 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 - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string containerServiceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a list of container services in the specified subscription. - /// - /// - /// Gets a list of container services in the specified subscription. - /// The operation returns properties of each container service - /// including state, orchestrator, number of masters and agents, and - /// FQDNs of masters and agents. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a list of container services in the specified resource group. - /// - /// - /// Gets a list of container services in the specified subscription and - /// resource group. The operation returns properties of each container - /// service including state, orchestrator, number of masters and - /// agents, and FQDNs of masters and agents. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] - Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IMaintenanceConfigurationsOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IMaintenanceConfigurationsOperations.cs new file mode 100644 index 000000000000..8b6ea84dee6d --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IMaintenanceConfigurationsOperations.cs @@ -0,0 +1,161 @@ +// +// 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.ContainerService +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// MaintenanceConfigurationsOperations operations. + /// + public partial interface IMaintenanceConfigurationsOperations + { + /// + /// Gets a list of maintenance configurations in the specified managed + /// cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByManagedClusterWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets the specified maintenance configuration of a managed cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the maintenance 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 + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, string configName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Creates or updates a maintenance configuration in the specified + /// managed cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the maintenance configuration. + /// + /// + /// The maintenance configuration to create or update. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, string configName, MaintenanceConfiguration parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Deletes a maintenance configuration. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the maintenance configuration. + /// + /// + /// The 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 + /// + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, string configName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets a list of maintenance configurations in the specified managed + /// cluster. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByManagedClusterNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IManagedClustersOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IManagedClustersOperations.cs index 7c90c0b4370a..23d59d0baea0 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IManagedClustersOperations.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IManagedClustersOperations.cs @@ -23,13 +23,34 @@ namespace Microsoft.Azure.Management.ContainerService /// public partial interface IManagedClustersOperations { + /// + /// Gets supported OS options in the specified subscription. + /// + /// + /// The name of a supported Azure region. + /// + /// + /// The resource type for which the OS options needs to be returned + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetOSOptionsWithHttpMessagesAsync(string location, string resourceType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets a list of managed clusters in the specified subscription. /// - /// - /// Gets a list of managed clusters in the specified subscription. The - /// operation returns properties of each managed cluster. - /// /// /// The headers that will be added to request. /// @@ -50,10 +71,6 @@ public partial interface IManagedClustersOperations /// Lists managed clusters in the specified subscription and resource /// group. /// - /// - /// Lists managed clusters in the specified subscription and resource - /// group. The operation returns properties of each managed cluster. - /// /// /// The name of the resource group. /// @@ -74,12 +91,8 @@ public partial interface IManagedClustersOperations /// Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets upgrade profile for a managed cluster. + /// Gets the upgrade profile of a managed cluster. /// - /// - /// Gets the details of the upgrade profile for a managed cluster with - /// a specified resource group and name. - /// /// /// The name of the resource group. /// @@ -106,12 +119,10 @@ public partial interface IManagedClustersOperations /// Gets an access profile of a managed cluster. /// /// - /// Gets the accessProfile for the specified role name of the managed - /// cluster with a specified resource group and name. **WARNING**: This - /// API will be deprecated. Instead use - /// [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials) + /// **WARNING**: This API will be deprecated. Instead use + /// [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) /// or - /// [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials) + /// [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) /// . /// /// @@ -141,18 +152,17 @@ public partial interface IManagedClustersOperations [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] Task> GetAccessProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, string roleName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets cluster admin credential of a managed cluster. + /// Lists the admin credentials of a managed cluster. /// - /// - /// Gets cluster admin credential of the managed cluster with a - /// specified resource group and name. - /// /// /// The name of the resource group. /// /// /// The name of the managed cluster resource. /// + /// + /// server fqdn type for credentials to be returned + /// /// /// The headers that will be added to request. /// @@ -168,20 +178,19 @@ public partial interface IManagedClustersOperations /// /// Thrown when a required parameter is null /// - Task> ListClusterAdminCredentialsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ListClusterAdminCredentialsWithHttpMessagesAsync(string resourceGroupName, string resourceName, string serverFqdn = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets cluster user credential of a managed cluster. + /// Lists the user credentials of a managed cluster. /// - /// - /// Gets cluster user credential of the managed cluster with a - /// specified resource group and name. - /// /// /// The name of the resource group. /// /// /// The name of the managed cluster resource. /// + /// + /// server fqdn type for credentials to be returned + /// /// /// The headers that will be added to request. /// @@ -197,20 +206,19 @@ public partial interface IManagedClustersOperations /// /// Thrown when a required parameter is null /// - Task> ListClusterUserCredentialsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ListClusterUserCredentialsWithHttpMessagesAsync(string resourceGroupName, string resourceName, string serverFqdn = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets cluster monitoring user credential of a managed cluster. + /// Lists the cluster monitoring user credentials of a managed cluster. /// - /// - /// Gets cluster monitoring user credential of the managed cluster with - /// a specified resource group and name. - /// /// /// The name of the resource group. /// /// /// The name of the managed cluster resource. /// + /// + /// server fqdn type for credentials to be returned + /// /// /// The headers that will be added to request. /// @@ -226,14 +234,10 @@ public partial interface IManagedClustersOperations /// /// Thrown when a required parameter is null /// - Task> ListClusterMonitoringUserCredentialsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ListClusterMonitoringUserCredentialsWithHttpMessagesAsync(string resourceGroupName, string resourceName, string serverFqdn = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets a managed cluster. /// - /// - /// Gets the details of the managed cluster with a specified resource - /// group and name. - /// /// /// The name of the resource group. /// @@ -259,10 +263,6 @@ public partial interface IManagedClustersOperations /// /// Creates or updates a managed cluster. /// - /// - /// Creates or updates a managed cluster with the specified - /// configuration for agents and Kubernetes version. - /// /// /// The name of the resource group. /// @@ -270,8 +270,7 @@ public partial interface IManagedClustersOperations /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Create or Update a Managed Cluster - /// operation. + /// The managed cluster to create or update. /// /// /// The headers that will be added to request. @@ -292,9 +291,6 @@ public partial interface IManagedClustersOperations /// /// Updates tags on a managed cluster. /// - /// - /// Updates a managed cluster with the specified tags. - /// /// /// The name of the resource group. /// @@ -323,10 +319,6 @@ public partial interface IManagedClustersOperations /// /// Deletes a managed cluster. /// - /// - /// Deletes the managed cluster with a specified resource group and - /// name. - /// /// /// The name of the resource group. /// @@ -347,10 +339,11 @@ public partial interface IManagedClustersOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Reset Service Principal Profile of a managed cluster. + /// Reset the Service Principal Profile of a managed cluster. /// /// - /// Update the service principal Profile for a managed cluster. + /// This action cannot be performed on a cluster that is not using a + /// service principal /// /// /// The name of the resource group. @@ -359,8 +352,7 @@ public partial interface IManagedClustersOperations /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset Service Principal Profile - /// operation for a Managed Cluster. + /// The service principal profile to set on the managed cluster. /// /// /// The headers that will be added to request. @@ -376,11 +368,8 @@ public partial interface IManagedClustersOperations /// Task ResetServicePrincipalProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedClusterServicePrincipalProfile parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Reset AAD Profile of a managed cluster. + /// Reset the AAD Profile of a managed cluster. /// - /// - /// Update the AAD Profile for a managed cluster. - /// /// /// The name of the resource group. /// @@ -388,8 +377,7 @@ public partial interface IManagedClustersOperations /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset AAD Profile operation for a - /// Managed Cluster. + /// The AAD profile to set on the Managed Cluster /// /// /// The headers that will be added to request. @@ -405,10 +393,12 @@ public partial interface IManagedClustersOperations /// Task ResetAADProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedClusterAADProfile parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Rotate certificates of a managed cluster. + /// Rotates the certificates of a managed cluster. /// /// - /// Rotate certificates of a managed cluster. + /// See [Certificate + /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) + /// for more details about rotating managed cluster certificates. /// /// /// The name of the resource group. @@ -430,10 +420,16 @@ public partial interface IManagedClustersOperations /// Task RotateClusterCertificatesWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Upgrade node image version of an agent pool to the latest. + /// Stops a Managed Cluster /// /// - /// Upgrade node image version of an agent pool to the latest. + /// This can only be performed on Azure Virtual Machine Scale set + /// backed clusters. Stopping a cluster stops the control plane and + /// agent nodes entirely, while maintaining all object and cluster + /// state. A cluster does not accrue charges while it is stopped. See + /// [stopping a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) + /// for more details about stopping a cluster. /// /// /// The name of the resource group. @@ -441,8 +437,62 @@ public partial interface IManagedClustersOperations /// /// The name of the managed cluster resource. /// - /// - /// The name of the agent pool. + /// + /// The 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 + /// + Task StopWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Starts a previously stopped Managed Cluster + /// + /// + /// See [starting a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) + /// for more details about starting a cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The 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 + /// + Task StartWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Submits a command to run against the Managed Cluster. + /// + /// + /// AKS will create a pod to run the command. This is primarily useful + /// for private clusters. For more information see [AKS Run + /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview). + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The run command request /// /// /// The headers that will be added to request. @@ -459,13 +509,44 @@ public partial interface IManagedClustersOperations /// /// Thrown when a required parameter is null /// - Task> UpgradeNodeImageVersionWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> RunCommandWithHttpMessagesAsync(string resourceGroupName, string resourceName, RunCommandRequest requestPayload, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Creates or updates a managed cluster. + /// Gets the results of a command which has been run on the Managed + /// Cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// Id of the command. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetCommandResultWithHttpMessagesAsync(string resourceGroupName, string resourceName, string commandId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. /// /// - /// Creates or updates a managed cluster with the specified - /// configuration for agents and Kubernetes version. + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. The operation + /// returns properties of each egress endpoint. /// /// /// The name of the resource group. @@ -473,9 +554,33 @@ public partial interface IManagedClustersOperations /// /// The name of the managed cluster resource. /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListOutboundNetworkDependenciesEndpointsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Creates or updates a managed cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// /// - /// Parameters supplied to the Create or Update a Managed Cluster - /// operation. + /// The managed cluster to create or update. /// /// /// The headers that will be added to request. @@ -496,9 +601,6 @@ public partial interface IManagedClustersOperations /// /// Updates tags on a managed cluster. /// - /// - /// Updates a managed cluster with the specified tags. - /// /// /// The name of the resource group. /// @@ -527,10 +629,6 @@ public partial interface IManagedClustersOperations /// /// Deletes a managed cluster. /// - /// - /// Deletes the managed cluster with a specified resource group and - /// name. - /// /// /// The name of the resource group. /// @@ -551,10 +649,11 @@ public partial interface IManagedClustersOperations /// Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Reset Service Principal Profile of a managed cluster. + /// Reset the Service Principal Profile of a managed cluster. /// /// - /// Update the service principal Profile for a managed cluster. + /// This action cannot be performed on a cluster that is not using a + /// service principal /// /// /// The name of the resource group. @@ -563,8 +662,7 @@ public partial interface IManagedClustersOperations /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset Service Principal Profile - /// operation for a Managed Cluster. + /// The service principal profile to set on the managed cluster. /// /// /// The headers that will be added to request. @@ -580,11 +678,8 @@ public partial interface IManagedClustersOperations /// Task BeginResetServicePrincipalProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedClusterServicePrincipalProfile parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Reset AAD Profile of a managed cluster. + /// Reset the AAD Profile of a managed cluster. /// - /// - /// Update the AAD Profile for a managed cluster. - /// /// /// The name of the resource group. /// @@ -592,8 +687,7 @@ public partial interface IManagedClustersOperations /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset AAD Profile operation for a - /// Managed Cluster. + /// The AAD profile to set on the Managed Cluster /// /// /// The headers that will be added to request. @@ -609,10 +703,12 @@ public partial interface IManagedClustersOperations /// Task BeginResetAADProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedClusterAADProfile parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Rotate certificates of a managed cluster. + /// Rotates the certificates of a managed cluster. /// /// - /// Rotate certificates of a managed cluster. + /// See [Certificate + /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) + /// for more details about rotating managed cluster certificates. /// /// /// The name of the resource group. @@ -634,10 +730,43 @@ public partial interface IManagedClustersOperations /// Task BeginRotateClusterCertificatesWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Upgrade node image version of an agent pool to the latest. + /// Stops a Managed Cluster + /// + /// + /// This can only be performed on Azure Virtual Machine Scale set + /// backed clusters. Stopping a cluster stops the control plane and + /// agent nodes entirely, while maintaining all object and cluster + /// state. A cluster does not accrue charges while it is stopped. See + /// [stopping a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) + /// for more details about stopping a cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The 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 + /// + Task BeginStopWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Starts a previously stopped Managed Cluster /// /// - /// Upgrade node image version of an agent pool to the latest. + /// See [starting a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) + /// for more details about starting a cluster. /// /// /// The name of the resource group. @@ -645,8 +774,35 @@ public partial interface IManagedClustersOperations /// /// The name of the managed cluster resource. /// - /// - /// The name of the agent pool. + /// + /// The 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 + /// + Task BeginStartWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Submits a command to run against the Managed Cluster. + /// + /// + /// AKS will create a pod to run the command. This is primarily useful + /// for private clusters. For more information see [AKS Run + /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview). + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The run command request /// /// /// The headers that will be added to request. @@ -663,14 +819,10 @@ public partial interface IManagedClustersOperations /// /// Thrown when a required parameter is null /// - Task> BeginUpgradeNodeImageVersionWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> BeginRunCommandWithHttpMessagesAsync(string resourceGroupName, string resourceName, RunCommandRequest requestPayload, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets a list of managed clusters in the specified subscription. /// - /// - /// Gets a list of managed clusters in the specified subscription. The - /// operation returns properties of each managed cluster. - /// /// /// The NextLink from the previous successful call to List operation. /// @@ -694,9 +846,33 @@ public partial interface IManagedClustersOperations /// Lists managed clusters in the specified subscription and resource /// group. /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. + /// /// - /// Lists managed clusters in the specified subscription and resource - /// group. The operation returns properties of each managed cluster. + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. The operation + /// returns properties of each egress endpoint. /// /// /// The NextLink from the previous successful call to List operation. @@ -716,6 +892,6 @@ public partial interface IManagedClustersOperations /// /// Thrown when a required parameter is null /// - Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListOutboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IOpenShiftManagedClustersOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IOpenShiftManagedClustersOperations.cs deleted file mode 100644 index 50a414c1f49a..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IOpenShiftManagedClustersOperations.cs +++ /dev/null @@ -1,345 +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.ContainerService -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// OpenShiftManagedClustersOperations operations. - /// - public partial interface IOpenShiftManagedClustersOperations - { - /// - /// Gets a list of OpenShift managed clusters in the specified - /// subscription. - /// - /// - /// Gets a list of OpenShift managed clusters in the specified - /// subscription. The operation returns properties of each OpenShift - /// managed cluster. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Lists OpenShift managed clusters in the specified subscription and - /// resource group. - /// - /// - /// Lists OpenShift managed clusters in the specified subscription and - /// resource group. The operation returns properties of each OpenShift - /// managed cluster. - /// - /// - /// The name of the resource group. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a OpenShift managed cluster. - /// - /// - /// Gets the details of the managed OpenShift cluster with a specified - /// resource group and name. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Creates or updates an OpenShift managed cluster. - /// - /// - /// Creates or updates a OpenShift managed cluster with the specified - /// configuration for agents and OpenShift version. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Parameters supplied to the Create or Update an OpenShift Managed - /// Cluster operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, OpenShiftManagedCluster parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Updates tags on an OpenShift managed cluster. - /// - /// - /// Updates an OpenShift managed cluster with the specified tags. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Resource tags. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> UpdateTagsWithHttpMessagesAsync(string resourceGroupName, string resourceName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Deletes an OpenShift managed cluster. - /// - /// - /// Deletes the OpenShift managed cluster with a specified resource - /// group and name. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// The 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 - /// - Task DeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Creates or updates an OpenShift managed cluster. - /// - /// - /// Creates or updates a OpenShift managed cluster with the specified - /// configuration for agents and OpenShift version. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Parameters supplied to the Create or Update an OpenShift Managed - /// Cluster operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, OpenShiftManagedCluster parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Updates tags on an OpenShift managed cluster. - /// - /// - /// Updates an OpenShift managed cluster with the specified tags. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Resource tags. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> BeginUpdateTagsWithHttpMessagesAsync(string resourceGroupName, string resourceName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Deletes an OpenShift managed cluster. - /// - /// - /// Deletes the OpenShift managed cluster with a specified resource - /// group and name. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// The 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 - /// - Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets a list of OpenShift managed clusters in the specified - /// subscription. - /// - /// - /// Gets a list of OpenShift managed clusters in the specified - /// subscription. The operation returns properties of each OpenShift - /// managed cluster. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Lists OpenShift managed clusters in the specified subscription and - /// resource group. - /// - /// - /// Lists OpenShift managed clusters in the specified subscription and - /// resource group. The operation returns properties of each OpenShift - /// managed cluster. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IOperations.cs index bf33948457dc..b8bbbe9eb5c7 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IOperations.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IOperations.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.ContainerService public partial interface IOperations { /// - /// Gets a list of compute operations. + /// Gets a list of operations. /// /// /// The headers that will be added to request. diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IPrivateEndpointConnectionsOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IPrivateEndpointConnectionsOperations.cs index 7040a2b527c4..65c6818cb075 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IPrivateEndpointConnectionsOperations.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IPrivateEndpointConnectionsOperations.cs @@ -28,9 +28,8 @@ public partial interface IPrivateEndpointConnectionsOperations /// managed cluster. /// /// - /// Gets a list of private endpoint connections in the specified - /// managed cluster. The operation returns properties of each private - /// endpoint connection. + /// To learn more about private clusters, see: + /// https://docs.microsoft.com/azure/aks/private-clusters /// /// /// The name of the resource group. @@ -55,11 +54,11 @@ public partial interface IPrivateEndpointConnectionsOperations /// Task> ListWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the private endpoint connection. + /// Gets the specified private endpoint connection. /// /// - /// Gets the details of the private endpoint connection by managed - /// cluster and resource group. + /// To learn more about private clusters, see: + /// https://docs.microsoft.com/azure/aks/private-clusters /// /// /// The name of the resource group. @@ -89,10 +88,6 @@ public partial interface IPrivateEndpointConnectionsOperations /// /// Updates a private endpoint connection. /// - /// - /// Updates a private endpoint connection in the specified managed - /// cluster. - /// /// /// The name of the resource group. /// @@ -103,8 +98,7 @@ public partial interface IPrivateEndpointConnectionsOperations /// The name of the private endpoint connection. /// /// - /// Parameters supplied to the Update a private endpoint connection - /// operation. + /// The updated private endpoint connection. /// /// /// The headers that will be added to request. @@ -125,10 +119,6 @@ public partial interface IPrivateEndpointConnectionsOperations /// /// Deletes a private endpoint connection. /// - /// - /// Deletes the private endpoint connection in the specified managed - /// cluster. - /// /// /// The name of the resource group. /// @@ -154,10 +144,6 @@ public partial interface IPrivateEndpointConnectionsOperations /// /// Deletes a private endpoint connection. /// - /// - /// Deletes the private endpoint connection in the specified managed - /// cluster. - /// /// /// The name of the resource group. /// diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IPrivateLinkResourcesOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IPrivateLinkResourcesOperations.cs new file mode 100644 index 000000000000..cd758eb5d374 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IPrivateLinkResourcesOperations.cs @@ -0,0 +1,57 @@ +// +// 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.ContainerService +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// PrivateLinkResourcesOperations operations. + /// + public partial interface IPrivateLinkResourcesOperations + { + /// + /// Gets a list of private link resources in the specified managed + /// cluster. + /// + /// + /// To learn more about private clusters, see: + /// https://docs.microsoft.com/azure/aks/private-clusters + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> ListWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IResolvePrivateLinkServiceIdOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IResolvePrivateLinkServiceIdOperations.cs new file mode 100644 index 000000000000..a8d2d4863090 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/IResolvePrivateLinkServiceIdOperations.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.ContainerService +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ResolvePrivateLinkServiceIdOperations operations. + /// + public partial interface IResolvePrivateLinkServiceIdOperations + { + /// + /// Gets the private link service ID for the specified managed cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// Parameters required in order to resolve a private link service ID. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> POSTWithHttpMessagesAsync(string resourceGroupName, string resourceName, PrivateLinkResource parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/OpenShiftManagedClustersOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/MaintenanceConfigurationsOperations.cs similarity index 55% rename from sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/OpenShiftManagedClustersOperations.cs rename to sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/MaintenanceConfigurationsOperations.cs index 88ceffb58c7d..07ee742f075d 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/OpenShiftManagedClustersOperations.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/MaintenanceConfigurationsOperations.cs @@ -23,12 +23,12 @@ namespace Microsoft.Azure.Management.ContainerService using System.Threading.Tasks; /// - /// OpenShiftManagedClustersOperations operations. + /// MaintenanceConfigurationsOperations operations. /// - internal partial class OpenShiftManagedClustersOperations : IServiceOperations, IOpenShiftManagedClustersOperations + internal partial class MaintenanceConfigurationsOperations : IServiceOperations, IMaintenanceConfigurationsOperations { /// - /// Initializes a new instance of the OpenShiftManagedClustersOperations class. + /// Initializes a new instance of the MaintenanceConfigurationsOperations class. /// /// /// Reference to the service client. @@ -36,7 +36,7 @@ internal partial class OpenShiftManagedClustersOperations : IServiceOperations /// Thrown when a required parameter is null /// - internal OpenShiftManagedClustersOperations(ContainerServiceClient client) + internal MaintenanceConfigurationsOperations(ContainerServiceClient client) { if (client == null) { @@ -51,12 +51,14 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) public ContainerServiceClient Client { get; private set; } /// - /// Gets a list of OpenShift managed clusters in the specified subscription. + /// Gets a list of maintenance configurations in the specified managed cluster. /// - /// - /// Gets a list of OpenShift managed clusters in the specified subscription. - /// The operation returns properties of each OpenShift managed cluster. - /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// /// /// Headers that will be added to request. /// @@ -78,13 +80,46 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByManagedClusterWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-04-30"; + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (resourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); + } + if (resourceName != null) + { + if (resourceName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceName", 63); + } + if (resourceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceName, "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -92,18 +127,21 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListByManagedCluster", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/openShiftManagedClusters").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -198,7 +236,7 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse>(); + var _result = new AzureOperationResponse>(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -211,7 +249,7 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -231,16 +269,17 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) } /// - /// Lists OpenShift managed clusters in the specified subscription and resource - /// group. + /// Gets the specified maintenance configuration of a managed cluster. /// - /// - /// Lists OpenShift managed clusters in the specified subscription and resource - /// group. The operation returns properties of each OpenShift managed cluster. - /// /// /// The name of the resource group. /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the maintenance configuration. + /// /// /// Headers that will be added to request. /// @@ -262,8 +301,12 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, string configName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -279,7 +322,29 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); } } - string apiVersion = "2019-04-30"; + if (resourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); + } + if (resourceName != null) + { + if (resourceName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceName", 63); + } + if (resourceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceName, "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); + } + } + if (configName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "configName"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -287,20 +352,23 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("configName", configName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroup", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/openShiftManagedClusters").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{configName}", System.Uri.EscapeDataString(configName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -395,7 +463,7 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse>(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -408,7 +476,7 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -428,17 +496,20 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) } /// - /// Gets a OpenShift managed cluster. + /// Creates or updates a maintenance configuration in the specified managed + /// cluster. /// - /// - /// Gets the details of the managed OpenShift cluster with a specified resource - /// group and name. - /// /// /// The name of the resource group. /// /// - /// The name of the OpenShift managed cluster resource. + /// The name of the managed cluster resource. + /// + /// + /// The name of the maintenance configuration. + /// + /// + /// The maintenance configuration to create or update. /// /// /// Headers that will be added to request. @@ -461,8 +532,12 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, string configName, MaintenanceConfiguration parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -482,7 +557,29 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); } - string apiVersion = "2019-04-30"; + if (resourceName != null) + { + if (resourceName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceName", 63); + } + if (resourceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceName, "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); + } + } + if (configName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "configName"); + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -490,22 +587,24 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("configName", configName); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/openShiftManagedClusters/{resourceName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{configName}", System.Uri.EscapeDataString(configName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -514,7 +613,7 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -545,6 +644,12 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) // Serialize Request string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (Client.Credentials != null) { @@ -600,7 +705,7 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -613,7 +718,7 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -633,105 +738,16 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) } /// - /// Creates or updates an OpenShift managed cluster. - /// - /// - /// Creates or updates a OpenShift managed cluster with the specified - /// configuration for agents and OpenShift version. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Parameters supplied to the Create or Update an OpenShift Managed Cluster - /// operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, OpenShiftManagedCluster parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send Request - AzureOperationResponse _response = await BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, parameters, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Updates tags on an OpenShift managed cluster. - /// - /// - /// Updates an OpenShift managed cluster with the specified tags. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Resource tags. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task> UpdateTagsWithHttpMessagesAsync(string resourceGroupName, string resourceName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send Request - AzureOperationResponse _response = await BeginUpdateTagsWithHttpMessagesAsync(resourceGroupName, resourceName, tags, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Deletes an OpenShift managed cluster. - /// - /// - /// Deletes the OpenShift managed cluster with a specified resource group and - /// name. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send request - AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, resourceName, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Creates or updates an OpenShift managed cluster. + /// Deletes a maintenance configuration. /// - /// - /// Creates or updates a OpenShift managed cluster with the specified - /// configuration for agents and OpenShift version. - /// /// /// The name of the resource group. /// /// - /// The name of the OpenShift managed cluster resource. + /// The name of the managed cluster resource. /// - /// - /// Parameters supplied to the Create or Update an OpenShift Managed Cluster - /// operation. + /// + /// The name of the maintenance configuration. /// /// /// Headers that will be added to request. @@ -742,9 +758,6 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) /// /// Thrown when the operation returned an invalid status code /// - /// - /// Thrown when unable to deserialize the response - /// /// /// Thrown when a required parameter is null /// @@ -754,8 +767,12 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, OpenShiftManagedCluster parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, string configName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -775,15 +792,25 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); } - if (parameters == null) + if (resourceName != null) { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + if (resourceName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceName", 63); + } + if (resourceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceName, "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); + } } - if (parameters != null) + if (configName == null) { - parameters.Validate(); + throw new ValidationException(ValidationRules.CannotBeNull, "configName"); } - string apiVersion = "2019-04-30"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -791,23 +818,23 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); - tracingParameters.Add("parameters", parameters); + tracingParameters.Add("configName", configName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginCreateOrUpdate", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/openShiftManagedClusters/{resourceName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{configName}", System.Uri.EscapeDataString(configName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -816,7 +843,7 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("DELETE"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -847,12 +874,6 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) // Serialize Request string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } // Set Credentials if (Client.Credentials != null) { @@ -873,7 +894,7 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201) + if ((int)_statusCode != 200 && (int)_statusCode != 204) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -908,629 +929,13 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Updates tags on an OpenShift managed cluster. - /// - /// - /// Updates an OpenShift managed cluster with the specified tags. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Resource tags. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> BeginUpdateTagsWithHttpMessagesAsync(string resourceGroupName, string resourceName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (resourceGroupName != null) - { - if (resourceGroupName.Length < 1) - { - throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); - } - } - if (resourceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); - } - string apiVersion = "2019-04-30"; - TagsObject parameters = new TagsObject(); - if (tags != null) - { - parameters.Tags = tags; - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("resourceName", resourceName); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginUpdateTags", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/openShiftManagedClusters/{resourceName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); - List _queryParameters = new List(); - if (apiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Deletes an OpenShift managed cluster. - /// - /// - /// Deletes the OpenShift managed cluster with a specified resource group and - /// name. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// 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 Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (resourceGroupName != null) - { - if (resourceGroupName.Length < 1) - { - throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); - } - } - if (resourceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); - } - string apiVersion = "2019-04-30"; - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("resourceName", resourceName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/openShiftManagedClusters/{resourceName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); - List _queryParameters = new List(); - if (apiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 202 && (int)_statusCode != 204) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets a list of OpenShift managed clusters in the specified subscription. - /// - /// - /// Gets a list of OpenShift managed clusters in the specified subscription. - /// The operation returns properties of each OpenShift managed cluster. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextPageLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextPageLink", nextPageLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - List _queryParameters = new List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1539,13 +944,8 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) } /// - /// Lists OpenShift managed clusters in the specified subscription and resource - /// group. + /// Gets a list of maintenance configurations in the specified managed cluster. /// - /// - /// Lists OpenShift managed clusters in the specified subscription and resource - /// group. The operation returns properties of each OpenShift managed cluster. - /// /// /// The NextLink from the previous successful call to List operation. /// @@ -1570,7 +970,7 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByManagedClusterNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -1585,7 +985,7 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroupNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListByManagedClusterNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -1684,7 +1084,7 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse>(); + var _result = new AzureOperationResponse>(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -1697,7 +1097,7 @@ internal OpenShiftManagedClustersOperations(ContainerServiceClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/MaintenanceConfigurationsOperationsExtensions.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/MaintenanceConfigurationsOperationsExtensions.cs new file mode 100644 index 000000000000..638889d85358 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/MaintenanceConfigurationsOperationsExtensions.cs @@ -0,0 +1,242 @@ +// +// 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.ContainerService +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for MaintenanceConfigurationsOperations. + /// + public static partial class MaintenanceConfigurationsOperationsExtensions + { + /// + /// Gets a list of maintenance configurations in the specified managed cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + public static IPage ListByManagedCluster(this IMaintenanceConfigurationsOperations operations, string resourceGroupName, string resourceName) + { + return operations.ListByManagedClusterAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Gets a list of maintenance configurations in the specified managed cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByManagedClusterAsync(this IMaintenanceConfigurationsOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByManagedClusterWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets the specified maintenance configuration of a managed cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the maintenance configuration. + /// + public static MaintenanceConfiguration Get(this IMaintenanceConfigurationsOperations operations, string resourceGroupName, string resourceName, string configName) + { + return operations.GetAsync(resourceGroupName, resourceName, configName).GetAwaiter().GetResult(); + } + + /// + /// Gets the specified maintenance configuration of a managed cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the maintenance configuration. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IMaintenanceConfigurationsOperations operations, string resourceGroupName, string resourceName, string configName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, resourceName, configName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Creates or updates a maintenance configuration in the specified managed + /// cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the maintenance configuration. + /// + /// + /// The maintenance configuration to create or update. + /// + public static MaintenanceConfiguration CreateOrUpdate(this IMaintenanceConfigurationsOperations operations, string resourceGroupName, string resourceName, string configName, MaintenanceConfiguration parameters) + { + return operations.CreateOrUpdateAsync(resourceGroupName, resourceName, configName, parameters).GetAwaiter().GetResult(); + } + + /// + /// Creates or updates a maintenance configuration in the specified managed + /// cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the maintenance configuration. + /// + /// + /// The maintenance configuration to create or update. + /// + /// + /// The cancellation token. + /// + public static async Task CreateOrUpdateAsync(this IMaintenanceConfigurationsOperations operations, string resourceGroupName, string resourceName, string configName, MaintenanceConfiguration parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, configName, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Deletes a maintenance configuration. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the maintenance configuration. + /// + public static void Delete(this IMaintenanceConfigurationsOperations operations, string resourceGroupName, string resourceName, string configName) + { + operations.DeleteAsync(resourceGroupName, resourceName, configName).GetAwaiter().GetResult(); + } + + /// + /// Deletes a maintenance configuration. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The name of the maintenance configuration. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteAsync(this IMaintenanceConfigurationsOperations operations, string resourceGroupName, string resourceName, string configName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, resourceName, configName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Gets a list of maintenance configurations in the specified managed cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListByManagedClusterNext(this IMaintenanceConfigurationsOperations operations, string nextPageLink) + { + return operations.ListByManagedClusterNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Gets a list of maintenance configurations in the specified managed cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByManagedClusterNextAsync(this IMaintenanceConfigurationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByManagedClusterNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ManagedClustersOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ManagedClustersOperations.cs index a7a6108f31b6..1d51d037c289 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ManagedClustersOperations.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ManagedClustersOperations.cs @@ -50,13 +50,204 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// public ContainerServiceClient Client { get; private set; } + /// + /// Gets supported OS options in the specified subscription. + /// + /// + /// The name of a supported Azure region. + /// + /// + /// The resource type for which the OS options needs to be returned + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetOSOptionsWithHttpMessagesAsync(string location, string resourceType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (location == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "location"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("location", location); + tracingParameters.Add("resourceType", resourceType); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "GetOSOptions", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/osOptions/default").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (resourceType != null) + { + _queryParameters.Add(string.Format("resource-type={0}", System.Uri.EscapeDataString(resourceType))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + /// /// Gets a list of managed clusters in the specified subscription. /// - /// - /// Gets a list of managed clusters in the specified subscription. The - /// operation returns properties of each managed cluster. - /// /// /// Headers that will be added to request. /// @@ -80,11 +271,14 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// public async Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -92,7 +286,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -101,9 +294,9 @@ internal ManagedClustersOperations(ContainerServiceClient client) var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -211,7 +404,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -233,10 +426,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// Lists managed clusters in the specified subscription and resource group. /// - /// - /// Lists managed clusters in the specified subscription and resource group. - /// The operation returns properties of each managed cluster. - /// /// /// The name of the resource group. /// @@ -263,6 +452,10 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// public async Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -278,7 +471,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); } } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -286,7 +478,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroup", tracingParameters); @@ -297,9 +488,9 @@ internal ManagedClustersOperations(ContainerServiceClient client) _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -407,7 +598,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -427,12 +618,8 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Gets upgrade profile for a managed cluster. + /// Gets the upgrade profile of a managed cluster. /// - /// - /// Gets the details of the upgrade profile for a managed cluster with a - /// specified resource group and name. - /// /// /// The name of the resource group. /// @@ -462,6 +649,10 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// public async Task> GetUpgradeProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -496,7 +687,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); } } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -504,7 +694,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -517,9 +706,9 @@ internal ManagedClustersOperations(ContainerServiceClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -650,12 +839,10 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// Gets an access profile of a managed cluster. /// /// - /// Gets the accessProfile for the specified role name of the managed cluster - /// with a specified resource group and name. **WARNING**: This API will be - /// deprecated. Instead use - /// [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials) + /// **WARNING**: This API will be deprecated. Instead use + /// [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) /// or - /// [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials) + /// [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) /// . /// /// @@ -691,6 +878,10 @@ internal ManagedClustersOperations(ContainerServiceClient client) [System.Obsolete("This operation is deprecated. Please do not use it any longer.")] public async Task> GetAccessProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, string roleName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -729,7 +920,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "roleName"); } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -737,7 +927,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("roleName", roleName); @@ -752,9 +941,9 @@ internal ManagedClustersOperations(ContainerServiceClient client) _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); _url = _url.Replace("{roleName}", System.Uri.EscapeDataString(roleName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -882,18 +1071,17 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Gets cluster admin credential of a managed cluster. + /// Lists the admin credentials of a managed cluster. /// - /// - /// Gets cluster admin credential of the managed cluster with a specified - /// resource group and name. - /// /// /// The name of the resource group. /// /// /// The name of the managed cluster resource. /// + /// + /// server fqdn type for credentials to be returned + /// /// /// Headers that will be added to request. /// @@ -915,8 +1103,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task> ListClusterAdminCredentialsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ListClusterAdminCredentialsWithHttpMessagesAsync(string resourceGroupName, string resourceName, string serverFqdn = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -951,7 +1143,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); } } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -959,9 +1150,9 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("serverFqdn", serverFqdn); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListClusterAdminCredentials", tracingParameters); } @@ -972,9 +1163,13 @@ internal ManagedClustersOperations(ContainerServiceClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (serverFqdn != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("server-fqdn={0}", System.Uri.EscapeDataString(serverFqdn))); } if (_queryParameters.Count > 0) { @@ -1102,18 +1297,17 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Gets cluster user credential of a managed cluster. + /// Lists the user credentials of a managed cluster. /// - /// - /// Gets cluster user credential of the managed cluster with a specified - /// resource group and name. - /// /// /// The name of the resource group. /// /// /// The name of the managed cluster resource. /// + /// + /// server fqdn type for credentials to be returned + /// /// /// Headers that will be added to request. /// @@ -1135,8 +1329,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task> ListClusterUserCredentialsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ListClusterUserCredentialsWithHttpMessagesAsync(string resourceGroupName, string resourceName, string serverFqdn = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -1171,7 +1369,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); } } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1179,9 +1376,9 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("serverFqdn", serverFqdn); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListClusterUserCredentials", tracingParameters); } @@ -1192,9 +1389,13 @@ internal ManagedClustersOperations(ContainerServiceClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (serverFqdn != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("server-fqdn={0}", System.Uri.EscapeDataString(serverFqdn))); } if (_queryParameters.Count > 0) { @@ -1322,18 +1523,17 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Gets cluster monitoring user credential of a managed cluster. + /// Lists the cluster monitoring user credentials of a managed cluster. /// - /// - /// Gets cluster monitoring user credential of the managed cluster with a - /// specified resource group and name. - /// /// /// The name of the resource group. /// /// /// The name of the managed cluster resource. /// + /// + /// server fqdn type for credentials to be returned + /// /// /// Headers that will be added to request. /// @@ -1355,8 +1555,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task> ListClusterMonitoringUserCredentialsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ListClusterMonitoringUserCredentialsWithHttpMessagesAsync(string resourceGroupName, string resourceName, string serverFqdn = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -1391,7 +1595,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); } } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1399,9 +1602,9 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("serverFqdn", serverFqdn); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListClusterMonitoringUserCredentials", tracingParameters); } @@ -1412,9 +1615,13 @@ internal ManagedClustersOperations(ContainerServiceClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (serverFqdn != null) + { + _queryParameters.Add(string.Format("server-fqdn={0}", System.Uri.EscapeDataString(serverFqdn))); } if (_queryParameters.Count > 0) { @@ -1544,10 +1751,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// Gets a managed cluster. /// - /// - /// Gets the details of the managed cluster with a specified resource group and - /// name. - /// /// /// The name of the resource group. /// @@ -1577,6 +1780,10 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -1611,7 +1818,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); } } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1619,7 +1825,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -1632,9 +1837,9 @@ internal ManagedClustersOperations(ContainerServiceClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1764,10 +1969,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// Creates or updates a managed cluster. /// - /// - /// Creates or updates a managed cluster with the specified configuration for - /// agents and Kubernetes version. - /// /// /// The name of the resource group. /// @@ -1775,7 +1976,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Create or Update a Managed Cluster operation. + /// The managed cluster to create or update. /// /// /// The headers that will be added to request. @@ -1793,9 +1994,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// Updates tags on a managed cluster. /// - /// - /// Updates a managed cluster with the specified tags. - /// /// /// The name of the resource group. /// @@ -1821,9 +2019,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// Deletes a managed cluster. /// - /// - /// Deletes the managed cluster with a specified resource group and name. - /// /// /// The name of the resource group. /// @@ -1844,10 +2039,11 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Reset Service Principal Profile of a managed cluster. + /// Reset the Service Principal Profile of a managed cluster. /// /// - /// Update the service principal Profile for a managed cluster. + /// This action cannot be performed on a cluster that is not using a service + /// principal /// /// /// The name of the resource group. @@ -1856,8 +2052,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset Service Principal Profile operation for a - /// Managed Cluster. + /// The service principal profile to set on the managed cluster. /// /// /// The headers that will be added to request. @@ -1873,11 +2068,8 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Reset AAD Profile of a managed cluster. + /// Reset the AAD Profile of a managed cluster. /// - /// - /// Update the AAD Profile for a managed cluster. - /// /// /// The name of the resource group. /// @@ -1885,8 +2077,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset AAD Profile operation for a Managed - /// Cluster. + /// The AAD profile to set on the Managed Cluster /// /// /// The headers that will be added to request. @@ -1902,10 +2093,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Rotate certificates of a managed cluster. + /// Rotates the certificates of a managed cluster. /// /// - /// Rotate certificates of a managed cluster. + /// See [Certificate + /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for + /// more details about rotating managed cluster certificates. /// /// /// The name of the resource group. @@ -1927,10 +2120,15 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Upgrade node image version of an agent pool to the latest. + /// Stops a Managed Cluster /// /// - /// Upgrade node image version of an agent pool to the latest. + /// This can only be performed on Azure Virtual Machine Scale set backed + /// clusters. Stopping a cluster stops the control plane and agent nodes + /// entirely, while maintaining all object and cluster state. A cluster does + /// not accrue charges while it is stopped. See [stopping a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more + /// details about stopping a cluster. /// /// /// The name of the resource group. @@ -1938,8 +2136,32 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// The name of the managed cluster resource. /// - /// - /// The name of the agent pool. + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task StopWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginStopWithHttpMessagesAsync(resourceGroupName, resourceName, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Starts a previously stopped Managed Cluster + /// + /// + /// See [starting a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more + /// details about starting a cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. /// /// /// The headers that will be added to request. @@ -1947,19 +2169,20 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// The cancellation token. /// - public async Task> UpgradeNodeImageVersionWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task StartWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { // Send request - AzureOperationResponse _response = await BeginUpgradeNodeImageVersionWithHttpMessagesAsync(resourceGroupName, resourceName, agentPoolName, customHeaders, cancellationToken).ConfigureAwait(false); + AzureOperationResponse _response = await BeginStartWithHttpMessagesAsync(resourceGroupName, resourceName, customHeaders, cancellationToken).ConfigureAwait(false); return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } /// - /// Creates or updates a managed cluster. + /// Submits a command to run against the Managed Cluster. /// /// - /// Creates or updates a managed cluster with the specified configuration for - /// agents and Kubernetes version. + /// AKS will create a pod to run the command. This is primarily useful for + /// private clusters. For more information see [AKS Run + /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview). /// /// /// The name of the resource group. @@ -1967,32 +2190,1197 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// The name of the managed cluster resource. /// - /// - /// Parameters supplied to the Create or Update a Managed Cluster operation. + /// + /// The run command request /// /// - /// Headers that will be added to request. + /// The headers that will be added to request. /// /// /// The cancellation token. /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// + public async Task> RunCommandWithHttpMessagesAsync(string resourceGroupName, string resourceName, RunCommandRequest requestPayload, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginRunCommandWithHttpMessagesAsync(resourceGroupName, resourceName, requestPayload, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets the results of a command which has been run on the Managed Cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// Id of the command. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetCommandResultWithHttpMessagesAsync(string resourceGroupName, string resourceName, string commandId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (resourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); + } + if (resourceName != null) + { + if (resourceName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceName", 63); + } + if (resourceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceName, "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); + } + } + if (commandId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "commandId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("commandId", commandId); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "GetCommandResult", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/commandResults/{commandId}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{commandId}", System.Uri.EscapeDataString(commandId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 202) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. + /// + /// + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. The operation returns + /// properties of each egress endpoint. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListOutboundNetworkDependenciesEndpointsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (resourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); + } + if (resourceName != null) + { + if (resourceName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceName", 63); + } + if (resourceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceName, "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListOutboundNetworkDependenciesEndpoints", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/outboundNetworkDependenciesEndpoints").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Creates or updates a managed cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The managed cluster to create or update. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedCluster parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (resourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); + } + if (resourceName != null) + { + if (resourceName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceName", 63); + } + if (resourceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceName, "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); + } + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (parameters != null) + { + parameters.Validate(); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginCreateOrUpdate", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Updates tags on a managed cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// Resource tags. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> BeginUpdateTagsWithHttpMessagesAsync(string resourceGroupName, string resourceName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (resourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); + } + if (resourceName != null) + { + if (resourceName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceName", 63); + } + if (resourceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceName, "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); + } + } + TagsObject parameters = new TagsObject(); + if (tags != null) + { + parameters.Tags = tags; + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginUpdateTags", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Deletes a managed cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// 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 Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedCluster parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (resourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); + } + if (resourceName != null) + { + if (resourceName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceName", 63); + } + if (resourceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceName, "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 202 && (int)_statusCode != 204) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Reset the Service Principal Profile of a managed cluster. + /// + /// + /// This action cannot be performed on a cluster that is not using a service + /// principal + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The service principal profile to set on the managed cluster. + /// + /// + /// 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 Task BeginResetServicePrincipalProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedClusterServicePrincipalProfile parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -2035,7 +3423,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) { parameters.Validate(); } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2043,23 +3430,22 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginCreateOrUpdate", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginResetServicePrincipalProfile", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2068,7 +3454,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("POST"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -2125,7 +3511,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -2160,49 +3546,13 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -2211,19 +3561,16 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Updates tags on a managed cluster. + /// Reset the AAD Profile of a managed cluster. /// - /// - /// Updates a managed cluster with the specified tags. - /// /// /// The name of the resource group. /// /// /// The name of the managed cluster resource. /// - /// - /// Resource tags. + /// + /// The AAD profile to set on the Managed Cluster /// /// /// Headers that will be added to request. @@ -2234,9 +3581,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// Thrown when the operation returned an invalid status code /// - /// - /// Thrown when unable to deserialize the response - /// /// /// Thrown when a required parameter is null /// @@ -2246,8 +3590,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task> BeginUpdateTagsWithHttpMessagesAsync(string resourceGroupName, string resourceName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task BeginResetAADProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedClusterAADProfile parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -2282,11 +3630,9 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); } } - string apiVersion = "2020-07-01"; - TagsObject parameters = new TagsObject(); - if (tags != null) + if (parameters == null) { - parameters.Tags = tags; + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -2295,23 +3641,22 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginUpdateTags", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginResetAADProfile", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2320,7 +3665,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.Method = new HttpMethod("POST"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -2377,7 +3722,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -2412,31 +3757,13 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -2445,10 +3772,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Deletes a managed cluster. + /// Rotates the certificates of a managed cluster. /// /// - /// Deletes the managed cluster with a specified resource group and name. + /// See [Certificate + /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for + /// more details about rotating managed cluster certificates. /// /// /// The name of the resource group. @@ -2474,8 +3803,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task BeginRotateClusterCertificatesWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -2510,7 +3843,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); } } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2518,22 +3850,21 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginRotateClusterCertificates", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2542,7 +3873,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.Method = new HttpMethod("POST"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -2643,10 +3974,15 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Reset Service Principal Profile of a managed cluster. + /// Stops a Managed Cluster /// /// - /// Update the service principal Profile for a managed cluster. + /// This can only be performed on Azure Virtual Machine Scale set backed + /// clusters. Stopping a cluster stops the control plane and agent nodes + /// entirely, while maintaining all object and cluster state. A cluster does + /// not accrue charges while it is stopped. See [stopping a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more + /// details about stopping a cluster. /// /// /// The name of the resource group. @@ -2654,10 +3990,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// The name of the managed cluster resource. /// - /// - /// Parameters supplied to the Reset Service Principal Profile operation for a - /// Managed Cluster. - /// /// /// Headers that will be added to request. /// @@ -2676,8 +4008,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task BeginResetServicePrincipalProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedClusterServicePrincipalProfile parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task BeginStopWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -2712,15 +4048,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); } } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2728,23 +4055,21 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); - tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginResetServicePrincipalProfile", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginStop", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2784,12 +4109,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) // Serialize Request string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } // Set Credentials if (Client.Credentials != null) { @@ -2810,7 +4129,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202) + if ((int)_statusCode != 202 && (int)_statusCode != 204) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -2860,10 +4179,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Reset AAD Profile of a managed cluster. + /// Starts a previously stopped Managed Cluster /// /// - /// Update the AAD Profile for a managed cluster. + /// See [starting a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more + /// details about starting a cluster. /// /// /// The name of the resource group. @@ -2871,10 +4192,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// The name of the managed cluster resource. /// - /// - /// Parameters supplied to the Reset AAD Profile operation for a Managed - /// Cluster. - /// /// /// Headers that will be added to request. /// @@ -2893,8 +4210,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task BeginResetAADProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedClusterAADProfile parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task BeginStartWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -2929,11 +4250,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); } } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2941,23 +4257,21 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); - tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginResetAADProfile", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginStart", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2997,12 +4311,6 @@ internal ManagedClustersOperations(ContainerServiceClient client) // Serialize Request string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } // Set Credentials if (Client.Credentials != null) { @@ -3023,7 +4331,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202) + if ((int)_statusCode != 202 && (int)_statusCode != 204) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -3073,10 +4381,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Rotate certificates of a managed cluster. + /// Submits a command to run against the Managed Cluster. /// /// - /// Rotate certificates of a managed cluster. + /// AKS will create a pod to run the command. This is primarily useful for + /// private clusters. For more information see [AKS Run + /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview). /// /// /// The name of the resource group. @@ -3084,6 +4394,9 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// The name of the managed cluster resource. /// + /// + /// The run command request + /// /// /// Headers that will be added to request. /// @@ -3093,6 +4406,9 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -3102,8 +4418,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task BeginRotateClusterCertificatesWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> BeginRunCommandWithHttpMessagesAsync(string resourceGroupName, string resourceName, RunCommandRequest requestPayload, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -3138,7 +4458,14 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); } } - string apiVersion = "2020-07-01"; + if (requestPayload == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "requestPayload"); + } + if (requestPayload != null) + { + requestPayload.Validate(); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3146,22 +4473,22 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("requestPayload", requestPayload); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginRotateClusterCertificates", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginRunCommand", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -3201,6 +4528,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) // Serialize Request string _requestContent = null; + if(requestPayload != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(requestPayload, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (Client.Credentials != null) { @@ -3221,7 +4554,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 202 && (int)_statusCode != 204) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -3256,13 +4589,31 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -3271,19 +4622,10 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Upgrade node image version of an agent pool to the latest. + /// Gets a list of managed clusters in the specified subscription. /// - /// - /// Upgrade node image version of an agent pool to the latest. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the managed cluster resource. - /// - /// - /// The name of the agent pool. + /// + /// The NextLink from the previous successful call to List operation. /// /// /// Headers that will be added to request. @@ -3306,47 +4648,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task> BeginUpgradeNodeImageVersionWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (resourceGroupName != null) - { - if (resourceGroupName.Length < 1) - { - throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); - } - } - if (resourceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); - } - if (resourceName != null) - { - if (resourceName.Length > 63) - { - throw new ValidationException(ValidationRules.MaxLength, "resourceName", 63); - } - if (resourceName.Length < 1) - { - throw new ValidationException(ValidationRules.MinLength, "resourceName", 1); - } - if (!System.Text.RegularExpressions.Regex.IsMatch(resourceName, "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$")) - { - throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); - } - } - if (agentPoolName == null) + if (nextPageLink == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "agentPoolName"); + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3354,25 +4661,14 @@ internal ManagedClustersOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("resourceName", resourceName); - tracingParameters.Add("agentPoolName", agentPoolName); + tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginUpgradeNodeImageVersion", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); } // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeNodeImageVersion").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); - _url = _url.Replace("{agentPoolName}", System.Uri.EscapeDataString(agentPoolName)); + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); List _queryParameters = new List(); - if (apiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); - } if (_queryParameters.Count > 0) { _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); @@ -3380,7 +4676,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -3431,7 +4727,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202) + if ((int)_statusCode != 200) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -3466,7 +4762,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse>(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -3474,12 +4770,12 @@ internal ManagedClustersOperations(ContainerServiceClient client) _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } // Deserialize Response - if ((int)_statusCode == 202) + if ((int)_statusCode == 200) { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -3499,12 +4795,8 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Gets a list of managed clusters in the specified subscription. + /// Lists managed clusters in the specified subscription and resource group. /// - /// - /// Gets a list of managed clusters in the specified subscription. The - /// operation returns properties of each managed cluster. - /// /// /// The NextLink from the previous successful call to List operation. /// @@ -3529,7 +4821,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -3544,7 +4836,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroupNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -3656,7 +4948,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -3676,11 +4968,13 @@ internal ManagedClustersOperations(ContainerServiceClient client) } /// - /// Lists managed clusters in the specified subscription and resource group. + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. /// /// - /// Lists managed clusters in the specified subscription and resource group. - /// The operation returns properties of each managed cluster. + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. The operation returns + /// properties of each egress endpoint. /// /// /// The NextLink from the previous successful call to List operation. @@ -3706,7 +5000,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListOutboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -3721,7 +5015,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroupNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListOutboundNetworkDependenciesEndpointsNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -3820,7 +5114,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse>(); + var _result = new AzureOperationResponse>(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -3833,7 +5127,7 @@ internal ManagedClustersOperations(ContainerServiceClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ManagedClustersOperationsExtensions.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ManagedClustersOperationsExtensions.cs index a152a225467d..5a64e1e4c822 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ManagedClustersOperationsExtensions.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ManagedClustersOperationsExtensions.cs @@ -23,13 +23,49 @@ namespace Microsoft.Azure.Management.ContainerService /// public static partial class ManagedClustersOperationsExtensions { + /// + /// Gets supported OS options in the specified subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of a supported Azure region. + /// + /// + /// The resource type for which the OS options needs to be returned + /// + public static OSOptionProfile GetOSOptions(this IManagedClustersOperations operations, string location, string resourceType = default(string)) + { + return operations.GetOSOptionsAsync(location, resourceType).GetAwaiter().GetResult(); + } + + /// + /// Gets supported OS options in the specified subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of a supported Azure region. + /// + /// + /// The resource type for which the OS options needs to be returned + /// + /// + /// The cancellation token. + /// + public static async Task GetOSOptionsAsync(this IManagedClustersOperations operations, string location, string resourceType = default(string), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetOSOptionsWithHttpMessagesAsync(location, resourceType, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Gets a list of managed clusters in the specified subscription. /// - /// - /// Gets a list of managed clusters in the specified subscription. The - /// operation returns properties of each managed cluster. - /// /// /// The operations group for this extension method. /// @@ -41,10 +77,6 @@ public static IPage List(this IManagedClustersOperations operati /// /// Gets a list of managed clusters in the specified subscription. /// - /// - /// Gets a list of managed clusters in the specified subscription. The - /// operation returns properties of each managed cluster. - /// /// /// The operations group for this extension method. /// @@ -62,10 +94,6 @@ public static IPage List(this IManagedClustersOperations operati /// /// Lists managed clusters in the specified subscription and resource group. /// - /// - /// Lists managed clusters in the specified subscription and resource group. - /// The operation returns properties of each managed cluster. - /// /// /// The operations group for this extension method. /// @@ -80,10 +108,6 @@ public static IPage ListByResourceGroup(this IManagedClustersOpe /// /// Lists managed clusters in the specified subscription and resource group. /// - /// - /// Lists managed clusters in the specified subscription and resource group. - /// The operation returns properties of each managed cluster. - /// /// /// The operations group for this extension method. /// @@ -102,12 +126,8 @@ public static IPage ListByResourceGroup(this IManagedClustersOpe } /// - /// Gets upgrade profile for a managed cluster. + /// Gets the upgrade profile of a managed cluster. /// - /// - /// Gets the details of the upgrade profile for a managed cluster with a - /// specified resource group and name. - /// /// /// The operations group for this extension method. /// @@ -123,12 +143,8 @@ public static ManagedClusterUpgradeProfile GetUpgradeProfile(this IManagedCluste } /// - /// Gets upgrade profile for a managed cluster. + /// Gets the upgrade profile of a managed cluster. /// - /// - /// Gets the details of the upgrade profile for a managed cluster with a - /// specified resource group and name. - /// /// /// The operations group for this extension method. /// @@ -153,12 +169,10 @@ public static ManagedClusterUpgradeProfile GetUpgradeProfile(this IManagedCluste /// Gets an access profile of a managed cluster. /// /// - /// Gets the accessProfile for the specified role name of the managed cluster - /// with a specified resource group and name. **WARNING**: This API will be - /// deprecated. Instead use - /// [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials) + /// **WARNING**: This API will be deprecated. Instead use + /// [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) /// or - /// [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials) + /// [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) /// . /// /// @@ -183,12 +197,10 @@ public static ManagedClusterAccessProfile GetAccessProfile(this IManagedClusters /// Gets an access profile of a managed cluster. /// /// - /// Gets the accessProfile for the specified role name of the managed cluster - /// with a specified resource group and name. **WARNING**: This API will be - /// deprecated. Instead use - /// [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials) + /// **WARNING**: This API will be deprecated. Instead use + /// [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) /// or - /// [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials) + /// [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) /// . /// /// @@ -216,12 +228,8 @@ public static ManagedClusterAccessProfile GetAccessProfile(this IManagedClusters } /// - /// Gets cluster admin credential of a managed cluster. + /// Lists the admin credentials of a managed cluster. /// - /// - /// Gets cluster admin credential of the managed cluster with a specified - /// resource group and name. - /// /// /// The operations group for this extension method. /// @@ -231,18 +239,17 @@ public static ManagedClusterAccessProfile GetAccessProfile(this IManagedClusters /// /// The name of the managed cluster resource. /// - public static CredentialResults ListClusterAdminCredentials(this IManagedClustersOperations operations, string resourceGroupName, string resourceName) + /// + /// server fqdn type for credentials to be returned + /// + public static CredentialResults ListClusterAdminCredentials(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, string serverFqdn = default(string)) { - return operations.ListClusterAdminCredentialsAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + return operations.ListClusterAdminCredentialsAsync(resourceGroupName, resourceName, serverFqdn).GetAwaiter().GetResult(); } /// - /// Gets cluster admin credential of a managed cluster. + /// Lists the admin credentials of a managed cluster. /// - /// - /// Gets cluster admin credential of the managed cluster with a specified - /// resource group and name. - /// /// /// The operations group for this extension method. /// @@ -252,24 +259,23 @@ public static CredentialResults ListClusterAdminCredentials(this IManagedCluster /// /// The name of the managed cluster resource. /// + /// + /// server fqdn type for credentials to be returned + /// /// /// The cancellation token. /// - public static async Task ListClusterAdminCredentialsAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ListClusterAdminCredentialsAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, string serverFqdn = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListClusterAdminCredentialsWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListClusterAdminCredentialsWithHttpMessagesAsync(resourceGroupName, resourceName, serverFqdn, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Gets cluster user credential of a managed cluster. + /// Lists the user credentials of a managed cluster. /// - /// - /// Gets cluster user credential of the managed cluster with a specified - /// resource group and name. - /// /// /// The operations group for this extension method. /// @@ -279,18 +285,17 @@ public static CredentialResults ListClusterAdminCredentials(this IManagedCluster /// /// The name of the managed cluster resource. /// - public static CredentialResults ListClusterUserCredentials(this IManagedClustersOperations operations, string resourceGroupName, string resourceName) + /// + /// server fqdn type for credentials to be returned + /// + public static CredentialResults ListClusterUserCredentials(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, string serverFqdn = default(string)) { - return operations.ListClusterUserCredentialsAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + return operations.ListClusterUserCredentialsAsync(resourceGroupName, resourceName, serverFqdn).GetAwaiter().GetResult(); } /// - /// Gets cluster user credential of a managed cluster. + /// Lists the user credentials of a managed cluster. /// - /// - /// Gets cluster user credential of the managed cluster with a specified - /// resource group and name. - /// /// /// The operations group for this extension method. /// @@ -300,24 +305,23 @@ public static CredentialResults ListClusterUserCredentials(this IManagedClusters /// /// The name of the managed cluster resource. /// + /// + /// server fqdn type for credentials to be returned + /// /// /// The cancellation token. /// - public static async Task ListClusterUserCredentialsAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ListClusterUserCredentialsAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, string serverFqdn = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListClusterUserCredentialsWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListClusterUserCredentialsWithHttpMessagesAsync(resourceGroupName, resourceName, serverFqdn, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Gets cluster monitoring user credential of a managed cluster. + /// Lists the cluster monitoring user credentials of a managed cluster. /// - /// - /// Gets cluster monitoring user credential of the managed cluster with a - /// specified resource group and name. - /// /// /// The operations group for this extension method. /// @@ -327,18 +331,17 @@ public static CredentialResults ListClusterUserCredentials(this IManagedClusters /// /// The name of the managed cluster resource. /// - public static CredentialResults ListClusterMonitoringUserCredentials(this IManagedClustersOperations operations, string resourceGroupName, string resourceName) + /// + /// server fqdn type for credentials to be returned + /// + public static CredentialResults ListClusterMonitoringUserCredentials(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, string serverFqdn = default(string)) { - return operations.ListClusterMonitoringUserCredentialsAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + return operations.ListClusterMonitoringUserCredentialsAsync(resourceGroupName, resourceName, serverFqdn).GetAwaiter().GetResult(); } /// - /// Gets cluster monitoring user credential of a managed cluster. + /// Lists the cluster monitoring user credentials of a managed cluster. /// - /// - /// Gets cluster monitoring user credential of the managed cluster with a - /// specified resource group and name. - /// /// /// The operations group for this extension method. /// @@ -348,12 +351,15 @@ public static CredentialResults ListClusterMonitoringUserCredentials(this IManag /// /// The name of the managed cluster resource. /// + /// + /// server fqdn type for credentials to be returned + /// /// /// The cancellation token. /// - public static async Task ListClusterMonitoringUserCredentialsAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ListClusterMonitoringUserCredentialsAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, string serverFqdn = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListClusterMonitoringUserCredentialsWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListClusterMonitoringUserCredentialsWithHttpMessagesAsync(resourceGroupName, resourceName, serverFqdn, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -362,10 +368,6 @@ public static CredentialResults ListClusterMonitoringUserCredentials(this IManag /// /// Gets a managed cluster. /// - /// - /// Gets the details of the managed cluster with a specified resource group and - /// name. - /// /// /// The operations group for this extension method. /// @@ -383,10 +385,6 @@ public static ManagedCluster Get(this IManagedClustersOperations operations, str /// /// Gets a managed cluster. /// - /// - /// Gets the details of the managed cluster with a specified resource group and - /// name. - /// /// /// The operations group for this extension method. /// @@ -410,10 +408,6 @@ public static ManagedCluster Get(this IManagedClustersOperations operations, str /// /// Creates or updates a managed cluster. /// - /// - /// Creates or updates a managed cluster with the specified configuration for - /// agents and Kubernetes version. - /// /// /// The operations group for this extension method. /// @@ -424,7 +418,7 @@ public static ManagedCluster Get(this IManagedClustersOperations operations, str /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Create or Update a Managed Cluster operation. + /// The managed cluster to create or update. /// public static ManagedCluster CreateOrUpdate(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, ManagedCluster parameters) { @@ -434,10 +428,6 @@ public static ManagedCluster CreateOrUpdate(this IManagedClustersOperations oper /// /// Creates or updates a managed cluster. /// - /// - /// Creates or updates a managed cluster with the specified configuration for - /// agents and Kubernetes version. - /// /// /// The operations group for this extension method. /// @@ -448,7 +438,7 @@ public static ManagedCluster CreateOrUpdate(this IManagedClustersOperations oper /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Create or Update a Managed Cluster operation. + /// The managed cluster to create or update. /// /// /// The cancellation token. @@ -464,9 +454,6 @@ public static ManagedCluster CreateOrUpdate(this IManagedClustersOperations oper /// /// Updates tags on a managed cluster. /// - /// - /// Updates a managed cluster with the specified tags. - /// /// /// The operations group for this extension method. /// @@ -487,9 +474,6 @@ public static ManagedCluster CreateOrUpdate(this IManagedClustersOperations oper /// /// Updates tags on a managed cluster. /// - /// - /// Updates a managed cluster with the specified tags. - /// /// /// The operations group for this extension method. /// @@ -516,9 +500,6 @@ public static ManagedCluster CreateOrUpdate(this IManagedClustersOperations oper /// /// Deletes a managed cluster. /// - /// - /// Deletes the managed cluster with a specified resource group and name. - /// /// /// The operations group for this extension method. /// @@ -536,9 +517,6 @@ public static void Delete(this IManagedClustersOperations operations, string res /// /// Deletes a managed cluster. /// - /// - /// Deletes the managed cluster with a specified resource group and name. - /// /// /// The operations group for this extension method. /// @@ -557,10 +535,11 @@ public static void Delete(this IManagedClustersOperations operations, string res } /// - /// Reset Service Principal Profile of a managed cluster. + /// Reset the Service Principal Profile of a managed cluster. /// /// - /// Update the service principal Profile for a managed cluster. + /// This action cannot be performed on a cluster that is not using a service + /// principal /// /// /// The operations group for this extension method. @@ -572,8 +551,7 @@ public static void Delete(this IManagedClustersOperations operations, string res /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset Service Principal Profile operation for a - /// Managed Cluster. + /// The service principal profile to set on the managed cluster. /// public static void ResetServicePrincipalProfile(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, ManagedClusterServicePrincipalProfile parameters) { @@ -581,10 +559,11 @@ public static void ResetServicePrincipalProfile(this IManagedClustersOperations } /// - /// Reset Service Principal Profile of a managed cluster. + /// Reset the Service Principal Profile of a managed cluster. /// /// - /// Update the service principal Profile for a managed cluster. + /// This action cannot be performed on a cluster that is not using a service + /// principal /// /// /// The operations group for this extension method. @@ -596,8 +575,7 @@ public static void ResetServicePrincipalProfile(this IManagedClustersOperations /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset Service Principal Profile operation for a - /// Managed Cluster. + /// The service principal profile to set on the managed cluster. /// /// /// The cancellation token. @@ -608,11 +586,8 @@ public static void ResetServicePrincipalProfile(this IManagedClustersOperations } /// - /// Reset AAD Profile of a managed cluster. + /// Reset the AAD Profile of a managed cluster. /// - /// - /// Update the AAD Profile for a managed cluster. - /// /// /// The operations group for this extension method. /// @@ -623,8 +598,7 @@ public static void ResetServicePrincipalProfile(this IManagedClustersOperations /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset AAD Profile operation for a Managed - /// Cluster. + /// The AAD profile to set on the Managed Cluster /// public static void ResetAADProfile(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, ManagedClusterAADProfile parameters) { @@ -632,11 +606,8 @@ public static void ResetAADProfile(this IManagedClustersOperations operations, s } /// - /// Reset AAD Profile of a managed cluster. + /// Reset the AAD Profile of a managed cluster. /// - /// - /// Update the AAD Profile for a managed cluster. - /// /// /// The operations group for this extension method. /// @@ -647,8 +618,7 @@ public static void ResetAADProfile(this IManagedClustersOperations operations, s /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset AAD Profile operation for a Managed - /// Cluster. + /// The AAD profile to set on the Managed Cluster /// /// /// The cancellation token. @@ -659,10 +629,12 @@ public static void ResetAADProfile(this IManagedClustersOperations operations, s } /// - /// Rotate certificates of a managed cluster. + /// Rotates the certificates of a managed cluster. /// /// - /// Rotate certificates of a managed cluster. + /// See [Certificate + /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for + /// more details about rotating managed cluster certificates. /// /// /// The operations group for this extension method. @@ -679,10 +651,12 @@ public static void RotateClusterCertificates(this IManagedClustersOperations ope } /// - /// Rotate certificates of a managed cluster. + /// Rotates the certificates of a managed cluster. /// /// - /// Rotate certificates of a managed cluster. + /// See [Certificate + /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for + /// more details about rotating managed cluster certificates. /// /// /// The operations group for this extension method. @@ -702,10 +676,40 @@ public static void RotateClusterCertificates(this IManagedClustersOperations ope } /// - /// Upgrade node image version of an agent pool to the latest. + /// Stops a Managed Cluster + /// + /// + /// This can only be performed on Azure Virtual Machine Scale set backed + /// clusters. Stopping a cluster stops the control plane and agent nodes + /// entirely, while maintaining all object and cluster state. A cluster does + /// not accrue charges while it is stopped. See [stopping a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more + /// details about stopping a cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + public static void Stop(this IManagedClustersOperations operations, string resourceGroupName, string resourceName) + { + operations.StopAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Stops a Managed Cluster /// /// - /// Upgrade node image version of an agent pool to the latest. + /// This can only be performed on Azure Virtual Machine Scale set backed + /// clusters. Stopping a cluster stops the control plane and agent nodes + /// entirely, while maintaining all object and cluster state. A cluster does + /// not accrue charges while it is stopped. See [stopping a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more + /// details about stopping a cluster. /// /// /// The operations group for this extension method. @@ -716,19 +720,21 @@ public static void RotateClusterCertificates(this IManagedClustersOperations ope /// /// The name of the managed cluster resource. /// - /// - /// The name of the agent pool. + /// + /// The cancellation token. /// - public static AgentPool UpgradeNodeImageVersion(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, string agentPoolName) + public static async Task StopAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) { - return operations.UpgradeNodeImageVersionAsync(resourceGroupName, resourceName, agentPoolName).GetAwaiter().GetResult(); + (await operations.StopWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// - /// Upgrade node image version of an agent pool to the latest. + /// Starts a previously stopped Managed Cluster /// /// - /// Upgrade node image version of an agent pool to the latest. + /// See [starting a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more + /// details about starting a cluster. /// /// /// The operations group for this extension method. @@ -739,26 +745,169 @@ public static AgentPool UpgradeNodeImageVersion(this IManagedClustersOperations /// /// The name of the managed cluster resource. /// - /// - /// The name of the agent pool. + public static void Start(this IManagedClustersOperations operations, string resourceGroupName, string resourceName) + { + operations.StartAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Starts a previously stopped Managed Cluster + /// + /// + /// See [starting a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more + /// details about starting a cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. /// /// /// The cancellation token. /// - public static async Task UpgradeNodeImageVersionAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, string agentPoolName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task StartAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.StartWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Submits a command to run against the Managed Cluster. + /// + /// + /// AKS will create a pod to run the command. This is primarily useful for + /// private clusters. For more information see [AKS Run + /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview). + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The run command request + /// + public static RunCommandResult RunCommand(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, RunCommandRequest requestPayload) { - using (var _result = await operations.UpgradeNodeImageVersionWithHttpMessagesAsync(resourceGroupName, resourceName, agentPoolName, null, cancellationToken).ConfigureAwait(false)) + return operations.RunCommandAsync(resourceGroupName, resourceName, requestPayload).GetAwaiter().GetResult(); + } + + /// + /// Submits a command to run against the Managed Cluster. + /// + /// + /// AKS will create a pod to run the command. This is primarily useful for + /// private clusters. For more information see [AKS Run + /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview). + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The run command request + /// + /// + /// The cancellation token. + /// + public static async Task RunCommandAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, RunCommandRequest requestPayload, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.RunCommandWithHttpMessagesAsync(resourceGroupName, resourceName, requestPayload, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Creates or updates a managed cluster. + /// Gets the results of a command which has been run on the Managed Cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// Id of the command. + /// + public static RunCommandResult GetCommandResult(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, string commandId) + { + return operations.GetCommandResultAsync(resourceGroupName, resourceName, commandId).GetAwaiter().GetResult(); + } + + /// + /// Gets the results of a command which has been run on the Managed Cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// Id of the command. + /// + /// + /// The cancellation token. + /// + public static async Task GetCommandResultAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, string commandId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetCommandResultWithHttpMessagesAsync(resourceGroupName, resourceName, commandId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. + /// + /// + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. The operation returns + /// properties of each egress endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + public static IPage ListOutboundNetworkDependenciesEndpoints(this IManagedClustersOperations operations, string resourceGroupName, string resourceName) + { + return operations.ListOutboundNetworkDependenciesEndpointsAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. /// /// - /// Creates or updates a managed cluster with the specified configuration for - /// agents and Kubernetes version. + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. The operation returns + /// properties of each egress endpoint. /// /// /// The operations group for this extension method. @@ -769,8 +918,31 @@ public static AgentPool UpgradeNodeImageVersion(this IManagedClustersOperations /// /// The name of the managed cluster resource. /// + /// + /// The cancellation token. + /// + public static async Task> ListOutboundNetworkDependenciesEndpointsAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListOutboundNetworkDependenciesEndpointsWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Creates or updates a managed cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// /// - /// Parameters supplied to the Create or Update a Managed Cluster operation. + /// The managed cluster to create or update. /// public static ManagedCluster BeginCreateOrUpdate(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, ManagedCluster parameters) { @@ -780,10 +952,6 @@ public static ManagedCluster BeginCreateOrUpdate(this IManagedClustersOperations /// /// Creates or updates a managed cluster. /// - /// - /// Creates or updates a managed cluster with the specified configuration for - /// agents and Kubernetes version. - /// /// /// The operations group for this extension method. /// @@ -794,7 +962,7 @@ public static ManagedCluster BeginCreateOrUpdate(this IManagedClustersOperations /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Create or Update a Managed Cluster operation. + /// The managed cluster to create or update. /// /// /// The cancellation token. @@ -810,9 +978,6 @@ public static ManagedCluster BeginCreateOrUpdate(this IManagedClustersOperations /// /// Updates tags on a managed cluster. /// - /// - /// Updates a managed cluster with the specified tags. - /// /// /// The operations group for this extension method. /// @@ -833,9 +998,6 @@ public static ManagedCluster BeginCreateOrUpdate(this IManagedClustersOperations /// /// Updates tags on a managed cluster. /// - /// - /// Updates a managed cluster with the specified tags. - /// /// /// The operations group for this extension method. /// @@ -862,9 +1024,6 @@ public static ManagedCluster BeginCreateOrUpdate(this IManagedClustersOperations /// /// Deletes a managed cluster. /// - /// - /// Deletes the managed cluster with a specified resource group and name. - /// /// /// The operations group for this extension method. /// @@ -882,9 +1041,6 @@ public static void BeginDelete(this IManagedClustersOperations operations, strin /// /// Deletes a managed cluster. /// - /// - /// Deletes the managed cluster with a specified resource group and name. - /// /// /// The operations group for this extension method. /// @@ -903,10 +1059,11 @@ public static void BeginDelete(this IManagedClustersOperations operations, strin } /// - /// Reset Service Principal Profile of a managed cluster. + /// Reset the Service Principal Profile of a managed cluster. /// /// - /// Update the service principal Profile for a managed cluster. + /// This action cannot be performed on a cluster that is not using a service + /// principal /// /// /// The operations group for this extension method. @@ -918,8 +1075,7 @@ public static void BeginDelete(this IManagedClustersOperations operations, strin /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset Service Principal Profile operation for a - /// Managed Cluster. + /// The service principal profile to set on the managed cluster. /// public static void BeginResetServicePrincipalProfile(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, ManagedClusterServicePrincipalProfile parameters) { @@ -927,10 +1083,11 @@ public static void BeginResetServicePrincipalProfile(this IManagedClustersOperat } /// - /// Reset Service Principal Profile of a managed cluster. + /// Reset the Service Principal Profile of a managed cluster. /// /// - /// Update the service principal Profile for a managed cluster. + /// This action cannot be performed on a cluster that is not using a service + /// principal /// /// /// The operations group for this extension method. @@ -942,8 +1099,7 @@ public static void BeginResetServicePrincipalProfile(this IManagedClustersOperat /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset Service Principal Profile operation for a - /// Managed Cluster. + /// The service principal profile to set on the managed cluster. /// /// /// The cancellation token. @@ -954,11 +1110,8 @@ public static void BeginResetServicePrincipalProfile(this IManagedClustersOperat } /// - /// Reset AAD Profile of a managed cluster. + /// Reset the AAD Profile of a managed cluster. /// - /// - /// Update the AAD Profile for a managed cluster. - /// /// /// The operations group for this extension method. /// @@ -969,8 +1122,7 @@ public static void BeginResetServicePrincipalProfile(this IManagedClustersOperat /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset AAD Profile operation for a Managed - /// Cluster. + /// The AAD profile to set on the Managed Cluster /// public static void BeginResetAADProfile(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, ManagedClusterAADProfile parameters) { @@ -978,11 +1130,8 @@ public static void BeginResetAADProfile(this IManagedClustersOperations operatio } /// - /// Reset AAD Profile of a managed cluster. + /// Reset the AAD Profile of a managed cluster. /// - /// - /// Update the AAD Profile for a managed cluster. - /// /// /// The operations group for this extension method. /// @@ -993,8 +1142,7 @@ public static void BeginResetAADProfile(this IManagedClustersOperations operatio /// The name of the managed cluster resource. /// /// - /// Parameters supplied to the Reset AAD Profile operation for a Managed - /// Cluster. + /// The AAD profile to set on the Managed Cluster /// /// /// The cancellation token. @@ -1005,10 +1153,12 @@ public static void BeginResetAADProfile(this IManagedClustersOperations operatio } /// - /// Rotate certificates of a managed cluster. + /// Rotates the certificates of a managed cluster. /// /// - /// Rotate certificates of a managed cluster. + /// See [Certificate + /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for + /// more details about rotating managed cluster certificates. /// /// /// The operations group for this extension method. @@ -1025,10 +1175,12 @@ public static void BeginRotateClusterCertificates(this IManagedClustersOperation } /// - /// Rotate certificates of a managed cluster. + /// Rotates the certificates of a managed cluster. /// /// - /// Rotate certificates of a managed cluster. + /// See [Certificate + /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for + /// more details about rotating managed cluster certificates. /// /// /// The operations group for this extension method. @@ -1048,10 +1200,87 @@ public static void BeginRotateClusterCertificates(this IManagedClustersOperation } /// - /// Upgrade node image version of an agent pool to the latest. + /// Stops a Managed Cluster + /// + /// + /// This can only be performed on Azure Virtual Machine Scale set backed + /// clusters. Stopping a cluster stops the control plane and agent nodes + /// entirely, while maintaining all object and cluster state. A cluster does + /// not accrue charges while it is stopped. See [stopping a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more + /// details about stopping a cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + public static void BeginStop(this IManagedClustersOperations operations, string resourceGroupName, string resourceName) + { + operations.BeginStopAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Stops a Managed Cluster + /// + /// + /// This can only be performed on Azure Virtual Machine Scale set backed + /// clusters. Stopping a cluster stops the control plane and agent nodes + /// entirely, while maintaining all object and cluster state. A cluster does + /// not accrue charges while it is stopped. See [stopping a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more + /// details about stopping a cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The cancellation token. + /// + public static async Task BeginStopAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.BeginStopWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Starts a previously stopped Managed Cluster + /// + /// + /// See [starting a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more + /// details about starting a cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + public static void BeginStart(this IManagedClustersOperations operations, string resourceGroupName, string resourceName) + { + operations.BeginStartAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Starts a previously stopped Managed Cluster /// /// - /// Upgrade node image version of an agent pool to the latest. + /// See [starting a + /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more + /// details about starting a cluster. /// /// /// The operations group for this extension method. @@ -1062,19 +1291,21 @@ public static void BeginRotateClusterCertificates(this IManagedClustersOperation /// /// The name of the managed cluster resource. /// - /// - /// The name of the agent pool. + /// + /// The cancellation token. /// - public static AgentPool BeginUpgradeNodeImageVersion(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, string agentPoolName) + public static async Task BeginStartAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) { - return operations.BeginUpgradeNodeImageVersionAsync(resourceGroupName, resourceName, agentPoolName).GetAwaiter().GetResult(); + (await operations.BeginStartWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// - /// Upgrade node image version of an agent pool to the latest. + /// Submits a command to run against the Managed Cluster. /// /// - /// Upgrade node image version of an agent pool to the latest. + /// AKS will create a pod to run the command. This is primarily useful for + /// private clusters. For more information see [AKS Run + /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview). /// /// /// The operations group for this extension method. @@ -1085,15 +1316,40 @@ public static AgentPool BeginUpgradeNodeImageVersion(this IManagedClustersOperat /// /// The name of the managed cluster resource. /// - /// - /// The name of the agent pool. + /// + /// The run command request + /// + public static RunCommandResult BeginRunCommand(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, RunCommandRequest requestPayload) + { + return operations.BeginRunCommandAsync(resourceGroupName, resourceName, requestPayload).GetAwaiter().GetResult(); + } + + /// + /// Submits a command to run against the Managed Cluster. + /// + /// + /// AKS will create a pod to run the command. This is primarily useful for + /// private clusters. For more information see [AKS Run + /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview). + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The run command request /// /// /// The cancellation token. /// - public static async Task BeginUpgradeNodeImageVersionAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, string agentPoolName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task BeginRunCommandAsync(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, RunCommandRequest requestPayload, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.BeginUpgradeNodeImageVersionWithHttpMessagesAsync(resourceGroupName, resourceName, agentPoolName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.BeginRunCommandWithHttpMessagesAsync(resourceGroupName, resourceName, requestPayload, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -1102,10 +1358,6 @@ public static AgentPool BeginUpgradeNodeImageVersion(this IManagedClustersOperat /// /// Gets a list of managed clusters in the specified subscription. /// - /// - /// Gets a list of managed clusters in the specified subscription. The - /// operation returns properties of each managed cluster. - /// /// /// The operations group for this extension method. /// @@ -1120,10 +1372,6 @@ public static IPage ListNext(this IManagedClustersOperations ope /// /// Gets a list of managed clusters in the specified subscription. /// - /// - /// Gets a list of managed clusters in the specified subscription. The - /// operation returns properties of each managed cluster. - /// /// /// The operations group for this extension method. /// @@ -1144,10 +1392,6 @@ public static IPage ListNext(this IManagedClustersOperations ope /// /// Lists managed clusters in the specified subscription and resource group. /// - /// - /// Lists managed clusters in the specified subscription and resource group. - /// The operation returns properties of each managed cluster. - /// /// /// The operations group for this extension method. /// @@ -1162,10 +1406,6 @@ public static IPage ListByResourceGroupNext(this IManagedCluster /// /// Lists managed clusters in the specified subscription and resource group. /// - /// - /// Lists managed clusters in the specified subscription and resource group. - /// The operation returns properties of each managed cluster. - /// /// /// The operations group for this extension method. /// @@ -1183,5 +1423,51 @@ public static IPage ListByResourceGroupNext(this IManagedCluster } } + /// + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. + /// + /// + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. The operation returns + /// properties of each egress endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListOutboundNetworkDependenciesEndpointsNext(this IManagedClustersOperations operations, string nextPageLink) + { + return operations.ListOutboundNetworkDependenciesEndpointsNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. + /// + /// + /// Gets a list of egress endpoints (network endpoints of all outbound + /// dependencies) in the specified managed cluster. The operation returns + /// properties of each egress endpoint. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListOutboundNetworkDependenciesEndpointsNextAsync(this IManagedClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListOutboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPool.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPool.cs index 6fa595e91f0c..58fbd8379397 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPool.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPool.cs @@ -40,124 +40,91 @@ public AgentPool() /// resource. /// Resource type /// Number of agents (VMs) to host docker - /// containers. Allowed values must be in the range of 0 to 100 - /// (inclusive) for user pools and in the range of 1 to 100 (inclusive) - /// for system pools. The default value is 1. - /// Size of agent VMs. Possible values include: - /// 'Standard_A1', 'Standard_A10', 'Standard_A11', 'Standard_A1_v2', - /// 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2', 'Standard_A3', - /// 'Standard_A4', 'Standard_A4_v2', 'Standard_A4m_v2', 'Standard_A5', - /// 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A8_v2', - /// 'Standard_A8m_v2', 'Standard_A9', 'Standard_B2ms', 'Standard_B2s', - /// 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1', 'Standard_D11', - /// 'Standard_D11_v2', 'Standard_D11_v2_Promo', 'Standard_D12', - /// 'Standard_D12_v2', 'Standard_D12_v2_Promo', 'Standard_D13', - /// 'Standard_D13_v2', 'Standard_D13_v2_Promo', 'Standard_D14', - /// 'Standard_D14_v2', 'Standard_D14_v2_Promo', 'Standard_D15_v2', - /// 'Standard_D16_v3', 'Standard_D16s_v3', 'Standard_D1_v2', - /// 'Standard_D2', 'Standard_D2_v2', 'Standard_D2_v2_Promo', - /// 'Standard_D2_v3', 'Standard_D2s_v3', 'Standard_D3', - /// 'Standard_D32_v3', 'Standard_D32s_v3', 'Standard_D3_v2', - /// 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2', - /// 'Standard_D4_v2_Promo', 'Standard_D4_v3', 'Standard_D4s_v3', - /// 'Standard_D5_v2', 'Standard_D5_v2_Promo', 'Standard_D64_v3', - /// 'Standard_D64s_v3', 'Standard_D8_v3', 'Standard_D8s_v3', - /// 'Standard_DS1', 'Standard_DS11', 'Standard_DS11_v2', - /// 'Standard_DS11_v2_Promo', 'Standard_DS12', 'Standard_DS12_v2', - /// 'Standard_DS12_v2_Promo', 'Standard_DS13', 'Standard_DS13-2_v2', - /// 'Standard_DS13-4_v2', 'Standard_DS13_v2', 'Standard_DS13_v2_Promo', - /// 'Standard_DS14', 'Standard_DS14-4_v2', 'Standard_DS14-8_v2', - /// 'Standard_DS14_v2', 'Standard_DS14_v2_Promo', 'Standard_DS15_v2', - /// 'Standard_DS1_v2', 'Standard_DS2', 'Standard_DS2_v2', - /// 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2', - /// 'Standard_DS3_v2_Promo', 'Standard_DS4', 'Standard_DS4_v2', - /// 'Standard_DS4_v2_Promo', 'Standard_DS5_v2', - /// 'Standard_DS5_v2_Promo', 'Standard_E16_v3', 'Standard_E16s_v3', - /// 'Standard_E2_v3', 'Standard_E2s_v3', 'Standard_E32-16s_v3', - /// 'Standard_E32-8s_v3', 'Standard_E32_v3', 'Standard_E32s_v3', - /// 'Standard_E4_v3', 'Standard_E4s_v3', 'Standard_E64-16s_v3', - /// 'Standard_E64-32s_v3', 'Standard_E64_v3', 'Standard_E64s_v3', - /// 'Standard_E8_v3', 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', - /// 'Standard_F16s', 'Standard_F16s_v2', 'Standard_F1s', 'Standard_F2', - /// 'Standard_F2s', 'Standard_F2s_v2', 'Standard_F32s_v2', - /// 'Standard_F4', 'Standard_F4s', 'Standard_F4s_v2', - /// 'Standard_F64s_v2', 'Standard_F72s_v2', 'Standard_F8', - /// 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1', 'Standard_G2', - /// 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_GS1', - /// 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS4-4', - /// 'Standard_GS4-8', 'Standard_GS5', 'Standard_GS5-16', - /// 'Standard_GS5-8', 'Standard_H16', 'Standard_H16m', - /// 'Standard_H16mr', 'Standard_H16r', 'Standard_H8', 'Standard_H8m', - /// 'Standard_L16s', 'Standard_L32s', 'Standard_L4s', 'Standard_L8s', - /// 'Standard_M128-32ms', 'Standard_M128-64ms', 'Standard_M128ms', - /// 'Standard_M128s', 'Standard_M64-16ms', 'Standard_M64-32ms', - /// 'Standard_M64ms', 'Standard_M64s', 'Standard_NC12', - /// 'Standard_NC12s_v2', 'Standard_NC12s_v3', 'Standard_NC24', - /// 'Standard_NC24r', 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', - /// 'Standard_NC24s_v2', 'Standard_NC24s_v3', 'Standard_NC6', - /// 'Standard_NC6s_v2', 'Standard_NC6s_v3', 'Standard_ND12s', - /// 'Standard_ND24rs', 'Standard_ND24s', 'Standard_ND6s', - /// 'Standard_NV12', 'Standard_NV24', 'Standard_NV6' - /// OS Disk Size in GB to be used to specify - /// the disk size for every machine in this master/agent pool. If you - /// specify 0, it will apply the default osDisk size according to the - /// vmSize specified. - /// VNet SubnetID specifies the VNet's - /// subnet identifier. - /// Maximum number of pods that can run on a + /// containers. Allowed values must be in the range of 0 to 1000 + /// (inclusive) for user pools and in the range of 1 to 1000 + /// (inclusive) for system pools. The default value is 1. + /// The size of the agent pool VMs. + /// Possible values include: 'Managed', + /// 'Ephemeral' + /// Possible values include: 'OS', + /// 'Temporary' + /// The ID of the subnet which agent pool + /// nodes and optionally pods will join on startup. + /// The ID of the subnet which pods will join + /// when launched. + /// The maximum number of pods that can run on a /// node. - /// OsType to be used to specify os type. Choose - /// from Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' - /// Maximum number of nodes for + /// Possible values include: 'Linux', + /// 'Windows' + /// Possible values include: 'Ubuntu', + /// 'CBLMariner' + /// The maximum number of nodes for /// auto-scaling - /// Minimum number of nodes for + /// The minimum number of nodes for /// auto-scaling /// Whether to enable /// auto-scaler - /// AgentPoolType represents types of an - /// agent pool. Possible values include: 'VirtualMachineScaleSets', - /// 'AvailabilitySet' - /// AgentPoolMode represents mode of an agent pool. - /// Possible values include: 'System', 'User' - /// Version of orchestrator specified - /// when creating the managed cluster. - /// Version of node image + /// Possible values include: + /// 'VirtualMachineScaleSets', 'AvailabilitySet' + /// Possible values include: 'System', + /// 'User' + /// The version of Kubernetes running + /// on the Agent Pool. + /// The version of node image /// Settings for upgrading the /// agentpool /// The current deployment or - /// provisioning state, which only appears in the response. - /// Availability zones for nodes. Must - /// use VirtualMachineScaleSets AgentPoolType. - /// Enable public IP for nodes - /// ScaleSetPriority to be used to - /// specify virtual machine scale set priority. Default to regular. - /// Possible values include: 'Spot', 'Regular' - /// ScaleSetEvictionPolicy to be - /// used to specify eviction policy for Spot virtual machine scale set. - /// Default to Delete. Possible values include: 'Delete', - /// 'Deallocate' - /// SpotMaxPrice to be used to specify the - /// maximum price you are willing to pay in US Dollars. Possible values - /// are any decimal value greater than zero or -1 which indicates - /// default price to be up-to on-demand. - /// Agent pool tags to be persisted on the agent - /// pool virtual machine scale set. - /// Agent pool node labels to be persisted - /// across all nodes in agent pool. - /// Taints added to new nodes during node pool - /// create and scale. For example, key=value:NoSchedule. + /// provisioning state. + /// Describes whether the Agent Pool is + /// Running or Stopped + /// The list of Availability zones to + /// use for nodes. This can only be specified if the AgentPoolType + /// property is 'VirtualMachineScaleSets'. + /// Whether each node is allocated its + /// own public IP. + /// The public IP prefix ID which VM + /// nodes should use IPs from. + /// The Virtual Machine Scale Set + /// priority. If not specified, the default is 'Regular'. Possible + /// values include: 'Spot', 'Regular' + /// The Virtual Machine Scale Set + /// eviction policy to use. + /// The max price (in US Dollars) you are + /// willing to pay for spot instances. Possible values are any decimal + /// value greater than zero or -1 which indicates default price to be + /// up-to on-demand. + /// The tags to be persisted on the agent pool + /// virtual machine scale set. + /// The node labels to be persisted across all + /// nodes in agent pool. + /// The taints added to new nodes during node + /// pool create and scale. For example, key=value:NoSchedule. /// The ID for Proximity /// Placement Group. - public AgentPool(string id = default(string), string name = default(string), string type = default(string), int? count = default(int?), string vmSize = default(string), int? osDiskSizeGB = default(int?), string vnetSubnetID = default(string), int? maxPods = default(int?), string osType = default(string), int? maxCount = default(int?), int? minCount = default(int?), bool? enableAutoScaling = default(bool?), string agentPoolType = default(string), string mode = default(string), string orchestratorVersion = default(string), string nodeImageVersion = default(string), AgentPoolUpgradeSettings upgradeSettings = default(AgentPoolUpgradeSettings), string provisioningState = default(string), IList availabilityZones = default(IList), bool? enableNodePublicIP = default(bool?), string scaleSetPriority = default(string), string scaleSetEvictionPolicy = default(string), double? spotMaxPrice = default(double?), IDictionary tags = default(IDictionary), IDictionary nodeLabels = default(IDictionary), IList nodeTaints = default(IList), string proximityPlacementGroupID = default(string)) + /// The Kubelet configuration on the agent + /// pool nodes. + /// The OS configuration of Linux agent + /// nodes. + /// Whether to enable host based + /// OS and data drive encryption. + /// Whether to enable UltraSSD + /// Whether to use a FIPS-enabled OS. + /// GPUInstanceProfile to be used to + /// specify GPU MIG instance profile for supported GPU VM SKU. Possible + /// values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g' + public AgentPool(string id = default(string), string name = default(string), string type = default(string), int? count = default(int?), string vmSize = default(string), int? osDiskSizeGB = default(int?), string osDiskType = default(string), string kubeletDiskType = default(string), string vnetSubnetID = default(string), string podSubnetID = default(string), int? maxPods = default(int?), string osType = default(string), string osSKU = default(string), int? maxCount = default(int?), int? minCount = default(int?), bool? enableAutoScaling = default(bool?), string agentPoolType = default(string), string mode = default(string), string orchestratorVersion = default(string), string nodeImageVersion = default(string), AgentPoolUpgradeSettings upgradeSettings = default(AgentPoolUpgradeSettings), string provisioningState = default(string), PowerState powerState = default(PowerState), IList availabilityZones = default(IList), bool? enableNodePublicIP = default(bool?), string nodePublicIPPrefixID = default(string), string scaleSetPriority = default(string), string scaleSetEvictionPolicy = default(string), double? spotMaxPrice = default(double?), IDictionary tags = default(IDictionary), IDictionary nodeLabels = default(IDictionary), IList nodeTaints = default(IList), string proximityPlacementGroupID = default(string), KubeletConfig kubeletConfig = default(KubeletConfig), LinuxOSConfig linuxOSConfig = default(LinuxOSConfig), bool? enableEncryptionAtHost = default(bool?), bool? enableUltraSSD = default(bool?), bool? enableFIPS = default(bool?), string gpuInstanceProfile = default(string)) : base(id, name, type) { Count = count; VmSize = vmSize; OsDiskSizeGB = osDiskSizeGB; + OsDiskType = osDiskType; + KubeletDiskType = kubeletDiskType; VnetSubnetID = vnetSubnetID; + PodSubnetID = podSubnetID; MaxPods = maxPods; OsType = osType; + OsSKU = osSKU; MaxCount = maxCount; MinCount = minCount; EnableAutoScaling = enableAutoScaling; @@ -167,8 +134,10 @@ public AgentPool() NodeImageVersion = nodeImageVersion; UpgradeSettings = upgradeSettings; ProvisioningState = provisioningState; + PowerState = powerState; AvailabilityZones = availabilityZones; EnableNodePublicIP = enableNodePublicIP; + NodePublicIPPrefixID = nodePublicIPPrefixID; ScaleSetPriority = scaleSetPriority; ScaleSetEvictionPolicy = scaleSetEvictionPolicy; SpotMaxPrice = spotMaxPrice; @@ -176,6 +145,12 @@ public AgentPool() NodeLabels = nodeLabels; NodeTaints = nodeTaints; ProximityPlacementGroupID = proximityPlacementGroupID; + KubeletConfig = kubeletConfig; + LinuxOSConfig = linuxOSConfig; + EnableEncryptionAtHost = enableEncryptionAtHost; + EnableUltraSSD = enableUltraSSD; + EnableFIPS = enableFIPS; + GpuInstanceProfile = gpuInstanceProfile; CustomInit(); } @@ -186,110 +161,93 @@ public AgentPool() /// /// Gets or sets number of agents (VMs) to host docker containers. - /// Allowed values must be in the range of 0 to 100 (inclusive) for - /// user pools and in the range of 1 to 100 (inclusive) for system + /// Allowed values must be in the range of 0 to 1000 (inclusive) for + /// user pools and in the range of 1 to 1000 (inclusive) for system /// pools. The default value is 1. /// [JsonProperty(PropertyName = "properties.count")] public int? Count { get; set; } /// - /// Gets or sets size of agent VMs. Possible values include: - /// 'Standard_A1', 'Standard_A10', 'Standard_A11', 'Standard_A1_v2', - /// 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2', 'Standard_A3', - /// 'Standard_A4', 'Standard_A4_v2', 'Standard_A4m_v2', 'Standard_A5', - /// 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A8_v2', - /// 'Standard_A8m_v2', 'Standard_A9', 'Standard_B2ms', 'Standard_B2s', - /// 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1', 'Standard_D11', - /// 'Standard_D11_v2', 'Standard_D11_v2_Promo', 'Standard_D12', - /// 'Standard_D12_v2', 'Standard_D12_v2_Promo', 'Standard_D13', - /// 'Standard_D13_v2', 'Standard_D13_v2_Promo', 'Standard_D14', - /// 'Standard_D14_v2', 'Standard_D14_v2_Promo', 'Standard_D15_v2', - /// 'Standard_D16_v3', 'Standard_D16s_v3', 'Standard_D1_v2', - /// 'Standard_D2', 'Standard_D2_v2', 'Standard_D2_v2_Promo', - /// 'Standard_D2_v3', 'Standard_D2s_v3', 'Standard_D3', - /// 'Standard_D32_v3', 'Standard_D32s_v3', 'Standard_D3_v2', - /// 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2', - /// 'Standard_D4_v2_Promo', 'Standard_D4_v3', 'Standard_D4s_v3', - /// 'Standard_D5_v2', 'Standard_D5_v2_Promo', 'Standard_D64_v3', - /// 'Standard_D64s_v3', 'Standard_D8_v3', 'Standard_D8s_v3', - /// 'Standard_DS1', 'Standard_DS11', 'Standard_DS11_v2', - /// 'Standard_DS11_v2_Promo', 'Standard_DS12', 'Standard_DS12_v2', - /// 'Standard_DS12_v2_Promo', 'Standard_DS13', 'Standard_DS13-2_v2', - /// 'Standard_DS13-4_v2', 'Standard_DS13_v2', 'Standard_DS13_v2_Promo', - /// 'Standard_DS14', 'Standard_DS14-4_v2', 'Standard_DS14-8_v2', - /// 'Standard_DS14_v2', 'Standard_DS14_v2_Promo', 'Standard_DS15_v2', - /// 'Standard_DS1_v2', 'Standard_DS2', 'Standard_DS2_v2', - /// 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2', - /// 'Standard_DS3_v2_Promo', 'Standard_DS4', 'Standard_DS4_v2', - /// 'Standard_DS4_v2_Promo', 'Standard_DS5_v2', - /// 'Standard_DS5_v2_Promo', 'Standard_E16_v3', 'Standard_E16s_v3', - /// 'Standard_E2_v3', 'Standard_E2s_v3', 'Standard_E32-16s_v3', - /// 'Standard_E32-8s_v3', 'Standard_E32_v3', 'Standard_E32s_v3', - /// 'Standard_E4_v3', 'Standard_E4s_v3', 'Standard_E64-16s_v3', - /// 'Standard_E64-32s_v3', 'Standard_E64_v3', 'Standard_E64s_v3', - /// 'Standard_E8_v3', 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', - /// 'Standard_F16s', 'Standard_F16s_v2', 'Standard_F1s', 'Standard_F2', - /// 'Standard_F2s', 'Standard_F2s_v2', 'Standard_F32s_v2', - /// 'Standard_F4', 'Standard_F4s', 'Standard_F4s_v2', - /// 'Standard_F64s_v2', 'Standard_F72s_v2', 'Standard_F8', - /// 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1', 'Standard_G2', - /// 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_GS1', - /// 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS4-4', - /// 'Standard_GS4-8', 'Standard_GS5', 'Standard_GS5-16', - /// 'Standard_GS5-8', 'Standard_H16', 'Standard_H16m', - /// 'Standard_H16mr', 'Standard_H16r', 'Standard_H8', 'Standard_H8m', - /// 'Standard_L16s', 'Standard_L32s', 'Standard_L4s', 'Standard_L8s', - /// 'Standard_M128-32ms', 'Standard_M128-64ms', 'Standard_M128ms', - /// 'Standard_M128s', 'Standard_M64-16ms', 'Standard_M64-32ms', - /// 'Standard_M64ms', 'Standard_M64s', 'Standard_NC12', - /// 'Standard_NC12s_v2', 'Standard_NC12s_v3', 'Standard_NC24', - /// 'Standard_NC24r', 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', - /// 'Standard_NC24s_v2', 'Standard_NC24s_v3', 'Standard_NC6', - /// 'Standard_NC6s_v2', 'Standard_NC6s_v3', 'Standard_ND12s', - /// 'Standard_ND24rs', 'Standard_ND24s', 'Standard_ND6s', - /// 'Standard_NV12', 'Standard_NV24', 'Standard_NV6' + /// Gets or sets the size of the agent pool VMs. /// + /// + /// VM size availability varies by region. If a node contains + /// insufficient compute resources (memory, cpu, etc) pods might fail + /// to run correctly. For more details on restricted VM sizes, see: + /// https://docs.microsoft.com/azure/aks/quotas-skus-regions + /// [JsonProperty(PropertyName = "properties.vmSize")] public string VmSize { get; set; } /// - /// Gets or sets OS Disk Size in GB to be used to specify the disk size - /// for every machine in this master/agent pool. If you specify 0, it - /// will apply the default osDisk size according to the vmSize - /// specified. /// [JsonProperty(PropertyName = "properties.osDiskSizeGB")] public int? OsDiskSizeGB { get; set; } /// - /// Gets or sets vNet SubnetID specifies the VNet's subnet identifier. + /// Gets or sets possible values include: 'Managed', 'Ephemeral' /// + [JsonProperty(PropertyName = "properties.osDiskType")] + public string OsDiskType { get; set; } + + /// + /// Gets or sets possible values include: 'OS', 'Temporary' + /// + [JsonProperty(PropertyName = "properties.kubeletDiskType")] + public string KubeletDiskType { get; set; } + + /// + /// Gets or sets the ID of the subnet which agent pool nodes and + /// optionally pods will join on startup. + /// + /// + /// If this is not specified, a VNET and subnet will be generated and + /// used. If no podSubnetID is specified, this applies to nodes and + /// pods, otherwise it applies to just nodes. This is of the form: + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} + /// [JsonProperty(PropertyName = "properties.vnetSubnetID")] public string VnetSubnetID { get; set; } /// - /// Gets or sets maximum number of pods that can run on a node. + /// Gets or sets the ID of the subnet which pods will join when + /// launched. + /// + /// + /// If omitted, pod IPs are statically assigned on the node subnet (see + /// vnetSubnetID for more details). This is of the form: + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} + /// + [JsonProperty(PropertyName = "properties.podSubnetID")] + public string PodSubnetID { get; set; } + + /// + /// Gets or sets the maximum number of pods that can run on a node. /// [JsonProperty(PropertyName = "properties.maxPods")] public int? MaxPods { get; set; } /// - /// Gets or sets osType to be used to specify os type. Choose from - /// Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' + /// Gets or sets possible values include: 'Linux', 'Windows' /// [JsonProperty(PropertyName = "properties.osType")] public string OsType { get; set; } /// - /// Gets or sets maximum number of nodes for auto-scaling + /// Gets or sets possible values include: 'Ubuntu', 'CBLMariner' + /// + [JsonProperty(PropertyName = "properties.osSKU")] + public string OsSKU { get; set; } + + /// + /// Gets or sets the maximum number of nodes for auto-scaling /// [JsonProperty(PropertyName = "properties.maxCount")] public int? MaxCount { get; set; } /// - /// Gets or sets minimum number of nodes for auto-scaling + /// Gets or sets the minimum number of nodes for auto-scaling /// [JsonProperty(PropertyName = "properties.minCount")] public int? MinCount { get; set; } @@ -301,29 +259,35 @@ public AgentPool() public bool? EnableAutoScaling { get; set; } /// - /// Gets or sets agentPoolType represents types of an agent pool. - /// Possible values include: 'VirtualMachineScaleSets', + /// Gets or sets possible values include: 'VirtualMachineScaleSets', /// 'AvailabilitySet' /// [JsonProperty(PropertyName = "properties.type")] public string AgentPoolType { get; set; } /// - /// Gets or sets agentPoolMode represents mode of an agent pool. - /// Possible values include: 'System', 'User' + /// Gets or sets possible values include: 'System', 'User' /// [JsonProperty(PropertyName = "properties.mode")] public string Mode { get; set; } /// - /// Gets or sets version of orchestrator specified when creating the - /// managed cluster. + /// Gets or sets the version of Kubernetes running on the Agent Pool. /// + /// + /// As a best practice, you should upgrade all node pools in an AKS + /// cluster to the same Kubernetes version. The node pool version must + /// have the same major version as the control plane. The node pool + /// minor version must be within two minor versions of the control + /// plane version. The node pool version cannot be greater than the + /// control plane version. For more information see [upgrading a node + /// pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool). + /// [JsonProperty(PropertyName = "properties.orchestratorVersion")] public string OrchestratorVersion { get; set; } /// - /// Gets version of node image + /// Gets the version of node image /// [JsonProperty(PropertyName = "properties.nodeImageVersion")] public string NodeImageVersion { get; private set; } @@ -335,67 +299,102 @@ public AgentPool() public AgentPoolUpgradeSettings UpgradeSettings { get; set; } /// - /// Gets the current deployment or provisioning state, which only - /// appears in the response. + /// Gets the current deployment or provisioning state. /// [JsonProperty(PropertyName = "properties.provisioningState")] public string ProvisioningState { get; private set; } /// - /// Gets or sets availability zones for nodes. Must use - /// VirtualMachineScaleSets AgentPoolType. + /// Gets describes whether the Agent Pool is Running or Stopped + /// + [JsonProperty(PropertyName = "properties.powerState")] + public PowerState PowerState { get; private set; } + + /// + /// Gets or sets the list of Availability zones to use for nodes. This + /// can only be specified if the AgentPoolType property is + /// 'VirtualMachineScaleSets'. /// [JsonProperty(PropertyName = "properties.availabilityZones")] public IList AvailabilityZones { get; set; } /// - /// Gets or sets enable public IP for nodes + /// Gets or sets whether each node is allocated its own public IP. /// + /// + /// Some scenarios may require nodes in a node pool to receive their + /// own dedicated public IP addresses. A common scenario is for gaming + /// workloads, where a console needs to make a direct connection to a + /// cloud virtual machine to minimize hops. For more information see + /// [assigning a public IP per + /// node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). + /// The default is false. + /// [JsonProperty(PropertyName = "properties.enableNodePublicIP")] public bool? EnableNodePublicIP { get; set; } /// - /// Gets or sets scaleSetPriority to be used to specify virtual machine - /// scale set priority. Default to regular. Possible values include: + /// Gets or sets the public IP prefix ID which VM nodes should use IPs + /// from. + /// + /// + /// This is of the form: + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} + /// + [JsonProperty(PropertyName = "properties.nodePublicIPPrefixID")] + public string NodePublicIPPrefixID { get; set; } + + /// + /// Gets or sets the Virtual Machine Scale Set priority. If not + /// specified, the default is 'Regular'. Possible values include: /// 'Spot', 'Regular' /// [JsonProperty(PropertyName = "properties.scaleSetPriority")] public string ScaleSetPriority { get; set; } /// - /// Gets or sets scaleSetEvictionPolicy to be used to specify eviction - /// policy for Spot virtual machine scale set. Default to Delete. - /// Possible values include: 'Delete', 'Deallocate' + /// Gets or sets the Virtual Machine Scale Set eviction policy to use. /// + /// + /// This cannot be specified unless the scaleSetPriority is 'Spot'. If + /// not specified, the default is 'Delete'. Possible values include: + /// 'Delete', 'Deallocate' + /// [JsonProperty(PropertyName = "properties.scaleSetEvictionPolicy")] public string ScaleSetEvictionPolicy { get; set; } /// - /// Gets or sets spotMaxPrice to be used to specify the maximum price - /// you are willing to pay in US Dollars. Possible values are any - /// decimal value greater than zero or -1 which indicates default price - /// to be up-to on-demand. + /// Gets or sets the max price (in US Dollars) you are willing to pay + /// for spot instances. Possible values are any decimal value greater + /// than zero or -1 which indicates default price to be up-to + /// on-demand. /// + /// + /// Possible values are any decimal value greater than zero or -1 which + /// indicates the willingness to pay any on-demand price. For more + /// details on spot pricing, see [spot VMs + /// pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing) + /// [JsonProperty(PropertyName = "properties.spotMaxPrice")] public double? SpotMaxPrice { get; set; } /// - /// Gets or sets agent pool tags to be persisted on the agent pool - /// virtual machine scale set. + /// Gets or sets the tags to be persisted on the agent pool virtual + /// machine scale set. /// [JsonProperty(PropertyName = "properties.tags")] public IDictionary Tags { get; set; } /// - /// Gets or sets agent pool node labels to be persisted across all - /// nodes in agent pool. + /// Gets or sets the node labels to be persisted across all nodes in + /// agent pool. /// [JsonProperty(PropertyName = "properties.nodeLabels")] public IDictionary NodeLabels { get; set; } /// - /// Gets or sets taints added to new nodes during node pool create and - /// scale. For example, key=value:NoSchedule. + /// Gets or sets the taints added to new nodes during node pool create + /// and scale. For example, key=value:NoSchedule. /// [JsonProperty(PropertyName = "properties.nodeTaints")] public IList NodeTaints { get; set; } @@ -406,5 +405,67 @@ public AgentPool() [JsonProperty(PropertyName = "properties.proximityPlacementGroupID")] public string ProximityPlacementGroupID { get; set; } + /// + /// Gets or sets the Kubelet configuration on the agent pool nodes. + /// + [JsonProperty(PropertyName = "properties.kubeletConfig")] + public KubeletConfig KubeletConfig { get; set; } + + /// + /// Gets or sets the OS configuration of Linux agent nodes. + /// + [JsonProperty(PropertyName = "properties.linuxOSConfig")] + public LinuxOSConfig LinuxOSConfig { get; set; } + + /// + /// Gets or sets whether to enable host based OS and data drive + /// encryption. + /// + /// + /// This is only supported on certain VM sizes and in certain Azure + /// regions. For more information, see: + /// https://docs.microsoft.com/azure/aks/enable-host-encryption + /// + [JsonProperty(PropertyName = "properties.enableEncryptionAtHost")] + public bool? EnableEncryptionAtHost { get; set; } + + /// + /// Gets or sets whether to enable UltraSSD + /// + [JsonProperty(PropertyName = "properties.enableUltraSSD")] + public bool? EnableUltraSSD { get; set; } + + /// + /// Gets or sets whether to use a FIPS-enabled OS. + /// + /// + /// See [Add a FIPS-enabled node + /// pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) + /// for more details. + /// + [JsonProperty(PropertyName = "properties.enableFIPS")] + public bool? EnableFIPS { get; set; } + + /// + /// Gets or sets gPUInstanceProfile to be used to specify GPU MIG + /// instance profile for supported GPU VM SKU. Possible values include: + /// 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g' + /// + [JsonProperty(PropertyName = "properties.gpuInstanceProfile")] + public string GpuInstanceProfile { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (KubeletConfig != null) + { + KubeletConfig.Validate(); + } + } } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolAvailableVersions.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolAvailableVersions.cs index aef063574593..45b6877f4dbb 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolAvailableVersions.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolAvailableVersions.cs @@ -34,11 +34,9 @@ public AgentPoolAvailableVersions() /// /// Initializes a new instance of the AgentPoolAvailableVersions class. /// - /// Id of the agent pool available versions. - /// Name of the agent pool available - /// versions. - /// Type of the agent pool available - /// versions. + /// The ID of the agent pool version list. + /// The name of the agent pool version list. + /// Type of the agent pool version list. /// List of versions available for /// agent pool. public AgentPoolAvailableVersions(string id = default(string), string name = default(string), string type = default(string), IList agentPoolVersions = default(IList)) @@ -56,19 +54,19 @@ public AgentPoolAvailableVersions() partial void CustomInit(); /// - /// Gets id of the agent pool available versions. + /// Gets the ID of the agent pool version list. /// [JsonProperty(PropertyName = "id")] public string Id { get; private set; } /// - /// Gets name of the agent pool available versions. + /// Gets the name of the agent pool version list. /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } /// - /// Gets type of the agent pool available versions. + /// Gets type of the agent pool version list. /// [JsonProperty(PropertyName = "type")] public string Type { get; private set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem.cs index 8642c1dbda4c..36db10a23d0b 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem.cs @@ -30,8 +30,8 @@ public AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem() /// /// Whether this version is the default /// agent pool version. - /// Kubernetes version (major, minor, - /// patch). + /// The Kubernetes version + /// (major.minor.patch). /// Whether Kubernetes version is currently in /// preview. public AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem(bool? defaultProperty = default(bool?), string kubernetesVersion = default(string), bool? isPreview = default(bool?)) @@ -55,7 +55,7 @@ public AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem() public bool? DefaultProperty { get; set; } /// - /// Gets or sets kubernetes version (major, minor, patch). + /// Gets or sets the Kubernetes version (major.minor.patch). /// [JsonProperty(PropertyName = "kubernetesVersion")] public string KubernetesVersion { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolMode.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolMode.cs index f54700de2167..184ed2de99a5 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolMode.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolMode.cs @@ -16,7 +16,16 @@ namespace Microsoft.Azure.Management.ContainerService.Models /// public static class AgentPoolMode { + /// + /// System agent pools are primarily for hosting critical system pods + /// such as CoreDNS and metrics-server. System agent pools osType must + /// be Linux. System agent pools VM SKU must have at least 2vCPUs and + /// 4GB of memory. + /// public const string System = "System"; + /// + /// User agent pools are primarily for hosting your application pods. + /// public const string User = "User"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolType.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolType.cs index 16442c9cdc8c..254c206222fd 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolType.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolType.cs @@ -16,7 +16,13 @@ namespace Microsoft.Azure.Management.ContainerService.Models /// public static class AgentPoolType { + /// + /// Create an Agent Pool backed by a Virtual Machine Scale Set. + /// public const string VirtualMachineScaleSets = "VirtualMachineScaleSets"; + /// + /// Use of this is strongly discouraged. + /// public const string AvailabilitySet = "AvailabilitySet"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolUpgradeProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolUpgradeProfile.cs index 7d56da23e895..6eeb818182ee 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolUpgradeProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolUpgradeProfile.cs @@ -34,18 +34,19 @@ public AgentPoolUpgradeProfile() /// /// Initializes a new instance of the AgentPoolUpgradeProfile class. /// - /// Kubernetes version (major, minor, - /// patch). - /// OsType to be used to specify os type. Choose - /// from Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' - /// Id of the agent pool upgrade profile. - /// Name of the agent pool upgrade profile. - /// Type of the agent pool upgrade profile. + /// The Kubernetes version + /// (major.minor.patch). + /// Possible values include: 'Linux', + /// 'Windows' + /// The ID of the agent pool upgrade profile. + /// The name of the agent pool upgrade + /// profile. + /// The type of the agent pool upgrade + /// profile. /// List of orchestrator types and versions /// available for upgrade. - /// LatestNodeImageVersion is the - /// latest AKS supported node image version. + /// The latest AKS supported node + /// image version. public AgentPoolUpgradeProfile(string kubernetesVersion, string osType, string id = default(string), string name = default(string), string type = default(string), IList upgrades = default(IList), string latestNodeImageVersion = default(string)) { Id = id; @@ -64,33 +65,31 @@ public AgentPoolUpgradeProfile() partial void CustomInit(); /// - /// Gets id of the agent pool upgrade profile. + /// Gets the ID of the agent pool upgrade profile. /// [JsonProperty(PropertyName = "id")] public string Id { get; private set; } /// - /// Gets name of the agent pool upgrade profile. + /// Gets the name of the agent pool upgrade profile. /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } /// - /// Gets type of the agent pool upgrade profile. + /// Gets the type of the agent pool upgrade profile. /// [JsonProperty(PropertyName = "type")] public string Type { get; private set; } /// - /// Gets or sets kubernetes version (major, minor, patch). + /// Gets or sets the Kubernetes version (major.minor.patch). /// [JsonProperty(PropertyName = "properties.kubernetesVersion")] public string KubernetesVersion { get; set; } /// - /// Gets or sets osType to be used to specify os type. Choose from - /// Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' + /// Gets or sets possible values include: 'Linux', 'Windows' /// [JsonProperty(PropertyName = "properties.osType")] public string OsType { get; set; } @@ -103,8 +102,7 @@ public AgentPoolUpgradeProfile() public IList Upgrades { get; set; } /// - /// Gets or sets latestNodeImageVersion is the latest AKS supported - /// node image version. + /// Gets or sets the latest AKS supported node image version. /// [JsonProperty(PropertyName = "properties.latestNodeImageVersion")] public string LatestNodeImageVersion { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolUpgradeProfilePropertiesUpgradesItem.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolUpgradeProfilePropertiesUpgradesItem.cs index e449e974e445..7050cca7ee8b 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolUpgradeProfilePropertiesUpgradesItem.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolUpgradeProfilePropertiesUpgradesItem.cs @@ -28,10 +28,10 @@ public AgentPoolUpgradeProfilePropertiesUpgradesItem() /// Initializes a new instance of the /// AgentPoolUpgradeProfilePropertiesUpgradesItem class. /// - /// Kubernetes version (major, minor, - /// patch). - /// Whether Kubernetes version is currently in - /// preview. + /// The Kubernetes version + /// (major.minor.patch). + /// Whether the Kubernetes version is currently + /// in preview. public AgentPoolUpgradeProfilePropertiesUpgradesItem(string kubernetesVersion = default(string), bool? isPreview = default(bool?)) { KubernetesVersion = kubernetesVersion; @@ -45,13 +45,14 @@ public AgentPoolUpgradeProfilePropertiesUpgradesItem() partial void CustomInit(); /// - /// Gets or sets kubernetes version (major, minor, patch). + /// Gets or sets the Kubernetes version (major.minor.patch). /// [JsonProperty(PropertyName = "kubernetesVersion")] public string KubernetesVersion { get; set; } /// - /// Gets or sets whether Kubernetes version is currently in preview. + /// Gets or sets whether the Kubernetes version is currently in + /// preview. /// [JsonProperty(PropertyName = "isPreview")] public bool? IsPreview { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolUpgradeSettings.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolUpgradeSettings.cs index 0327533c9485..852c8ba1d251 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolUpgradeSettings.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPoolUpgradeSettings.cs @@ -29,8 +29,8 @@ public AgentPoolUpgradeSettings() /// /// Initializes a new instance of the AgentPoolUpgradeSettings class. /// - /// Count or percentage of additional nodes to - /// be added during upgrade. If empty uses AKS default + /// The maximum number or percentage of nodes + /// that are surged during upgrade. public AgentPoolUpgradeSettings(string maxSurge = default(string)) { MaxSurge = maxSurge; @@ -43,9 +43,17 @@ public AgentPoolUpgradeSettings() partial void CustomInit(); /// - /// Gets or sets count or percentage of additional nodes to be added - /// during upgrade. If empty uses AKS default + /// Gets or sets the maximum number or percentage of nodes that are + /// surged during upgrade. /// + /// + /// This can either be set to an integer (e.g. '5') or a percentage + /// (e.g. '50%'). If a percentage is specified, it is the percentage of + /// the total agent pool size at the time of the upgrade. For + /// percentages, fractional nodes are rounded up. If not specified, the + /// default is 1. For more information, including best practices, see: + /// https://docs.microsoft.com/azure/aks/upgrade-cluster#customize-node-surge-upgrade + /// [JsonProperty(PropertyName = "maxSurge")] public string MaxSurge { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceOrchestratorTypes.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Code.cs similarity index 56% rename from sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceOrchestratorTypes.cs rename to sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Code.cs index 5df4eeee7641..496ce3931d3c 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceOrchestratorTypes.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Code.cs @@ -12,14 +12,17 @@ namespace Microsoft.Azure.Management.ContainerService.Models { /// - /// Defines values for ContainerServiceOrchestratorTypes. + /// Defines values for Code. /// - public static class ContainerServiceOrchestratorTypes + public static class Code { - public const string Kubernetes = "Kubernetes"; - public const string Swarm = "Swarm"; - public const string DCOS = "DCOS"; - public const string DockerCE = "DockerCE"; - public const string Custom = "Custom"; + /// + /// The cluster is running. + /// + public const string Running = "Running"; + /// + /// The cluster is stopped. + /// + public const string Stopped = "Stopped"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceAgentPoolProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceAgentPoolProfile.cs deleted file mode 100644 index 6374adafb497..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceAgentPoolProfile.cs +++ /dev/null @@ -1,290 +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.ContainerService.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Profile for the container service agent pool. - /// - public partial class ContainerServiceAgentPoolProfile - { - /// - /// Initializes a new instance of the ContainerServiceAgentPoolProfile - /// class. - /// - public ContainerServiceAgentPoolProfile() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ContainerServiceAgentPoolProfile - /// class. - /// - /// Unique name of the agent pool profile in the - /// context of the subscription and resource group. - /// Size of agent VMs. Possible values include: - /// 'Standard_A1', 'Standard_A10', 'Standard_A11', 'Standard_A1_v2', - /// 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2', 'Standard_A3', - /// 'Standard_A4', 'Standard_A4_v2', 'Standard_A4m_v2', 'Standard_A5', - /// 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A8_v2', - /// 'Standard_A8m_v2', 'Standard_A9', 'Standard_B2ms', 'Standard_B2s', - /// 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1', 'Standard_D11', - /// 'Standard_D11_v2', 'Standard_D11_v2_Promo', 'Standard_D12', - /// 'Standard_D12_v2', 'Standard_D12_v2_Promo', 'Standard_D13', - /// 'Standard_D13_v2', 'Standard_D13_v2_Promo', 'Standard_D14', - /// 'Standard_D14_v2', 'Standard_D14_v2_Promo', 'Standard_D15_v2', - /// 'Standard_D16_v3', 'Standard_D16s_v3', 'Standard_D1_v2', - /// 'Standard_D2', 'Standard_D2_v2', 'Standard_D2_v2_Promo', - /// 'Standard_D2_v3', 'Standard_D2s_v3', 'Standard_D3', - /// 'Standard_D32_v3', 'Standard_D32s_v3', 'Standard_D3_v2', - /// 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2', - /// 'Standard_D4_v2_Promo', 'Standard_D4_v3', 'Standard_D4s_v3', - /// 'Standard_D5_v2', 'Standard_D5_v2_Promo', 'Standard_D64_v3', - /// 'Standard_D64s_v3', 'Standard_D8_v3', 'Standard_D8s_v3', - /// 'Standard_DS1', 'Standard_DS11', 'Standard_DS11_v2', - /// 'Standard_DS11_v2_Promo', 'Standard_DS12', 'Standard_DS12_v2', - /// 'Standard_DS12_v2_Promo', 'Standard_DS13', 'Standard_DS13-2_v2', - /// 'Standard_DS13-4_v2', 'Standard_DS13_v2', 'Standard_DS13_v2_Promo', - /// 'Standard_DS14', 'Standard_DS14-4_v2', 'Standard_DS14-8_v2', - /// 'Standard_DS14_v2', 'Standard_DS14_v2_Promo', 'Standard_DS15_v2', - /// 'Standard_DS1_v2', 'Standard_DS2', 'Standard_DS2_v2', - /// 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2', - /// 'Standard_DS3_v2_Promo', 'Standard_DS4', 'Standard_DS4_v2', - /// 'Standard_DS4_v2_Promo', 'Standard_DS5_v2', - /// 'Standard_DS5_v2_Promo', 'Standard_E16_v3', 'Standard_E16s_v3', - /// 'Standard_E2_v3', 'Standard_E2s_v3', 'Standard_E32-16s_v3', - /// 'Standard_E32-8s_v3', 'Standard_E32_v3', 'Standard_E32s_v3', - /// 'Standard_E4_v3', 'Standard_E4s_v3', 'Standard_E64-16s_v3', - /// 'Standard_E64-32s_v3', 'Standard_E64_v3', 'Standard_E64s_v3', - /// 'Standard_E8_v3', 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', - /// 'Standard_F16s', 'Standard_F16s_v2', 'Standard_F1s', 'Standard_F2', - /// 'Standard_F2s', 'Standard_F2s_v2', 'Standard_F32s_v2', - /// 'Standard_F4', 'Standard_F4s', 'Standard_F4s_v2', - /// 'Standard_F64s_v2', 'Standard_F72s_v2', 'Standard_F8', - /// 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1', 'Standard_G2', - /// 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_GS1', - /// 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS4-4', - /// 'Standard_GS4-8', 'Standard_GS5', 'Standard_GS5-16', - /// 'Standard_GS5-8', 'Standard_H16', 'Standard_H16m', - /// 'Standard_H16mr', 'Standard_H16r', 'Standard_H8', 'Standard_H8m', - /// 'Standard_L16s', 'Standard_L32s', 'Standard_L4s', 'Standard_L8s', - /// 'Standard_M128-32ms', 'Standard_M128-64ms', 'Standard_M128ms', - /// 'Standard_M128s', 'Standard_M64-16ms', 'Standard_M64-32ms', - /// 'Standard_M64ms', 'Standard_M64s', 'Standard_NC12', - /// 'Standard_NC12s_v2', 'Standard_NC12s_v3', 'Standard_NC24', - /// 'Standard_NC24r', 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', - /// 'Standard_NC24s_v2', 'Standard_NC24s_v3', 'Standard_NC6', - /// 'Standard_NC6s_v2', 'Standard_NC6s_v3', 'Standard_ND12s', - /// 'Standard_ND24rs', 'Standard_ND24s', 'Standard_ND6s', - /// 'Standard_NV12', 'Standard_NV24', 'Standard_NV6' - /// Number of agents (VMs) to host docker - /// containers. Allowed values must be in the range of 1 to 100 - /// (inclusive). The default value is 1. - /// OS Disk Size in GB to be used to specify - /// the disk size for every machine in this master/agent pool. If you - /// specify 0, it will apply the default osDisk size according to the - /// vmSize specified. - /// DNS prefix to be used to create the FQDN - /// for the agent pool. - /// FQDN for the agent pool. - /// Ports number array used to expose on this agent - /// pool. The default opened ports are different based on your choice - /// of orchestrator. - /// Storage profile specifies what kind of - /// storage used. Choose from StorageAccount and ManagedDisks. Leave it - /// empty, we will choose for you based on the orchestrator choice. - /// Possible values include: 'StorageAccount', 'ManagedDisks' - /// VNet SubnetID specifies the VNet's - /// subnet identifier. - /// OsType to be used to specify os type. Choose - /// from Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' - public ContainerServiceAgentPoolProfile(string name, string vmSize, int? count = default(int?), int? osDiskSizeGB = default(int?), string dnsPrefix = default(string), string fqdn = default(string), IList ports = default(IList), string storageProfile = default(string), string vnetSubnetID = default(string), string osType = default(string)) - { - Name = name; - Count = count; - VmSize = vmSize; - OsDiskSizeGB = osDiskSizeGB; - DnsPrefix = dnsPrefix; - Fqdn = fqdn; - Ports = ports; - StorageProfile = storageProfile; - VnetSubnetID = vnetSubnetID; - OsType = osType; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unique name of the agent pool profile in the context - /// of the subscription and resource group. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; set; } - - /// - /// Gets or sets number of agents (VMs) to host docker containers. - /// Allowed values must be in the range of 1 to 100 (inclusive). The - /// default value is 1. - /// - [JsonProperty(PropertyName = "count")] - public int? Count { get; set; } - - /// - /// Gets or sets size of agent VMs. Possible values include: - /// 'Standard_A1', 'Standard_A10', 'Standard_A11', 'Standard_A1_v2', - /// 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2', 'Standard_A3', - /// 'Standard_A4', 'Standard_A4_v2', 'Standard_A4m_v2', 'Standard_A5', - /// 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A8_v2', - /// 'Standard_A8m_v2', 'Standard_A9', 'Standard_B2ms', 'Standard_B2s', - /// 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1', 'Standard_D11', - /// 'Standard_D11_v2', 'Standard_D11_v2_Promo', 'Standard_D12', - /// 'Standard_D12_v2', 'Standard_D12_v2_Promo', 'Standard_D13', - /// 'Standard_D13_v2', 'Standard_D13_v2_Promo', 'Standard_D14', - /// 'Standard_D14_v2', 'Standard_D14_v2_Promo', 'Standard_D15_v2', - /// 'Standard_D16_v3', 'Standard_D16s_v3', 'Standard_D1_v2', - /// 'Standard_D2', 'Standard_D2_v2', 'Standard_D2_v2_Promo', - /// 'Standard_D2_v3', 'Standard_D2s_v3', 'Standard_D3', - /// 'Standard_D32_v3', 'Standard_D32s_v3', 'Standard_D3_v2', - /// 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2', - /// 'Standard_D4_v2_Promo', 'Standard_D4_v3', 'Standard_D4s_v3', - /// 'Standard_D5_v2', 'Standard_D5_v2_Promo', 'Standard_D64_v3', - /// 'Standard_D64s_v3', 'Standard_D8_v3', 'Standard_D8s_v3', - /// 'Standard_DS1', 'Standard_DS11', 'Standard_DS11_v2', - /// 'Standard_DS11_v2_Promo', 'Standard_DS12', 'Standard_DS12_v2', - /// 'Standard_DS12_v2_Promo', 'Standard_DS13', 'Standard_DS13-2_v2', - /// 'Standard_DS13-4_v2', 'Standard_DS13_v2', 'Standard_DS13_v2_Promo', - /// 'Standard_DS14', 'Standard_DS14-4_v2', 'Standard_DS14-8_v2', - /// 'Standard_DS14_v2', 'Standard_DS14_v2_Promo', 'Standard_DS15_v2', - /// 'Standard_DS1_v2', 'Standard_DS2', 'Standard_DS2_v2', - /// 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2', - /// 'Standard_DS3_v2_Promo', 'Standard_DS4', 'Standard_DS4_v2', - /// 'Standard_DS4_v2_Promo', 'Standard_DS5_v2', - /// 'Standard_DS5_v2_Promo', 'Standard_E16_v3', 'Standard_E16s_v3', - /// 'Standard_E2_v3', 'Standard_E2s_v3', 'Standard_E32-16s_v3', - /// 'Standard_E32-8s_v3', 'Standard_E32_v3', 'Standard_E32s_v3', - /// 'Standard_E4_v3', 'Standard_E4s_v3', 'Standard_E64-16s_v3', - /// 'Standard_E64-32s_v3', 'Standard_E64_v3', 'Standard_E64s_v3', - /// 'Standard_E8_v3', 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', - /// 'Standard_F16s', 'Standard_F16s_v2', 'Standard_F1s', 'Standard_F2', - /// 'Standard_F2s', 'Standard_F2s_v2', 'Standard_F32s_v2', - /// 'Standard_F4', 'Standard_F4s', 'Standard_F4s_v2', - /// 'Standard_F64s_v2', 'Standard_F72s_v2', 'Standard_F8', - /// 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1', 'Standard_G2', - /// 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_GS1', - /// 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS4-4', - /// 'Standard_GS4-8', 'Standard_GS5', 'Standard_GS5-16', - /// 'Standard_GS5-8', 'Standard_H16', 'Standard_H16m', - /// 'Standard_H16mr', 'Standard_H16r', 'Standard_H8', 'Standard_H8m', - /// 'Standard_L16s', 'Standard_L32s', 'Standard_L4s', 'Standard_L8s', - /// 'Standard_M128-32ms', 'Standard_M128-64ms', 'Standard_M128ms', - /// 'Standard_M128s', 'Standard_M64-16ms', 'Standard_M64-32ms', - /// 'Standard_M64ms', 'Standard_M64s', 'Standard_NC12', - /// 'Standard_NC12s_v2', 'Standard_NC12s_v3', 'Standard_NC24', - /// 'Standard_NC24r', 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', - /// 'Standard_NC24s_v2', 'Standard_NC24s_v3', 'Standard_NC6', - /// 'Standard_NC6s_v2', 'Standard_NC6s_v3', 'Standard_ND12s', - /// 'Standard_ND24rs', 'Standard_ND24s', 'Standard_ND6s', - /// 'Standard_NV12', 'Standard_NV24', 'Standard_NV6' - /// - [JsonProperty(PropertyName = "vmSize")] - public string VmSize { get; set; } - - /// - /// Gets or sets OS Disk Size in GB to be used to specify the disk size - /// for every machine in this master/agent pool. If you specify 0, it - /// will apply the default osDisk size according to the vmSize - /// specified. - /// - [JsonProperty(PropertyName = "osDiskSizeGB")] - public int? OsDiskSizeGB { get; set; } - - /// - /// Gets or sets DNS prefix to be used to create the FQDN for the agent - /// pool. - /// - [JsonProperty(PropertyName = "dnsPrefix")] - public string DnsPrefix { get; set; } - - /// - /// Gets FQDN for the agent pool. - /// - [JsonProperty(PropertyName = "fqdn")] - public string Fqdn { get; private set; } - - /// - /// Gets or sets ports number array used to expose on this agent pool. - /// The default opened ports are different based on your choice of - /// orchestrator. - /// - [JsonProperty(PropertyName = "ports")] - public IList Ports { get; set; } - - /// - /// Gets or sets storage profile specifies what kind of storage used. - /// Choose from StorageAccount and ManagedDisks. Leave it empty, we - /// will choose for you based on the orchestrator choice. Possible - /// values include: 'StorageAccount', 'ManagedDisks' - /// - [JsonProperty(PropertyName = "storageProfile")] - public string StorageProfile { get; set; } - - /// - /// Gets or sets vNet SubnetID specifies the VNet's subnet identifier. - /// - [JsonProperty(PropertyName = "vnetSubnetID")] - public string VnetSubnetID { get; set; } - - /// - /// Gets or sets osType to be used to specify os type. Choose from - /// Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' - /// - [JsonProperty(PropertyName = "osType")] - public string OsType { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Name == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Name"); - } - if (VmSize == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "VmSize"); - } - if (Count > 100) - { - throw new ValidationException(ValidationRules.InclusiveMaximum, "Count", 100); - } - if (Count < 1) - { - throw new ValidationException(ValidationRules.InclusiveMinimum, "Count", 1); - } - } - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceLinuxProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceLinuxProfile.cs index 131dfa7b2eb0..a8e8f73252b2 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceLinuxProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceLinuxProfile.cs @@ -34,8 +34,8 @@ public ContainerServiceLinuxProfile() /// /// The administrator username to use for /// Linux VMs. - /// SSH configuration for Linux-based VMs running on - /// Azure. + /// The SSH configuration for Linux-based VMs running + /// on Azure. public ContainerServiceLinuxProfile(string adminUsername, ContainerServiceSshConfiguration ssh) { AdminUsername = adminUsername; @@ -55,7 +55,7 @@ public ContainerServiceLinuxProfile(string adminUsername, ContainerServiceSshCon public string AdminUsername { get; set; } /// - /// Gets or sets SSH configuration for Linux-based VMs running on + /// Gets or sets the SSH configuration for Linux-based VMs running on /// Azure. /// [JsonProperty(PropertyName = "ssh")] diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceModel.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceModel.cs deleted file mode 100644 index b3a03246ab97..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceModel.cs +++ /dev/null @@ -1,204 +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.ContainerService.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Container service. - /// - [Rest.Serialization.JsonTransformation] - public partial class ContainerServiceModel : Resource - { - /// - /// Initializes a new instance of the ContainerServiceModel class. - /// - public ContainerServiceModel() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ContainerServiceModel class. - /// - /// Resource location - /// Profile for the container service - /// orchestrator. - /// Profile for the container service - /// master. - /// Profile for Linux VMs in the container - /// service cluster. - /// Resource Id - /// Resource name - /// Resource type - /// Resource tags - /// The current deployment or - /// provisioning state, which only appears in the response. - /// Properties to configure a custom - /// container service cluster. - /// Information about a service - /// principal identity for the cluster to use for manipulating Azure - /// APIs. Exact one of secret or keyVaultSecretRef need to be - /// specified. - /// Properties of the agent - /// pool. - /// Profile for Windows VMs in the - /// container service cluster. - /// Profile for diagnostics in the - /// container service cluster. - public ContainerServiceModel(string location, ContainerServiceOrchestratorProfile orchestratorProfile, ContainerServiceMasterProfile masterProfile, ContainerServiceLinuxProfile linuxProfile, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string provisioningState = default(string), ContainerServiceCustomProfile customProfile = default(ContainerServiceCustomProfile), ContainerServiceServicePrincipalProfile servicePrincipalProfile = default(ContainerServiceServicePrincipalProfile), IList agentPoolProfiles = default(IList), ContainerServiceWindowsProfile windowsProfile = default(ContainerServiceWindowsProfile), ContainerServiceDiagnosticsProfile diagnosticsProfile = default(ContainerServiceDiagnosticsProfile)) - : base(location, id, name, type, tags) - { - ProvisioningState = provisioningState; - OrchestratorProfile = orchestratorProfile; - CustomProfile = customProfile; - ServicePrincipalProfile = servicePrincipalProfile; - MasterProfile = masterProfile; - AgentPoolProfiles = agentPoolProfiles; - WindowsProfile = windowsProfile; - LinuxProfile = linuxProfile; - DiagnosticsProfile = diagnosticsProfile; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets the current deployment or provisioning state, which only - /// appears in the response. - /// - [JsonProperty(PropertyName = "properties.provisioningState")] - public string ProvisioningState { get; private set; } - - /// - /// Gets or sets profile for the container service orchestrator. - /// - [JsonProperty(PropertyName = "properties.orchestratorProfile")] - public ContainerServiceOrchestratorProfile OrchestratorProfile { get; set; } - - /// - /// Gets or sets properties to configure a custom container service - /// cluster. - /// - [JsonProperty(PropertyName = "properties.customProfile")] - public ContainerServiceCustomProfile CustomProfile { get; set; } - - /// - /// Gets or sets information about a service principal identity for the - /// cluster to use for manipulating Azure APIs. Exact one of secret or - /// keyVaultSecretRef need to be specified. - /// - [JsonProperty(PropertyName = "properties.servicePrincipalProfile")] - public ContainerServiceServicePrincipalProfile ServicePrincipalProfile { get; set; } - - /// - /// Gets or sets profile for the container service master. - /// - [JsonProperty(PropertyName = "properties.masterProfile")] - public ContainerServiceMasterProfile MasterProfile { get; set; } - - /// - /// Gets or sets properties of the agent pool. - /// - [JsonProperty(PropertyName = "properties.agentPoolProfiles")] - public IList AgentPoolProfiles { get; set; } - - /// - /// Gets or sets profile for Windows VMs in the container service - /// cluster. - /// - [JsonProperty(PropertyName = "properties.windowsProfile")] - public ContainerServiceWindowsProfile WindowsProfile { get; set; } - - /// - /// Gets or sets profile for Linux VMs in the container service - /// cluster. - /// - [JsonProperty(PropertyName = "properties.linuxProfile")] - public ContainerServiceLinuxProfile LinuxProfile { get; set; } - - /// - /// Gets or sets profile for diagnostics in the container service - /// cluster. - /// - [JsonProperty(PropertyName = "properties.diagnosticsProfile")] - public ContainerServiceDiagnosticsProfile DiagnosticsProfile { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public override void Validate() - { - base.Validate(); - if (OrchestratorProfile == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "OrchestratorProfile"); - } - if (MasterProfile == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "MasterProfile"); - } - if (LinuxProfile == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "LinuxProfile"); - } - if (OrchestratorProfile != null) - { - OrchestratorProfile.Validate(); - } - if (CustomProfile != null) - { - CustomProfile.Validate(); - } - if (ServicePrincipalProfile != null) - { - ServicePrincipalProfile.Validate(); - } - if (MasterProfile != null) - { - MasterProfile.Validate(); - } - if (AgentPoolProfiles != null) - { - foreach (var element in AgentPoolProfiles) - { - if (element != null) - { - element.Validate(); - } - } - } - if (WindowsProfile != null) - { - WindowsProfile.Validate(); - } - if (LinuxProfile != null) - { - LinuxProfile.Validate(); - } - if (DiagnosticsProfile != null) - { - DiagnosticsProfile.Validate(); - } - } - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceNetworkProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceNetworkProfile.cs index bb8dc8ebc5e6..d15f24633a1b 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceNetworkProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceNetworkProfile.cs @@ -32,14 +32,14 @@ public ContainerServiceNetworkProfile() /// Initializes a new instance of the ContainerServiceNetworkProfile /// class. /// - /// Network plugin used for building + /// Network plugin used for building the /// Kubernetes network. Possible values include: 'azure', /// 'kubenet' - /// Network policy used for building + /// Network policy used for building the /// Kubernetes network. Possible values include: 'calico', /// 'azure' - /// Network mode used for building Kubernetes - /// network. Possible values include: 'transparent', 'bridge' + /// The network mode Azure CNI is configured + /// with. /// A CIDR notation IP range from which to assign /// pod IPs when kubenet is used. /// A CIDR notation IP range from which to @@ -51,11 +51,10 @@ public ContainerServiceNetworkProfile() /// A CIDR notation IP range assigned to /// the Docker bridge network. It must not overlap with any Subnet IP /// ranges or the Kubernetes service address range. - /// The outbound (egress) routing method. - /// Possible values include: 'loadBalancer', - /// 'userDefinedRouting' + /// The outbound (egress) routing + /// method. /// The load balancer sku for the managed - /// cluster. Possible values include: 'standard', 'basic' + /// cluster. /// Profile of the cluster load /// balancer. public ContainerServiceNetworkProfile(string networkPlugin = default(string), string networkPolicy = default(string), string networkMode = default(string), string podCidr = default(string), string serviceCidr = default(string), string dnsServiceIP = default(string), string dockerBridgeCidr = default(string), string outboundType = default(string), string loadBalancerSku = default(string), ManagedClusterLoadBalancerProfile loadBalancerProfile = default(ManagedClusterLoadBalancerProfile)) @@ -79,23 +78,26 @@ public ContainerServiceNetworkProfile() partial void CustomInit(); /// - /// Gets or sets network plugin used for building Kubernetes network. - /// Possible values include: 'azure', 'kubenet' + /// Gets or sets network plugin used for building the Kubernetes + /// network. Possible values include: 'azure', 'kubenet' /// [JsonProperty(PropertyName = "networkPlugin")] public string NetworkPlugin { get; set; } /// - /// Gets or sets network policy used for building Kubernetes network. - /// Possible values include: 'calico', 'azure' + /// Gets or sets network policy used for building the Kubernetes + /// network. Possible values include: 'calico', 'azure' /// [JsonProperty(PropertyName = "networkPolicy")] public string NetworkPolicy { get; set; } /// - /// Gets or sets network mode used for building Kubernetes network. - /// Possible values include: 'transparent', 'bridge' + /// Gets or sets the network mode Azure CNI is configured with. /// + /// + /// This cannot be specified if networkPlugin is anything other than + /// 'azure'. Possible values include: 'transparent', 'bridge' + /// [JsonProperty(PropertyName = "networkMode")] public string NetworkMode { get; set; } @@ -130,16 +132,26 @@ public ContainerServiceNetworkProfile() public string DockerBridgeCidr { get; set; } /// - /// Gets or sets the outbound (egress) routing method. Possible values - /// include: 'loadBalancer', 'userDefinedRouting' + /// Gets or sets the outbound (egress) routing method. /// + /// + /// This can only be set at cluster creation time and cannot be changed + /// later. For more information see [egress outbound + /// type](https://docs.microsoft.com/azure/aks/egress-outboundtype). + /// Possible values include: 'loadBalancer', 'userDefinedRouting' + /// [JsonProperty(PropertyName = "outboundType")] public string OutboundType { get; set; } /// /// Gets or sets the load balancer sku for the managed cluster. - /// Possible values include: 'standard', 'basic' /// + /// + /// The default is 'standard'. See [Azure Load Balancer + /// SKUs](https://docs.microsoft.com/azure/load-balancer/skus) for more + /// information about the differences between load balancer SKUs. + /// Possible values include: 'standard', 'basic' + /// [JsonProperty(PropertyName = "loadBalancerSku")] public string LoadBalancerSku { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceOrchestratorProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceOrchestratorProfile.cs deleted file mode 100644 index 92e081c319aa..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceOrchestratorProfile.cs +++ /dev/null @@ -1,85 +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.ContainerService.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Profile for the container service orchestrator. - /// - public partial class ContainerServiceOrchestratorProfile - { - /// - /// Initializes a new instance of the - /// ContainerServiceOrchestratorProfile class. - /// - public ContainerServiceOrchestratorProfile() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// ContainerServiceOrchestratorProfile class. - /// - /// The orchestrator to use to manage - /// container service cluster resources. Valid values are Kubernetes, - /// Swarm, DCOS, DockerCE and Custom. Possible values include: - /// 'Kubernetes', 'Swarm', 'DCOS', 'DockerCE', 'Custom' - /// The version of the orchestrator - /// to use. You can specify the major.minor.patch part of the actual - /// version.For example, you can specify version as "1.6.11". - public ContainerServiceOrchestratorProfile(string orchestratorType, string orchestratorVersion = default(string)) - { - OrchestratorType = orchestratorType; - OrchestratorVersion = orchestratorVersion; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the orchestrator to use to manage container service - /// cluster resources. Valid values are Kubernetes, Swarm, DCOS, - /// DockerCE and Custom. Possible values include: 'Kubernetes', - /// 'Swarm', 'DCOS', 'DockerCE', 'Custom' - /// - [JsonProperty(PropertyName = "orchestratorType")] - public string OrchestratorType { get; set; } - - /// - /// Gets or sets the version of the orchestrator to use. You can - /// specify the major.minor.patch part of the actual version.For - /// example, you can specify version as "1.6.11". - /// - [JsonProperty(PropertyName = "orchestratorVersion")] - public string OrchestratorVersion { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (OrchestratorType == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "OrchestratorType"); - } - } - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceServicePrincipalProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceServicePrincipalProfile.cs deleted file mode 100644 index 51aca5b4915c..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceServicePrincipalProfile.cs +++ /dev/null @@ -1,92 +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.ContainerService.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Information about a service principal identity for the cluster to use - /// for manipulating Azure APIs. Either secret or keyVaultSecretRef must be - /// specified. - /// - public partial class ContainerServiceServicePrincipalProfile - { - /// - /// Initializes a new instance of the - /// ContainerServiceServicePrincipalProfile class. - /// - public ContainerServiceServicePrincipalProfile() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// ContainerServiceServicePrincipalProfile class. - /// - /// The ID for the service principal. - /// The secret password associated with the - /// service principal in plain text. - /// Reference to a secret stored in - /// Azure Key Vault. - public ContainerServiceServicePrincipalProfile(string clientId, string secret = default(string), KeyVaultSecretRef keyVaultSecretRef = default(KeyVaultSecretRef)) - { - ClientId = clientId; - Secret = secret; - KeyVaultSecretRef = keyVaultSecretRef; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the ID for the service principal. - /// - [JsonProperty(PropertyName = "clientId")] - public string ClientId { get; set; } - - /// - /// Gets or sets the secret password associated with the service - /// principal in plain text. - /// - [JsonProperty(PropertyName = "secret")] - public string Secret { get; set; } - - /// - /// Gets or sets reference to a secret stored in Azure Key Vault. - /// - [JsonProperty(PropertyName = "keyVaultSecretRef")] - public KeyVaultSecretRef KeyVaultSecretRef { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (ClientId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "ClientId"); - } - if (KeyVaultSecretRef != null) - { - KeyVaultSecretRef.Validate(); - } - } - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceSshConfiguration.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceSshConfiguration.cs index 82f79dc60f9a..ef57103574d2 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceSshConfiguration.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceSshConfiguration.cs @@ -35,7 +35,7 @@ public ContainerServiceSshConfiguration() /// class. /// /// The list of SSH public keys used to - /// authenticate with Linux-based VMs. Only expect one key + /// authenticate with Linux-based VMs. A maximum of 1 key may be /// specified. public ContainerServiceSshConfiguration(IList publicKeys) { @@ -50,7 +50,7 @@ public ContainerServiceSshConfiguration(IList publ /// /// Gets or sets the list of SSH public keys used to authenticate with - /// Linux-based VMs. Only expect one key specified. + /// Linux-based VMs. A maximum of 1 key may be specified. /// [JsonProperty(PropertyName = "publicKeys")] public IList PublicKeys { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceWindowsProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceWindowsProfile.cs deleted file mode 100644 index 6ac80c9f17ad..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceWindowsProfile.cs +++ /dev/null @@ -1,95 +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.ContainerService.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Profile for Windows VMs in the container service cluster. - /// - public partial class ContainerServiceWindowsProfile - { - /// - /// Initializes a new instance of the ContainerServiceWindowsProfile - /// class. - /// - public ContainerServiceWindowsProfile() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ContainerServiceWindowsProfile - /// class. - /// - /// The administrator username to use for - /// Windows VMs. - /// The administrator password to use for - /// Windows VMs. - public ContainerServiceWindowsProfile(string adminUsername, string adminPassword) - { - AdminUsername = adminUsername; - AdminPassword = adminPassword; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the administrator username to use for Windows VMs. - /// - [JsonProperty(PropertyName = "adminUsername")] - public string AdminUsername { get; set; } - - /// - /// Gets or sets the administrator password to use for Windows VMs. - /// - [JsonProperty(PropertyName = "adminPassword")] - public string AdminPassword { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (AdminUsername == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "AdminUsername"); - } - if (AdminPassword == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "AdminPassword"); - } - if (AdminUsername != null) - { - if (!System.Text.RegularExpressions.Regex.IsMatch(AdminUsername, "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$")) - { - throw new ValidationException(ValidationRules.Pattern, "AdminUsername", "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$"); - } - } - if (AdminPassword != null) - { - if (!System.Text.RegularExpressions.Regex.IsMatch(AdminPassword, "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$")) - { - throw new ValidationException(ValidationRules.Pattern, "AdminPassword", "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$"); - } - } - } - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/CreatedByType.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/CreatedByType.cs new file mode 100644 index 000000000000..640ae38ab17e --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/CreatedByType.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.ContainerService.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"; + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/CredentialResults.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/CredentialResults.cs index 3a6dda5ff5a6..509c9e296168 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/CredentialResults.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/CredentialResults.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.ContainerService.Models using System.Linq; /// - /// The list of credential result response. + /// The list credential result response. /// public partial class CredentialResults { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/EndpointDependency.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/EndpointDependency.cs new file mode 100644 index 000000000000..9671184faefd --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/EndpointDependency.cs @@ -0,0 +1,63 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// A domain name that AKS agent nodes are reaching at. + /// + public partial class EndpointDependency + { + /// + /// Initializes a new instance of the EndpointDependency class. + /// + public EndpointDependency() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the EndpointDependency class. + /// + /// The domain name of the dependency. + /// The Ports and Protocols used when + /// connecting to domainName. + public EndpointDependency(string domainName = default(string), IList endpointDetails = default(IList)) + { + DomainName = domainName; + EndpointDetails = endpointDetails; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the domain name of the dependency. + /// + [JsonProperty(PropertyName = "domainName")] + public string DomainName { get; set; } + + /// + /// Gets or sets the Ports and Protocols used when connecting to + /// domainName. + /// + [JsonProperty(PropertyName = "endpointDetails")] + public IList EndpointDetails { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/EndpointDetail.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/EndpointDetail.cs new file mode 100644 index 000000000000..0af07b5d2feb --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/EndpointDetail.cs @@ -0,0 +1,76 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// connect information from the AKS agent nodes to a single endpoint. + /// + public partial class EndpointDetail + { + /// + /// Initializes a new instance of the EndpointDetail class. + /// + public EndpointDetail() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the EndpointDetail class. + /// + /// An IP Address that Domain Name currently + /// resolves to. + /// The port an endpoint is connected to. + /// The protocol used for connection + /// Description of the detail + public EndpointDetail(string ipAddress = default(string), int? port = default(int?), string protocol = default(string), string description = default(string)) + { + IpAddress = ipAddress; + Port = port; + Protocol = protocol; + Description = description; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets an IP Address that Domain Name currently resolves to. + /// + [JsonProperty(PropertyName = "ipAddress")] + public string IpAddress { get; set; } + + /// + /// Gets or sets the port an endpoint is connected to. + /// + [JsonProperty(PropertyName = "port")] + public int? Port { get; set; } + + /// + /// Gets or sets the protocol used for connection + /// + [JsonProperty(PropertyName = "protocol")] + public string Protocol { get; set; } + + /// + /// Gets or sets description of the detail + /// + [JsonProperty(PropertyName = "description")] + public string Description { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Expander.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Expander.cs new file mode 100644 index 000000000000..c18a808e183f --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Expander.cs @@ -0,0 +1,47 @@ +// +// 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.ContainerService.Models +{ + + /// + /// Defines values for Expander. + /// + public static class Expander + { + /// + /// Selects the node group that will have the least idle CPU (if tied, + /// unused memory) after scale-up. This is useful when you have + /// different classes of nodes, for example, high CPU or high memory + /// nodes, and only want to expand those when there are pending pods + /// that need a lot of those resources. + /// + public const string LeastWaste = "least-waste"; + /// + /// Selects the node group that would be able to schedule the most pods + /// when scaling up. This is useful when you are using nodeSelector to + /// make sure certain pods land on certain nodes. Note that this won't + /// cause the autoscaler to select bigger nodes vs. smaller, as it can + /// add multiple smaller nodes at once. + /// + public const string MostPods = "most-pods"; + /// + /// Selects the node group that has the highest priority assigned by + /// the user. It's configuration is described in more details + /// [here](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/expander/priority/readme.md). + /// + public const string Priority = "priority"; + /// + /// Used when you don't have a particular need for the node groups to + /// scale differently. + /// + public const string Random = "random"; + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterIdentityProvider.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ExtendedLocation.cs similarity index 51% rename from sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterIdentityProvider.cs rename to sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ExtendedLocation.cs index de17e44dd57c..e07ba84fad18 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterIdentityProvider.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ExtendedLocation.cs @@ -14,30 +14,28 @@ namespace Microsoft.Azure.Management.ContainerService.Models using System.Linq; /// - /// Defines the configuration of the identity providers to be used in the - /// OpenShift cluster. + /// The complex type of the extended location. /// - public partial class OpenShiftManagedClusterIdentityProvider + public partial class ExtendedLocation { /// - /// Initializes a new instance of the - /// OpenShiftManagedClusterIdentityProvider class. + /// Initializes a new instance of the ExtendedLocation class. /// - public OpenShiftManagedClusterIdentityProvider() + public ExtendedLocation() { CustomInit(); } /// - /// Initializes a new instance of the - /// OpenShiftManagedClusterIdentityProvider class. + /// Initializes a new instance of the ExtendedLocation class. /// - /// Name of the provider. - /// Configuration of the provider. - public OpenShiftManagedClusterIdentityProvider(string name = default(string), OpenShiftManagedClusterBaseIdentityProvider provider = default(OpenShiftManagedClusterBaseIdentityProvider)) + /// The name of the extended location. + /// The type of the extended location. Possible + /// values include: 'EdgeZone' + public ExtendedLocation(string name = default(string), string type = default(string)) { Name = name; - Provider = provider; + Type = type; CustomInit(); } @@ -47,16 +45,17 @@ public OpenShiftManagedClusterIdentityProvider() partial void CustomInit(); /// - /// Gets or sets name of the provider. + /// Gets or sets the name of the extended location. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets configuration of the provider. + /// Gets or sets the type of the extended location. Possible values + /// include: 'EdgeZone' /// - [JsonProperty(PropertyName = "provider")] - public OpenShiftManagedClusterBaseIdentityProvider Provider { get; set; } + [JsonProperty(PropertyName = "type")] + public string Type { get; set; } } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftAgentPoolProfileRole.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ExtendedLocationTypes.cs similarity index 69% rename from sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftAgentPoolProfileRole.cs rename to sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ExtendedLocationTypes.cs index 574ca4f71add..e46ac4f66b97 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftAgentPoolProfileRole.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ExtendedLocationTypes.cs @@ -12,11 +12,10 @@ namespace Microsoft.Azure.Management.ContainerService.Models { /// - /// Defines values for OpenShiftAgentPoolProfileRole. + /// Defines values for ExtendedLocationTypes. /// - public static class OpenShiftAgentPoolProfileRole + public static class ExtendedLocationTypes { - public const string Compute = "compute"; - public const string Infra = "infra"; + public const string EdgeZone = "EdgeZone"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/GPUInstanceProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/GPUInstanceProfile.cs new file mode 100644 index 000000000000..1b9f50bdc5f0 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/GPUInstanceProfile.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.ContainerService.Models +{ + + /// + /// Defines values for GPUInstanceProfile. + /// + public static class GPUInstanceProfile + { + public const string MIG1g = "MIG1g"; + public const string MIG2g = "MIG2g"; + public const string MIG3g = "MIG3g"; + public const string MIG4g = "MIG4g"; + public const string MIG7g = "MIG7g"; + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/KubeletConfig.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/KubeletConfig.cs new file mode 100644 index 000000000000..931d23d5bcca --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/KubeletConfig.cs @@ -0,0 +1,198 @@ +// +// 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.ContainerService.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Kubelet configurations of agent nodes. + /// + /// + /// See [AKS custom node + /// configuration](https://docs.microsoft.com/azure/aks/custom-node-configuration) + /// for more details. + /// + public partial class KubeletConfig + { + /// + /// Initializes a new instance of the KubeletConfig class. + /// + public KubeletConfig() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the KubeletConfig class. + /// + /// The CPU Manager policy to + /// use. + /// If CPU CFS quota enforcement is enabled + /// for containers that specify CPU limits. + /// The CPU CFS quota period + /// value. + /// The percent of disk usage after + /// which image garbage collection is always run. + /// The percent of disk usage before + /// which image garbage collection is never run. + /// The Topology Manager policy to + /// use. + /// Allowed list of unsafe sysctls + /// or unsafe sysctl patterns (ending in `*`). + /// If set to true it will make the Kubelet + /// fail to start if swap is enabled on the node. + /// The maximum size (e.g. 10Mi) of + /// container log file before it is rotated. + /// The maximum number of container + /// log files that can be present for a container. The number must be ≥ + /// 2. + /// The maximum number of processes per + /// pod. + public KubeletConfig(string cpuManagerPolicy = default(string), bool? cpuCfsQuota = default(bool?), string cpuCfsQuotaPeriod = default(string), int? imageGcHighThreshold = default(int?), int? imageGcLowThreshold = default(int?), string topologyManagerPolicy = default(string), IList allowedUnsafeSysctls = default(IList), bool? failSwapOn = default(bool?), int? containerLogMaxSizeMB = default(int?), int? containerLogMaxFiles = default(int?), int? podMaxPids = default(int?)) + { + CpuManagerPolicy = cpuManagerPolicy; + CpuCfsQuota = cpuCfsQuota; + CpuCfsQuotaPeriod = cpuCfsQuotaPeriod; + ImageGcHighThreshold = imageGcHighThreshold; + ImageGcLowThreshold = imageGcLowThreshold; + TopologyManagerPolicy = topologyManagerPolicy; + AllowedUnsafeSysctls = allowedUnsafeSysctls; + FailSwapOn = failSwapOn; + ContainerLogMaxSizeMB = containerLogMaxSizeMB; + ContainerLogMaxFiles = containerLogMaxFiles; + PodMaxPids = podMaxPids; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the CPU Manager policy to use. + /// + /// + /// The default is 'none'. See [Kubernetes CPU management + /// policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#cpu-management-policies) + /// for more information. Allowed values are 'none' and 'static'. + /// + [JsonProperty(PropertyName = "cpuManagerPolicy")] + public string CpuManagerPolicy { get; set; } + + /// + /// Gets or sets if CPU CFS quota enforcement is enabled for containers + /// that specify CPU limits. + /// + /// + /// The default is true. + /// + [JsonProperty(PropertyName = "cpuCfsQuota")] + public bool? CpuCfsQuota { get; set; } + + /// + /// Gets or sets the CPU CFS quota period value. + /// + /// + /// The default is '100ms.' Valid values are a sequence of decimal + /// numbers with an optional fraction and a unit suffix. For example: + /// '300ms', '2h45m'. Supported units are 'ns', 'us', 'ms', 's', 'm', + /// and 'h'. + /// + [JsonProperty(PropertyName = "cpuCfsQuotaPeriod")] + public string CpuCfsQuotaPeriod { get; set; } + + /// + /// Gets or sets the percent of disk usage after which image garbage + /// collection is always run. + /// + /// + /// To disable image garbage collection, set to 100. The default is 85% + /// + [JsonProperty(PropertyName = "imageGcHighThreshold")] + public int? ImageGcHighThreshold { get; set; } + + /// + /// Gets or sets the percent of disk usage before which image garbage + /// collection is never run. + /// + /// + /// This cannot be set higher than imageGcHighThreshold. The default is + /// 80% + /// + [JsonProperty(PropertyName = "imageGcLowThreshold")] + public int? ImageGcLowThreshold { get; set; } + + /// + /// Gets or sets the Topology Manager policy to use. + /// + /// + /// For more information see [Kubernetes Topology + /// Manager](https://kubernetes.io/docs/tasks/administer-cluster/topology-manager). + /// The default is 'none'. Allowed values are 'none', 'best-effort', + /// 'restricted', and 'single-numa-node'. + /// + [JsonProperty(PropertyName = "topologyManagerPolicy")] + public string TopologyManagerPolicy { get; set; } + + /// + /// Gets or sets allowed list of unsafe sysctls or unsafe sysctl + /// patterns (ending in `*`). + /// + [JsonProperty(PropertyName = "allowedUnsafeSysctls")] + public IList AllowedUnsafeSysctls { get; set; } + + /// + /// Gets or sets if set to true it will make the Kubelet fail to start + /// if swap is enabled on the node. + /// + [JsonProperty(PropertyName = "failSwapOn")] + public bool? FailSwapOn { get; set; } + + /// + /// Gets or sets the maximum size (e.g. 10Mi) of container log file + /// before it is rotated. + /// + [JsonProperty(PropertyName = "containerLogMaxSizeMB")] + public int? ContainerLogMaxSizeMB { get; set; } + + /// + /// Gets or sets the maximum number of container log files that can be + /// present for a container. The number must be ≥ 2. + /// + [JsonProperty(PropertyName = "containerLogMaxFiles")] + public int? ContainerLogMaxFiles { get; set; } + + /// + /// Gets or sets the maximum number of processes per pod. + /// + [JsonProperty(PropertyName = "podMaxPids")] + public int? PodMaxPids { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ContainerLogMaxFiles < 2) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "ContainerLogMaxFiles", 2); + } + } + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterBaseIdentityProvider.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/KubeletDiskType.cs similarity index 53% rename from sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterBaseIdentityProvider.cs rename to sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/KubeletDiskType.cs index b552dc1ca60c..a7694b2b7d59 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterBaseIdentityProvider.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/KubeletDiskType.cs @@ -10,27 +10,19 @@ namespace Microsoft.Azure.Management.ContainerService.Models { - using System.Linq; /// - /// Structure for any Identity provider. + /// Defines values for KubeletDiskType. /// - public partial class OpenShiftManagedClusterBaseIdentityProvider + public static class KubeletDiskType { /// - /// Initializes a new instance of the - /// OpenShiftManagedClusterBaseIdentityProvider class. + /// Kubelet will use the OS disk for its data. /// - public OpenShiftManagedClusterBaseIdentityProvider() - { - CustomInit(); - } - - + public const string OS = "OS"; /// - /// An initialization method that performs custom operations like setting defaults + /// Kubelet will use the temporary disk for its data. /// - partial void CustomInit(); - + public const string Temporary = "Temporary"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/LicenseType.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/LicenseType.cs index 19365b9e5ed5..ec97c30d364d 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/LicenseType.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/LicenseType.cs @@ -16,7 +16,13 @@ namespace Microsoft.Azure.Management.ContainerService.Models /// public static class LicenseType { + /// + /// No additional licensing is applied. + /// public const string None = "None"; + /// + /// Enables Azure Hybrid User Benefits for Windows VMs. + /// public const string WindowsServer = "Windows_Server"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/LinuxOSConfig.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/LinuxOSConfig.cs new file mode 100644 index 000000000000..ddc19bb9e9b5 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/LinuxOSConfig.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.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// OS configurations of Linux agent nodes. + /// + /// + /// See [AKS custom node + /// configuration](https://docs.microsoft.com/azure/aks/custom-node-configuration) + /// for more details. + /// + public partial class LinuxOSConfig + { + /// + /// Initializes a new instance of the LinuxOSConfig class. + /// + public LinuxOSConfig() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the LinuxOSConfig class. + /// + /// Sysctl settings for Linux agent + /// nodes. + /// Whether transparent + /// hugepages are enabled. + /// Whether the kernel should + /// make aggressive use of memory compaction to make more hugepages + /// available. + /// The size in MB of a swap file that + /// will be created on each node. + public LinuxOSConfig(SysctlConfig sysctls = default(SysctlConfig), string transparentHugePageEnabled = default(string), string transparentHugePageDefrag = default(string), int? swapFileSizeMB = default(int?)) + { + Sysctls = sysctls; + TransparentHugePageEnabled = transparentHugePageEnabled; + TransparentHugePageDefrag = transparentHugePageDefrag; + SwapFileSizeMB = swapFileSizeMB; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets sysctl settings for Linux agent nodes. + /// + [JsonProperty(PropertyName = "sysctls")] + public SysctlConfig Sysctls { get; set; } + + /// + /// Gets or sets whether transparent hugepages are enabled. + /// + /// + /// Valid values are 'always', 'madvise', and 'never'. The default is + /// 'always'. For more information see [Transparent + /// Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge). + /// + [JsonProperty(PropertyName = "transparentHugePageEnabled")] + public string TransparentHugePageEnabled { get; set; } + + /// + /// Gets or sets whether the kernel should make aggressive use of + /// memory compaction to make more hugepages available. + /// + /// + /// Valid values are 'always', 'defer', 'defer+madvise', 'madvise' and + /// 'never'. The default is 'madvise'. For more information see + /// [Transparent + /// Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge). + /// + [JsonProperty(PropertyName = "transparentHugePageDefrag")] + public string TransparentHugePageDefrag { get; set; } + + /// + /// Gets or sets the size in MB of a swap file that will be created on + /// each node. + /// + [JsonProperty(PropertyName = "swapFileSizeMB")] + public int? SwapFileSizeMB { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/LoadBalancerSku.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/LoadBalancerSku.cs index 4a6d775a9418..704f3f623594 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/LoadBalancerSku.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/LoadBalancerSku.cs @@ -16,7 +16,17 @@ namespace Microsoft.Azure.Management.ContainerService.Models /// public static class LoadBalancerSku { + /// + /// Use a a standard Load Balancer. This is the recommended Load + /// Balancer SKU. For more information about on working with the load + /// balancer in the managed cluster, see the [standard Load + /// Balancer](https://docs.microsoft.com/azure/aks/load-balancer-standard) + /// article. + /// public const string Standard = "standard"; + /// + /// Use a basic Load Balancer with limited functionality. + /// public const string Basic = "basic"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/MaintenanceConfiguration.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/MaintenanceConfiguration.cs new file mode 100644 index 000000000000..a87ab504084a --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/MaintenanceConfiguration.cs @@ -0,0 +1,92 @@ +// +// 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.ContainerService.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Planned maintenance configuration, used to configure when updates can + /// be deployed to a Managed Cluster. + /// + /// + /// See [planned + /// maintenance](https://docs.microsoft.com/azure/aks/planned-maintenance) + /// for more information about planned maintenance. + /// + [Rest.Serialization.JsonTransformation] + public partial class MaintenanceConfiguration : SubResource + { + /// + /// Initializes a new instance of the MaintenanceConfiguration class. + /// + public MaintenanceConfiguration() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the MaintenanceConfiguration class. + /// + /// Resource ID. + /// The name of the resource that is unique within a + /// resource group. This name can be used to access the + /// resource. + /// Resource type + /// The system metadata relating to this + /// resource. + /// Time slots during the week when planned + /// maintenance is allowed to proceed. + /// Time slots on which upgrade is not + /// allowed. + public MaintenanceConfiguration(string id = default(string), string name = default(string), string type = default(string), SystemData systemData = default(SystemData), IList timeInWeek = default(IList), IList notAllowedTime = default(IList)) + : base(id, name, type) + { + SystemData = systemData; + TimeInWeek = timeInWeek; + NotAllowedTime = notAllowedTime; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the system metadata relating to this resource. + /// + [JsonProperty(PropertyName = "systemData")] + public SystemData SystemData { get; private set; } + + /// + /// Gets or sets time slots during the week when planned maintenance is + /// allowed to proceed. + /// + /// + /// If two array entries specify the same day of the week, the applied + /// configuration is the union of times in both entries. + /// + [JsonProperty(PropertyName = "properties.timeInWeek")] + public IList TimeInWeek { get; set; } + + /// + /// Gets or sets time slots on which upgrade is not allowed. + /// + [JsonProperty(PropertyName = "properties.notAllowedTime")] + public IList NotAllowedTime { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedCluster.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedCluster.cs index 09c0a914bfa8..17ae58b44a5c 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedCluster.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedCluster.cs @@ -39,28 +39,35 @@ public ManagedCluster() /// Resource name /// Resource type /// Resource tags - /// The current deployment or - /// provisioning state, which only appears in the response. + /// The current provisioning + /// state. + /// The Power State of the cluster. /// The max number of agent pools for the /// managed cluster. - /// Version of Kubernetes specified - /// when creating the managed cluster. - /// DNS prefix specified when creating the - /// managed cluster. - /// FQDN for the master pool. - /// FQDN of private cluster. - /// Properties of the agent - /// pool. - /// Profile for Linux VMs in the container - /// service cluster. - /// Profile for Windows VMs in the - /// container service cluster. + /// The version of Kubernetes the + /// Managed Cluster is running. + /// The DNS prefix of the Managed + /// Cluster. + /// The FQDN subdomain of the private + /// cluster with custom private dns zone. + /// The FQDN of the master pool. + /// The FQDN of private cluster. + /// The special FQDN used by the Azure + /// Portal to access the Managed Cluster. This FQDN is for use only by + /// the Azure Portal and should not be used by other clients. + /// The agent pool properties. + /// The profile for Linux VMs in the Managed + /// Cluster. + /// The profile for Windows VMs in the + /// Managed Cluster. /// Information about a service /// principal identity for the cluster to use for manipulating Azure /// APIs. - /// Profile of managed cluster + /// The profile of managed cluster /// add-on. - /// Name of the resource group + /// The pod identity profile of the + /// Managed Cluster. + /// The name of the resource group /// containing agent pool nodes. /// Whether to enable Kubernetes Role-Based /// Access Control. @@ -68,46 +75,65 @@ public ManagedCluster() /// enable Kubernetes pod security policy (preview). This feature is /// set for removal on October 15th, 2020. Learn more at /// aka.ms/aks/azpodpolicy. - /// Profile of network + /// The network configuration + /// profile. + /// The Azure Active Directory /// configuration. - /// Profile of Azure Active Directory + /// The auto upgrade /// configuration. /// Parameters to be applied to the /// cluster-autoscaler when enabled - /// Access profile for managed + /// The access profile for managed /// cluster API server. - /// ResourceId of the disk encryption - /// set to use for enabling encryption at rest. + /// The Resource ID of the disk + /// encryption set to use for enabling encryption at rest. /// Identities associated with the /// cluster. + /// Private link resources + /// associated with the cluster. + /// If local accounts should be + /// disabled on the Managed Cluster. + /// Configurations for provisioning the + /// cluster with HTTP proxy servers. /// The identity of the managed cluster, if /// configured. /// The managed cluster SKU. - public ManagedCluster(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string provisioningState = default(string), int? maxAgentPools = default(int?), string kubernetesVersion = default(string), string dnsPrefix = default(string), string fqdn = default(string), string privateFQDN = default(string), IList agentPoolProfiles = default(IList), ContainerServiceLinuxProfile linuxProfile = default(ContainerServiceLinuxProfile), ManagedClusterWindowsProfile windowsProfile = default(ManagedClusterWindowsProfile), ManagedClusterServicePrincipalProfile servicePrincipalProfile = default(ManagedClusterServicePrincipalProfile), IDictionary addonProfiles = default(IDictionary), string nodeResourceGroup = default(string), bool? enableRBAC = default(bool?), bool? enablePodSecurityPolicy = default(bool?), ContainerServiceNetworkProfile networkProfile = default(ContainerServiceNetworkProfile), ManagedClusterAADProfile aadProfile = default(ManagedClusterAADProfile), ManagedClusterPropertiesAutoScalerProfile autoScalerProfile = default(ManagedClusterPropertiesAutoScalerProfile), ManagedClusterAPIServerAccessProfile apiServerAccessProfile = default(ManagedClusterAPIServerAccessProfile), string diskEncryptionSetID = default(string), IDictionary identityProfile = default(IDictionary), ManagedClusterIdentity identity = default(ManagedClusterIdentity), ManagedClusterSKU sku = default(ManagedClusterSKU)) + /// The extended location of the Virtual + /// Machine. + public ManagedCluster(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string provisioningState = default(string), PowerState powerState = default(PowerState), int? maxAgentPools = default(int?), string kubernetesVersion = default(string), string dnsPrefix = default(string), string fqdnSubdomain = default(string), string fqdn = default(string), string privateFQDN = default(string), string azurePortalFQDN = default(string), IList agentPoolProfiles = default(IList), ContainerServiceLinuxProfile linuxProfile = default(ContainerServiceLinuxProfile), ManagedClusterWindowsProfile windowsProfile = default(ManagedClusterWindowsProfile), ManagedClusterServicePrincipalProfile servicePrincipalProfile = default(ManagedClusterServicePrincipalProfile), IDictionary addonProfiles = default(IDictionary), ManagedClusterPodIdentityProfile podIdentityProfile = default(ManagedClusterPodIdentityProfile), string nodeResourceGroup = default(string), bool? enableRBAC = default(bool?), bool? enablePodSecurityPolicy = default(bool?), ContainerServiceNetworkProfile networkProfile = default(ContainerServiceNetworkProfile), ManagedClusterAADProfile aadProfile = default(ManagedClusterAADProfile), ManagedClusterAutoUpgradeProfile autoUpgradeProfile = default(ManagedClusterAutoUpgradeProfile), ManagedClusterPropertiesAutoScalerProfile autoScalerProfile = default(ManagedClusterPropertiesAutoScalerProfile), ManagedClusterAPIServerAccessProfile apiServerAccessProfile = default(ManagedClusterAPIServerAccessProfile), string diskEncryptionSetID = default(string), IDictionary identityProfile = default(IDictionary), IList privateLinkResources = default(IList), bool? disableLocalAccounts = default(bool?), ManagedClusterHTTPProxyConfig httpProxyConfig = default(ManagedClusterHTTPProxyConfig), ManagedClusterIdentity identity = default(ManagedClusterIdentity), ManagedClusterSKU sku = default(ManagedClusterSKU), ExtendedLocation extendedLocation = default(ExtendedLocation)) : base(location, id, name, type, tags) { ProvisioningState = provisioningState; + PowerState = powerState; MaxAgentPools = maxAgentPools; KubernetesVersion = kubernetesVersion; DnsPrefix = dnsPrefix; + FqdnSubdomain = fqdnSubdomain; Fqdn = fqdn; PrivateFQDN = privateFQDN; + AzurePortalFQDN = azurePortalFQDN; AgentPoolProfiles = agentPoolProfiles; LinuxProfile = linuxProfile; WindowsProfile = windowsProfile; ServicePrincipalProfile = servicePrincipalProfile; AddonProfiles = addonProfiles; + PodIdentityProfile = podIdentityProfile; NodeResourceGroup = nodeResourceGroup; EnableRBAC = enableRBAC; EnablePodSecurityPolicy = enablePodSecurityPolicy; NetworkProfile = networkProfile; AadProfile = aadProfile; + AutoUpgradeProfile = autoUpgradeProfile; AutoScalerProfile = autoScalerProfile; ApiServerAccessProfile = apiServerAccessProfile; DiskEncryptionSetID = diskEncryptionSetID; IdentityProfile = identityProfile; + PrivateLinkResources = privateLinkResources; + DisableLocalAccounts = disableLocalAccounts; + HttpProxyConfig = httpProxyConfig; Identity = identity; Sku = sku; + ExtendedLocation = extendedLocation; CustomInit(); } @@ -117,12 +143,17 @@ public ManagedCluster() partial void CustomInit(); /// - /// Gets the current deployment or provisioning state, which only - /// appears in the response. + /// Gets the current provisioning state. /// [JsonProperty(PropertyName = "properties.provisioningState")] public string ProvisioningState { get; private set; } + /// + /// Gets the Power State of the cluster. + /// + [JsonProperty(PropertyName = "properties.powerState")] + public PowerState PowerState { get; private set; } + /// /// Gets the max number of agent pools for the managed cluster. /// @@ -130,47 +161,80 @@ public ManagedCluster() public int? MaxAgentPools { get; private set; } /// - /// Gets or sets version of Kubernetes specified when creating the - /// managed cluster. + /// Gets or sets the version of Kubernetes the Managed Cluster is + /// running. /// + /// + /// When you upgrade a supported AKS cluster, Kubernetes minor versions + /// cannot be skipped. All upgrades must be performed sequentially by + /// major version number. For example, upgrades between 1.14.x -> + /// 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is + /// not allowed. See [upgrading an AKS + /// cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for + /// more details. + /// [JsonProperty(PropertyName = "properties.kubernetesVersion")] public string KubernetesVersion { get; set; } /// - /// Gets or sets DNS prefix specified when creating the managed - /// cluster. + /// Gets or sets the DNS prefix of the Managed Cluster. /// + /// + /// This cannot be updated once the Managed Cluster has been created. + /// [JsonProperty(PropertyName = "properties.dnsPrefix")] public string DnsPrefix { get; set; } /// - /// Gets FQDN for the master pool. + /// Gets or sets the FQDN subdomain of the private cluster with custom + /// private dns zone. + /// + /// + /// This cannot be updated once the Managed Cluster has been created. + /// + [JsonProperty(PropertyName = "properties.fqdnSubdomain")] + public string FqdnSubdomain { get; set; } + + /// + /// Gets the FQDN of the master pool. /// [JsonProperty(PropertyName = "properties.fqdn")] public string Fqdn { get; private set; } /// - /// Gets FQDN of private cluster. + /// Gets the FQDN of private cluster. /// [JsonProperty(PropertyName = "properties.privateFQDN")] public string PrivateFQDN { get; private set; } /// - /// Gets or sets properties of the agent pool. + /// Gets the special FQDN used by the Azure Portal to access the + /// Managed Cluster. This FQDN is for use only by the Azure Portal and + /// should not be used by other clients. + /// + /// + /// The Azure Portal requires certain Cross-Origin Resource Sharing + /// (CORS) headers to be sent in some responses, which Kubernetes + /// APIServer doesn't handle by default. This special FQDN supports + /// CORS, allowing the Azure Portal to function properly. + /// + [JsonProperty(PropertyName = "properties.azurePortalFQDN")] + public string AzurePortalFQDN { get; private set; } + + /// + /// Gets or sets the agent pool properties. /// [JsonProperty(PropertyName = "properties.agentPoolProfiles")] public IList AgentPoolProfiles { get; set; } /// - /// Gets or sets profile for Linux VMs in the container service - /// cluster. + /// Gets or sets the profile for Linux VMs in the Managed Cluster. /// [JsonProperty(PropertyName = "properties.linuxProfile")] public ContainerServiceLinuxProfile LinuxProfile { get; set; } /// - /// Gets or sets profile for Windows VMs in the container service - /// cluster. + /// Gets or sets the profile for Windows VMs in the Managed Cluster. /// [JsonProperty(PropertyName = "properties.windowsProfile")] public ManagedClusterWindowsProfile WindowsProfile { get; set; } @@ -183,13 +247,24 @@ public ManagedCluster() public ManagedClusterServicePrincipalProfile ServicePrincipalProfile { get; set; } /// - /// Gets or sets profile of managed cluster add-on. + /// Gets or sets the profile of managed cluster add-on. /// [JsonProperty(PropertyName = "properties.addonProfiles")] public IDictionary AddonProfiles { get; set; } /// - /// Gets or sets name of the resource group containing agent pool + /// Gets or sets the pod identity profile of the Managed Cluster. + /// + /// + /// See [use AAD pod + /// identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) + /// for more details on AAD pod identity integration. + /// + [JsonProperty(PropertyName = "properties.podIdentityProfile")] + public ManagedClusterPodIdentityProfile PodIdentityProfile { get; set; } + + /// + /// Gets or sets the name of the resource group containing agent pool /// nodes. /// [JsonProperty(PropertyName = "properties.nodeResourceGroup")] @@ -211,17 +286,23 @@ public ManagedCluster() public bool? EnablePodSecurityPolicy { get; set; } /// - /// Gets or sets profile of network configuration. + /// Gets or sets the network configuration profile. /// [JsonProperty(PropertyName = "properties.networkProfile")] public ContainerServiceNetworkProfile NetworkProfile { get; set; } /// - /// Gets or sets profile of Azure Active Directory configuration. + /// Gets or sets the Azure Active Directory configuration. /// [JsonProperty(PropertyName = "properties.aadProfile")] public ManagedClusterAADProfile AadProfile { get; set; } + /// + /// Gets or sets the auto upgrade configuration. + /// + [JsonProperty(PropertyName = "properties.autoUpgradeProfile")] + public ManagedClusterAutoUpgradeProfile AutoUpgradeProfile { get; set; } + /// /// Gets or sets parameters to be applied to the cluster-autoscaler /// when enabled @@ -230,15 +311,19 @@ public ManagedCluster() public ManagedClusterPropertiesAutoScalerProfile AutoScalerProfile { get; set; } /// - /// Gets or sets access profile for managed cluster API server. + /// Gets or sets the access profile for managed cluster API server. /// [JsonProperty(PropertyName = "properties.apiServerAccessProfile")] public ManagedClusterAPIServerAccessProfile ApiServerAccessProfile { get; set; } /// - /// Gets or sets resourceId of the disk encryption set to use for + /// Gets or sets the Resource ID of the disk encryption set to use for /// enabling encryption at rest. /// + /// + /// This is of the form: + /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}' + /// [JsonProperty(PropertyName = "properties.diskEncryptionSetID")] public string DiskEncryptionSetID { get; set; } @@ -248,6 +333,32 @@ public ManagedCluster() [JsonProperty(PropertyName = "properties.identityProfile")] public IDictionary IdentityProfile { get; set; } + /// + /// Gets or sets private link resources associated with the cluster. + /// + [JsonProperty(PropertyName = "properties.privateLinkResources")] + public IList PrivateLinkResources { get; set; } + + /// + /// Gets or sets if local accounts should be disabled on the Managed + /// Cluster. + /// + /// + /// If set to true, getting static credentials will be disabled for + /// this cluster. This must only be used on Managed Clusters that are + /// AAD enabled. For more details see [disable local + /// accounts](https://docs.microsoft.com/azure/aks/managed-aad#disable-local-accounts-preview). + /// + [JsonProperty(PropertyName = "properties.disableLocalAccounts")] + public bool? DisableLocalAccounts { get; set; } + + /// + /// Gets or sets configurations for provisioning the cluster with HTTP + /// proxy servers. + /// + [JsonProperty(PropertyName = "properties.httpProxyConfig")] + public ManagedClusterHTTPProxyConfig HttpProxyConfig { get; set; } + /// /// Gets or sets the identity of the managed cluster, if configured. /// @@ -260,6 +371,12 @@ public ManagedCluster() [JsonProperty(PropertyName = "sku")] public ManagedClusterSKU Sku { get; set; } + /// + /// Gets or sets the extended location of the Virtual Machine. + /// + [JsonProperty(PropertyName = "extendedLocation")] + public ExtendedLocation ExtendedLocation { get; set; } + /// /// Validate the object. /// diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAADProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAADProfile.cs index 0424342b59ac..deba713c992d 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAADProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAADProfile.cs @@ -18,6 +18,10 @@ namespace Microsoft.Azure.Management.ContainerService.Models /// /// AADProfile specifies attributes for Azure Active Directory integration. /// + /// + /// For more details see [managed AAD on + /// AKS](https://docs.microsoft.com/azure/aks/managed-aad). + /// public partial class ManagedClusterAADProfile { /// @@ -34,8 +38,8 @@ public ManagedClusterAADProfile() /// Whether to enable managed AAD. /// Whether to enable Azure RBAC for /// Kubernetes authorization. - /// AAD group object IDs that will - /// have admin role of the cluster. + /// The list of AAD group object IDs + /// that will have admin role of the cluster. /// The client AAD application ID. /// The server AAD application ID. /// The server AAD application @@ -74,8 +78,8 @@ public ManagedClusterAADProfile() public bool? EnableAzureRBAC { get; set; } /// - /// Gets or sets AAD group object IDs that will have admin role of the - /// cluster. + /// Gets or sets the list of AAD group object IDs that will have admin + /// role of the cluster. /// [JsonProperty(PropertyName = "adminGroupObjectIDs")] public IList AdminGroupObjectIDs { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAPIServerAccessProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAPIServerAccessProfile.cs index a950f33365d1..25d25ef2cdfe 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAPIServerAccessProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAPIServerAccessProfile.cs @@ -33,14 +33,20 @@ public ManagedClusterAPIServerAccessProfile() /// Initializes a new instance of the /// ManagedClusterAPIServerAccessProfile class. /// - /// Authorized IP Ranges to kubernetes - /// API server. + /// The IP ranges authorized to access + /// the Kubernetes API server. /// Whether to create the cluster as /// a private cluster or not. - public ManagedClusterAPIServerAccessProfile(IList authorizedIPRanges = default(IList), bool? enablePrivateCluster = default(bool?)) + /// The private DNS zone mode for the + /// cluster. + /// Whether to create + /// additional public FQDN for private cluster or not. + public ManagedClusterAPIServerAccessProfile(IList authorizedIPRanges = default(IList), bool? enablePrivateCluster = default(bool?), string privateDNSZone = default(string), bool? enablePrivateClusterPublicFQDN = default(bool?)) { AuthorizedIPRanges = authorizedIPRanges; EnablePrivateCluster = enablePrivateCluster; + PrivateDNSZone = privateDNSZone; + EnablePrivateClusterPublicFQDN = enablePrivateClusterPublicFQDN; CustomInit(); } @@ -50,8 +56,16 @@ public ManagedClusterAPIServerAccessProfile() partial void CustomInit(); /// - /// Gets or sets authorized IP Ranges to kubernetes API server. + /// Gets or sets the IP ranges authorized to access the Kubernetes API + /// server. /// + /// + /// IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. + /// This feature is not compatible with clusters that use Public IP Per + /// Node, or clusters that are using a Basic Load Balancer. For more + /// information see [API server authorized IP + /// ranges](https://docs.microsoft.com/azure/aks/api-server-authorized-ip-ranges). + /// [JsonProperty(PropertyName = "authorizedIPRanges")] public IList AuthorizedIPRanges { get; set; } @@ -59,8 +73,30 @@ public ManagedClusterAPIServerAccessProfile() /// Gets or sets whether to create the cluster as a private cluster or /// not. /// + /// + /// For more details, see [Creating a private AKS + /// cluster](https://docs.microsoft.com/azure/aks/private-clusters). + /// [JsonProperty(PropertyName = "enablePrivateCluster")] public bool? EnablePrivateCluster { get; set; } + /// + /// Gets or sets the private DNS zone mode for the cluster. + /// + /// + /// The default is System. For more details see [configure private DNS + /// zone](https://docs.microsoft.com/azure/aks/private-clusters#configure-private-dns-zone). + /// Allowed values are 'system' and 'none'. + /// + [JsonProperty(PropertyName = "privateDNSZone")] + public string PrivateDNSZone { get; set; } + + /// + /// Gets or sets whether to create additional public FQDN for private + /// cluster or not. + /// + [JsonProperty(PropertyName = "enablePrivateClusterPublicFQDN")] + public bool? EnablePrivateClusterPublicFQDN { get; set; } + } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAddonProfileIdentity.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAddonProfileIdentity.cs index 61ad97f95504..6f3b06410077 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAddonProfileIdentity.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAddonProfileIdentity.cs @@ -30,11 +30,11 @@ public ManagedClusterAddonProfileIdentity() /// Initializes a new instance of the /// ManagedClusterAddonProfileIdentity class. /// - /// The resource id of the user assigned + /// The resource ID of the user assigned /// identity. - /// The client id of the user assigned + /// The client ID of the user assigned /// identity. - /// The object id of the user assigned + /// The object ID of the user assigned /// identity. public ManagedClusterAddonProfileIdentity(string resourceId = default(string), string clientId = default(string), string objectId = default(string)) : base(resourceId, clientId, objectId) diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfile.cs index fe1f89d386bc..2117fcb3f947 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfile.cs @@ -37,117 +37,80 @@ public ManagedClusterAgentPoolProfile() /// Unique name of the agent pool profile in the /// context of the subscription and resource group. /// Number of agents (VMs) to host docker - /// containers. Allowed values must be in the range of 0 to 100 - /// (inclusive) for user pools and in the range of 1 to 100 (inclusive) - /// for system pools. The default value is 1. - /// Size of agent VMs. Possible values include: - /// 'Standard_A1', 'Standard_A10', 'Standard_A11', 'Standard_A1_v2', - /// 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2', 'Standard_A3', - /// 'Standard_A4', 'Standard_A4_v2', 'Standard_A4m_v2', 'Standard_A5', - /// 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A8_v2', - /// 'Standard_A8m_v2', 'Standard_A9', 'Standard_B2ms', 'Standard_B2s', - /// 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1', 'Standard_D11', - /// 'Standard_D11_v2', 'Standard_D11_v2_Promo', 'Standard_D12', - /// 'Standard_D12_v2', 'Standard_D12_v2_Promo', 'Standard_D13', - /// 'Standard_D13_v2', 'Standard_D13_v2_Promo', 'Standard_D14', - /// 'Standard_D14_v2', 'Standard_D14_v2_Promo', 'Standard_D15_v2', - /// 'Standard_D16_v3', 'Standard_D16s_v3', 'Standard_D1_v2', - /// 'Standard_D2', 'Standard_D2_v2', 'Standard_D2_v2_Promo', - /// 'Standard_D2_v3', 'Standard_D2s_v3', 'Standard_D3', - /// 'Standard_D32_v3', 'Standard_D32s_v3', 'Standard_D3_v2', - /// 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2', - /// 'Standard_D4_v2_Promo', 'Standard_D4_v3', 'Standard_D4s_v3', - /// 'Standard_D5_v2', 'Standard_D5_v2_Promo', 'Standard_D64_v3', - /// 'Standard_D64s_v3', 'Standard_D8_v3', 'Standard_D8s_v3', - /// 'Standard_DS1', 'Standard_DS11', 'Standard_DS11_v2', - /// 'Standard_DS11_v2_Promo', 'Standard_DS12', 'Standard_DS12_v2', - /// 'Standard_DS12_v2_Promo', 'Standard_DS13', 'Standard_DS13-2_v2', - /// 'Standard_DS13-4_v2', 'Standard_DS13_v2', 'Standard_DS13_v2_Promo', - /// 'Standard_DS14', 'Standard_DS14-4_v2', 'Standard_DS14-8_v2', - /// 'Standard_DS14_v2', 'Standard_DS14_v2_Promo', 'Standard_DS15_v2', - /// 'Standard_DS1_v2', 'Standard_DS2', 'Standard_DS2_v2', - /// 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2', - /// 'Standard_DS3_v2_Promo', 'Standard_DS4', 'Standard_DS4_v2', - /// 'Standard_DS4_v2_Promo', 'Standard_DS5_v2', - /// 'Standard_DS5_v2_Promo', 'Standard_E16_v3', 'Standard_E16s_v3', - /// 'Standard_E2_v3', 'Standard_E2s_v3', 'Standard_E32-16s_v3', - /// 'Standard_E32-8s_v3', 'Standard_E32_v3', 'Standard_E32s_v3', - /// 'Standard_E4_v3', 'Standard_E4s_v3', 'Standard_E64-16s_v3', - /// 'Standard_E64-32s_v3', 'Standard_E64_v3', 'Standard_E64s_v3', - /// 'Standard_E8_v3', 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', - /// 'Standard_F16s', 'Standard_F16s_v2', 'Standard_F1s', 'Standard_F2', - /// 'Standard_F2s', 'Standard_F2s_v2', 'Standard_F32s_v2', - /// 'Standard_F4', 'Standard_F4s', 'Standard_F4s_v2', - /// 'Standard_F64s_v2', 'Standard_F72s_v2', 'Standard_F8', - /// 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1', 'Standard_G2', - /// 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_GS1', - /// 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS4-4', - /// 'Standard_GS4-8', 'Standard_GS5', 'Standard_GS5-16', - /// 'Standard_GS5-8', 'Standard_H16', 'Standard_H16m', - /// 'Standard_H16mr', 'Standard_H16r', 'Standard_H8', 'Standard_H8m', - /// 'Standard_L16s', 'Standard_L32s', 'Standard_L4s', 'Standard_L8s', - /// 'Standard_M128-32ms', 'Standard_M128-64ms', 'Standard_M128ms', - /// 'Standard_M128s', 'Standard_M64-16ms', 'Standard_M64-32ms', - /// 'Standard_M64ms', 'Standard_M64s', 'Standard_NC12', - /// 'Standard_NC12s_v2', 'Standard_NC12s_v3', 'Standard_NC24', - /// 'Standard_NC24r', 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', - /// 'Standard_NC24s_v2', 'Standard_NC24s_v3', 'Standard_NC6', - /// 'Standard_NC6s_v2', 'Standard_NC6s_v3', 'Standard_ND12s', - /// 'Standard_ND24rs', 'Standard_ND24s', 'Standard_ND6s', - /// 'Standard_NV12', 'Standard_NV24', 'Standard_NV6' - /// OS Disk Size in GB to be used to specify - /// the disk size for every machine in this master/agent pool. If you - /// specify 0, it will apply the default osDisk size according to the - /// vmSize specified. - /// VNet SubnetID specifies the VNet's - /// subnet identifier. - /// Maximum number of pods that can run on a + /// containers. Allowed values must be in the range of 0 to 1000 + /// (inclusive) for user pools and in the range of 1 to 1000 + /// (inclusive) for system pools. The default value is 1. + /// The size of the agent pool VMs. + /// Possible values include: 'Managed', + /// 'Ephemeral' + /// Possible values include: 'OS', + /// 'Temporary' + /// The ID of the subnet which agent pool + /// nodes and optionally pods will join on startup. + /// The ID of the subnet which pods will join + /// when launched. + /// The maximum number of pods that can run on a /// node. - /// OsType to be used to specify os type. Choose - /// from Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' - /// Maximum number of nodes for + /// Possible values include: 'Linux', + /// 'Windows' + /// Possible values include: 'Ubuntu', + /// 'CBLMariner' + /// The maximum number of nodes for /// auto-scaling - /// Minimum number of nodes for + /// The minimum number of nodes for /// auto-scaling /// Whether to enable /// auto-scaler - /// AgentPoolType represents types of an agent pool. - /// Possible values include: 'VirtualMachineScaleSets', - /// 'AvailabilitySet' - /// AgentPoolMode represents mode of an agent pool. - /// Possible values include: 'System', 'User' - /// Version of orchestrator specified - /// when creating the managed cluster. - /// Version of node image + /// Possible values include: + /// 'VirtualMachineScaleSets', 'AvailabilitySet' + /// Possible values include: 'System', + /// 'User' + /// The version of Kubernetes running + /// on the Agent Pool. + /// The version of node image /// Settings for upgrading the /// agentpool /// The current deployment or - /// provisioning state, which only appears in the response. - /// Availability zones for nodes. Must - /// use VirtualMachineScaleSets AgentPoolType. - /// Enable public IP for nodes - /// ScaleSetPriority to be used to - /// specify virtual machine scale set priority. Default to regular. - /// Possible values include: 'Spot', 'Regular' - /// ScaleSetEvictionPolicy to be - /// used to specify eviction policy for Spot virtual machine scale set. - /// Default to Delete. Possible values include: 'Delete', - /// 'Deallocate' - /// SpotMaxPrice to be used to specify the - /// maximum price you are willing to pay in US Dollars. Possible values - /// are any decimal value greater than zero or -1 which indicates - /// default price to be up-to on-demand. - /// Agent pool tags to be persisted on the agent - /// pool virtual machine scale set. - /// Agent pool node labels to be persisted - /// across all nodes in agent pool. - /// Taints added to new nodes during node pool - /// create and scale. For example, key=value:NoSchedule. + /// provisioning state. + /// Describes whether the Agent Pool is + /// Running or Stopped + /// The list of Availability zones to + /// use for nodes. This can only be specified if the AgentPoolType + /// property is 'VirtualMachineScaleSets'. + /// Whether each node is allocated its + /// own public IP. + /// The public IP prefix ID which VM + /// nodes should use IPs from. + /// The Virtual Machine Scale Set + /// priority. If not specified, the default is 'Regular'. Possible + /// values include: 'Spot', 'Regular' + /// The Virtual Machine Scale Set + /// eviction policy to use. + /// The max price (in US Dollars) you are + /// willing to pay for spot instances. Possible values are any decimal + /// value greater than zero or -1 which indicates default price to be + /// up-to on-demand. + /// The tags to be persisted on the agent pool + /// virtual machine scale set. + /// The node labels to be persisted across all + /// nodes in agent pool. + /// The taints added to new nodes during node + /// pool create and scale. For example, key=value:NoSchedule. /// The ID for Proximity /// Placement Group. - public ManagedClusterAgentPoolProfile(string name, int? count = default(int?), string vmSize = default(string), int? osDiskSizeGB = default(int?), string vnetSubnetID = default(string), int? maxPods = default(int?), string osType = default(string), int? maxCount = default(int?), int? minCount = default(int?), bool? enableAutoScaling = default(bool?), string type = default(string), string mode = default(string), string orchestratorVersion = default(string), string nodeImageVersion = default(string), AgentPoolUpgradeSettings upgradeSettings = default(AgentPoolUpgradeSettings), string provisioningState = default(string), IList availabilityZones = default(IList), bool? enableNodePublicIP = default(bool?), string scaleSetPriority = default(string), string scaleSetEvictionPolicy = default(string), double? spotMaxPrice = default(double?), IDictionary tags = default(IDictionary), IDictionary nodeLabels = default(IDictionary), IList nodeTaints = default(IList), string proximityPlacementGroupID = default(string)) - : base(count, vmSize, osDiskSizeGB, vnetSubnetID, maxPods, osType, maxCount, minCount, enableAutoScaling, type, mode, orchestratorVersion, nodeImageVersion, upgradeSettings, provisioningState, availabilityZones, enableNodePublicIP, scaleSetPriority, scaleSetEvictionPolicy, spotMaxPrice, tags, nodeLabels, nodeTaints, proximityPlacementGroupID) + /// The Kubelet configuration on the agent + /// pool nodes. + /// The OS configuration of Linux agent + /// nodes. + /// Whether to enable host based + /// OS and data drive encryption. + /// Whether to enable UltraSSD + /// Whether to use a FIPS-enabled OS. + /// GPUInstanceProfile to be used to + /// specify GPU MIG instance profile for supported GPU VM SKU. Possible + /// values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g' + public ManagedClusterAgentPoolProfile(string name, int? count = default(int?), string vmSize = default(string), int? osDiskSizeGB = default(int?), string osDiskType = default(string), string kubeletDiskType = default(string), string vnetSubnetID = default(string), string podSubnetID = default(string), int? maxPods = default(int?), string osType = default(string), string osSKU = default(string), int? maxCount = default(int?), int? minCount = default(int?), bool? enableAutoScaling = default(bool?), string type = default(string), string mode = default(string), string orchestratorVersion = default(string), string nodeImageVersion = default(string), AgentPoolUpgradeSettings upgradeSettings = default(AgentPoolUpgradeSettings), string provisioningState = default(string), PowerState powerState = default(PowerState), IList availabilityZones = default(IList), bool? enableNodePublicIP = default(bool?), string nodePublicIPPrefixID = default(string), string scaleSetPriority = default(string), string scaleSetEvictionPolicy = default(string), double? spotMaxPrice = default(double?), IDictionary tags = default(IDictionary), IDictionary nodeLabels = default(IDictionary), IList nodeTaints = default(IList), string proximityPlacementGroupID = default(string), KubeletConfig kubeletConfig = default(KubeletConfig), LinuxOSConfig linuxOSConfig = default(LinuxOSConfig), bool? enableEncryptionAtHost = default(bool?), bool? enableUltraSSD = default(bool?), bool? enableFIPS = default(bool?), string gpuInstanceProfile = default(string)) + : base(count, vmSize, osDiskSizeGB, osDiskType, kubeletDiskType, vnetSubnetID, podSubnetID, maxPods, osType, osSKU, maxCount, minCount, enableAutoScaling, type, mode, orchestratorVersion, nodeImageVersion, upgradeSettings, provisioningState, powerState, availabilityZones, enableNodePublicIP, nodePublicIPPrefixID, scaleSetPriority, scaleSetEvictionPolicy, spotMaxPrice, tags, nodeLabels, nodeTaints, proximityPlacementGroupID, kubeletConfig, linuxOSConfig, enableEncryptionAtHost, enableUltraSSD, enableFIPS, gpuInstanceProfile) { Name = name; CustomInit(); @@ -162,6 +125,9 @@ public ManagedClusterAgentPoolProfile() /// Gets or sets unique name of the agent pool profile in the context /// of the subscription and resource group. /// + /// + /// Windows agent pool names must be 6 characters or less. + /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } @@ -171,8 +137,9 @@ public ManagedClusterAgentPoolProfile() /// /// Thrown if validation fails /// - public virtual void Validate() + public override void Validate() { + base.Validate(); if (Name == null) { throw new ValidationException(ValidationRules.CannotBeNull, "Name"); diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs index f2b7ff21fa52..d971cebc282f 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs @@ -34,123 +34,90 @@ public ManagedClusterAgentPoolProfileProperties() /// ManagedClusterAgentPoolProfileProperties class. /// /// Number of agents (VMs) to host docker - /// containers. Allowed values must be in the range of 0 to 100 - /// (inclusive) for user pools and in the range of 1 to 100 (inclusive) - /// for system pools. The default value is 1. - /// Size of agent VMs. Possible values include: - /// 'Standard_A1', 'Standard_A10', 'Standard_A11', 'Standard_A1_v2', - /// 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2', 'Standard_A3', - /// 'Standard_A4', 'Standard_A4_v2', 'Standard_A4m_v2', 'Standard_A5', - /// 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A8_v2', - /// 'Standard_A8m_v2', 'Standard_A9', 'Standard_B2ms', 'Standard_B2s', - /// 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1', 'Standard_D11', - /// 'Standard_D11_v2', 'Standard_D11_v2_Promo', 'Standard_D12', - /// 'Standard_D12_v2', 'Standard_D12_v2_Promo', 'Standard_D13', - /// 'Standard_D13_v2', 'Standard_D13_v2_Promo', 'Standard_D14', - /// 'Standard_D14_v2', 'Standard_D14_v2_Promo', 'Standard_D15_v2', - /// 'Standard_D16_v3', 'Standard_D16s_v3', 'Standard_D1_v2', - /// 'Standard_D2', 'Standard_D2_v2', 'Standard_D2_v2_Promo', - /// 'Standard_D2_v3', 'Standard_D2s_v3', 'Standard_D3', - /// 'Standard_D32_v3', 'Standard_D32s_v3', 'Standard_D3_v2', - /// 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2', - /// 'Standard_D4_v2_Promo', 'Standard_D4_v3', 'Standard_D4s_v3', - /// 'Standard_D5_v2', 'Standard_D5_v2_Promo', 'Standard_D64_v3', - /// 'Standard_D64s_v3', 'Standard_D8_v3', 'Standard_D8s_v3', - /// 'Standard_DS1', 'Standard_DS11', 'Standard_DS11_v2', - /// 'Standard_DS11_v2_Promo', 'Standard_DS12', 'Standard_DS12_v2', - /// 'Standard_DS12_v2_Promo', 'Standard_DS13', 'Standard_DS13-2_v2', - /// 'Standard_DS13-4_v2', 'Standard_DS13_v2', 'Standard_DS13_v2_Promo', - /// 'Standard_DS14', 'Standard_DS14-4_v2', 'Standard_DS14-8_v2', - /// 'Standard_DS14_v2', 'Standard_DS14_v2_Promo', 'Standard_DS15_v2', - /// 'Standard_DS1_v2', 'Standard_DS2', 'Standard_DS2_v2', - /// 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2', - /// 'Standard_DS3_v2_Promo', 'Standard_DS4', 'Standard_DS4_v2', - /// 'Standard_DS4_v2_Promo', 'Standard_DS5_v2', - /// 'Standard_DS5_v2_Promo', 'Standard_E16_v3', 'Standard_E16s_v3', - /// 'Standard_E2_v3', 'Standard_E2s_v3', 'Standard_E32-16s_v3', - /// 'Standard_E32-8s_v3', 'Standard_E32_v3', 'Standard_E32s_v3', - /// 'Standard_E4_v3', 'Standard_E4s_v3', 'Standard_E64-16s_v3', - /// 'Standard_E64-32s_v3', 'Standard_E64_v3', 'Standard_E64s_v3', - /// 'Standard_E8_v3', 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', - /// 'Standard_F16s', 'Standard_F16s_v2', 'Standard_F1s', 'Standard_F2', - /// 'Standard_F2s', 'Standard_F2s_v2', 'Standard_F32s_v2', - /// 'Standard_F4', 'Standard_F4s', 'Standard_F4s_v2', - /// 'Standard_F64s_v2', 'Standard_F72s_v2', 'Standard_F8', - /// 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1', 'Standard_G2', - /// 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_GS1', - /// 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS4-4', - /// 'Standard_GS4-8', 'Standard_GS5', 'Standard_GS5-16', - /// 'Standard_GS5-8', 'Standard_H16', 'Standard_H16m', - /// 'Standard_H16mr', 'Standard_H16r', 'Standard_H8', 'Standard_H8m', - /// 'Standard_L16s', 'Standard_L32s', 'Standard_L4s', 'Standard_L8s', - /// 'Standard_M128-32ms', 'Standard_M128-64ms', 'Standard_M128ms', - /// 'Standard_M128s', 'Standard_M64-16ms', 'Standard_M64-32ms', - /// 'Standard_M64ms', 'Standard_M64s', 'Standard_NC12', - /// 'Standard_NC12s_v2', 'Standard_NC12s_v3', 'Standard_NC24', - /// 'Standard_NC24r', 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', - /// 'Standard_NC24s_v2', 'Standard_NC24s_v3', 'Standard_NC6', - /// 'Standard_NC6s_v2', 'Standard_NC6s_v3', 'Standard_ND12s', - /// 'Standard_ND24rs', 'Standard_ND24s', 'Standard_ND6s', - /// 'Standard_NV12', 'Standard_NV24', 'Standard_NV6' - /// OS Disk Size in GB to be used to specify - /// the disk size for every machine in this master/agent pool. If you - /// specify 0, it will apply the default osDisk size according to the - /// vmSize specified. - /// VNet SubnetID specifies the VNet's - /// subnet identifier. - /// Maximum number of pods that can run on a + /// containers. Allowed values must be in the range of 0 to 1000 + /// (inclusive) for user pools and in the range of 1 to 1000 + /// (inclusive) for system pools. The default value is 1. + /// The size of the agent pool VMs. + /// Possible values include: 'Managed', + /// 'Ephemeral' + /// Possible values include: 'OS', + /// 'Temporary' + /// The ID of the subnet which agent pool + /// nodes and optionally pods will join on startup. + /// The ID of the subnet which pods will join + /// when launched. + /// The maximum number of pods that can run on a /// node. - /// OsType to be used to specify os type. Choose - /// from Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' - /// Maximum number of nodes for + /// Possible values include: 'Linux', + /// 'Windows' + /// Possible values include: 'Ubuntu', + /// 'CBLMariner' + /// The maximum number of nodes for /// auto-scaling - /// Minimum number of nodes for + /// The minimum number of nodes for /// auto-scaling /// Whether to enable /// auto-scaler - /// AgentPoolType represents types of an agent pool. - /// Possible values include: 'VirtualMachineScaleSets', - /// 'AvailabilitySet' - /// AgentPoolMode represents mode of an agent pool. - /// Possible values include: 'System', 'User' - /// Version of orchestrator specified - /// when creating the managed cluster. - /// Version of node image + /// Possible values include: + /// 'VirtualMachineScaleSets', 'AvailabilitySet' + /// Possible values include: 'System', + /// 'User' + /// The version of Kubernetes running + /// on the Agent Pool. + /// The version of node image /// Settings for upgrading the /// agentpool /// The current deployment or - /// provisioning state, which only appears in the response. - /// Availability zones for nodes. Must - /// use VirtualMachineScaleSets AgentPoolType. - /// Enable public IP for nodes - /// ScaleSetPriority to be used to - /// specify virtual machine scale set priority. Default to regular. - /// Possible values include: 'Spot', 'Regular' - /// ScaleSetEvictionPolicy to be - /// used to specify eviction policy for Spot virtual machine scale set. - /// Default to Delete. Possible values include: 'Delete', - /// 'Deallocate' - /// SpotMaxPrice to be used to specify the - /// maximum price you are willing to pay in US Dollars. Possible values - /// are any decimal value greater than zero or -1 which indicates - /// default price to be up-to on-demand. - /// Agent pool tags to be persisted on the agent - /// pool virtual machine scale set. - /// Agent pool node labels to be persisted - /// across all nodes in agent pool. - /// Taints added to new nodes during node pool - /// create and scale. For example, key=value:NoSchedule. + /// provisioning state. + /// Describes whether the Agent Pool is + /// Running or Stopped + /// The list of Availability zones to + /// use for nodes. This can only be specified if the AgentPoolType + /// property is 'VirtualMachineScaleSets'. + /// Whether each node is allocated its + /// own public IP. + /// The public IP prefix ID which VM + /// nodes should use IPs from. + /// The Virtual Machine Scale Set + /// priority. If not specified, the default is 'Regular'. Possible + /// values include: 'Spot', 'Regular' + /// The Virtual Machine Scale Set + /// eviction policy to use. + /// The max price (in US Dollars) you are + /// willing to pay for spot instances. Possible values are any decimal + /// value greater than zero or -1 which indicates default price to be + /// up-to on-demand. + /// The tags to be persisted on the agent pool + /// virtual machine scale set. + /// The node labels to be persisted across all + /// nodes in agent pool. + /// The taints added to new nodes during node + /// pool create and scale. For example, key=value:NoSchedule. /// The ID for Proximity /// Placement Group. - public ManagedClusterAgentPoolProfileProperties(int? count = default(int?), string vmSize = default(string), int? osDiskSizeGB = default(int?), string vnetSubnetID = default(string), int? maxPods = default(int?), string osType = default(string), int? maxCount = default(int?), int? minCount = default(int?), bool? enableAutoScaling = default(bool?), string type = default(string), string mode = default(string), string orchestratorVersion = default(string), string nodeImageVersion = default(string), AgentPoolUpgradeSettings upgradeSettings = default(AgentPoolUpgradeSettings), string provisioningState = default(string), IList availabilityZones = default(IList), bool? enableNodePublicIP = default(bool?), string scaleSetPriority = default(string), string scaleSetEvictionPolicy = default(string), double? spotMaxPrice = default(double?), IDictionary tags = default(IDictionary), IDictionary nodeLabels = default(IDictionary), IList nodeTaints = default(IList), string proximityPlacementGroupID = default(string)) + /// The Kubelet configuration on the agent + /// pool nodes. + /// The OS configuration of Linux agent + /// nodes. + /// Whether to enable host based + /// OS and data drive encryption. + /// Whether to enable UltraSSD + /// Whether to use a FIPS-enabled OS. + /// GPUInstanceProfile to be used to + /// specify GPU MIG instance profile for supported GPU VM SKU. Possible + /// values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g' + public ManagedClusterAgentPoolProfileProperties(int? count = default(int?), string vmSize = default(string), int? osDiskSizeGB = default(int?), string osDiskType = default(string), string kubeletDiskType = default(string), string vnetSubnetID = default(string), string podSubnetID = default(string), int? maxPods = default(int?), string osType = default(string), string osSKU = default(string), int? maxCount = default(int?), int? minCount = default(int?), bool? enableAutoScaling = default(bool?), string type = default(string), string mode = default(string), string orchestratorVersion = default(string), string nodeImageVersion = default(string), AgentPoolUpgradeSettings upgradeSettings = default(AgentPoolUpgradeSettings), string provisioningState = default(string), PowerState powerState = default(PowerState), IList availabilityZones = default(IList), bool? enableNodePublicIP = default(bool?), string nodePublicIPPrefixID = default(string), string scaleSetPriority = default(string), string scaleSetEvictionPolicy = default(string), double? spotMaxPrice = default(double?), IDictionary tags = default(IDictionary), IDictionary nodeLabels = default(IDictionary), IList nodeTaints = default(IList), string proximityPlacementGroupID = default(string), KubeletConfig kubeletConfig = default(KubeletConfig), LinuxOSConfig linuxOSConfig = default(LinuxOSConfig), bool? enableEncryptionAtHost = default(bool?), bool? enableUltraSSD = default(bool?), bool? enableFIPS = default(bool?), string gpuInstanceProfile = default(string)) { Count = count; VmSize = vmSize; OsDiskSizeGB = osDiskSizeGB; + OsDiskType = osDiskType; + KubeletDiskType = kubeletDiskType; VnetSubnetID = vnetSubnetID; + PodSubnetID = podSubnetID; MaxPods = maxPods; OsType = osType; + OsSKU = osSKU; MaxCount = maxCount; MinCount = minCount; EnableAutoScaling = enableAutoScaling; @@ -160,8 +127,10 @@ public ManagedClusterAgentPoolProfileProperties() NodeImageVersion = nodeImageVersion; UpgradeSettings = upgradeSettings; ProvisioningState = provisioningState; + PowerState = powerState; AvailabilityZones = availabilityZones; EnableNodePublicIP = enableNodePublicIP; + NodePublicIPPrefixID = nodePublicIPPrefixID; ScaleSetPriority = scaleSetPriority; ScaleSetEvictionPolicy = scaleSetEvictionPolicy; SpotMaxPrice = spotMaxPrice; @@ -169,6 +138,12 @@ public ManagedClusterAgentPoolProfileProperties() NodeLabels = nodeLabels; NodeTaints = nodeTaints; ProximityPlacementGroupID = proximityPlacementGroupID; + KubeletConfig = kubeletConfig; + LinuxOSConfig = linuxOSConfig; + EnableEncryptionAtHost = enableEncryptionAtHost; + EnableUltraSSD = enableUltraSSD; + EnableFIPS = enableFIPS; + GpuInstanceProfile = gpuInstanceProfile; CustomInit(); } @@ -179,110 +154,93 @@ public ManagedClusterAgentPoolProfileProperties() /// /// Gets or sets number of agents (VMs) to host docker containers. - /// Allowed values must be in the range of 0 to 100 (inclusive) for - /// user pools and in the range of 1 to 100 (inclusive) for system + /// Allowed values must be in the range of 0 to 1000 (inclusive) for + /// user pools and in the range of 1 to 1000 (inclusive) for system /// pools. The default value is 1. /// [JsonProperty(PropertyName = "count")] public int? Count { get; set; } /// - /// Gets or sets size of agent VMs. Possible values include: - /// 'Standard_A1', 'Standard_A10', 'Standard_A11', 'Standard_A1_v2', - /// 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2', 'Standard_A3', - /// 'Standard_A4', 'Standard_A4_v2', 'Standard_A4m_v2', 'Standard_A5', - /// 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A8_v2', - /// 'Standard_A8m_v2', 'Standard_A9', 'Standard_B2ms', 'Standard_B2s', - /// 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1', 'Standard_D11', - /// 'Standard_D11_v2', 'Standard_D11_v2_Promo', 'Standard_D12', - /// 'Standard_D12_v2', 'Standard_D12_v2_Promo', 'Standard_D13', - /// 'Standard_D13_v2', 'Standard_D13_v2_Promo', 'Standard_D14', - /// 'Standard_D14_v2', 'Standard_D14_v2_Promo', 'Standard_D15_v2', - /// 'Standard_D16_v3', 'Standard_D16s_v3', 'Standard_D1_v2', - /// 'Standard_D2', 'Standard_D2_v2', 'Standard_D2_v2_Promo', - /// 'Standard_D2_v3', 'Standard_D2s_v3', 'Standard_D3', - /// 'Standard_D32_v3', 'Standard_D32s_v3', 'Standard_D3_v2', - /// 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2', - /// 'Standard_D4_v2_Promo', 'Standard_D4_v3', 'Standard_D4s_v3', - /// 'Standard_D5_v2', 'Standard_D5_v2_Promo', 'Standard_D64_v3', - /// 'Standard_D64s_v3', 'Standard_D8_v3', 'Standard_D8s_v3', - /// 'Standard_DS1', 'Standard_DS11', 'Standard_DS11_v2', - /// 'Standard_DS11_v2_Promo', 'Standard_DS12', 'Standard_DS12_v2', - /// 'Standard_DS12_v2_Promo', 'Standard_DS13', 'Standard_DS13-2_v2', - /// 'Standard_DS13-4_v2', 'Standard_DS13_v2', 'Standard_DS13_v2_Promo', - /// 'Standard_DS14', 'Standard_DS14-4_v2', 'Standard_DS14-8_v2', - /// 'Standard_DS14_v2', 'Standard_DS14_v2_Promo', 'Standard_DS15_v2', - /// 'Standard_DS1_v2', 'Standard_DS2', 'Standard_DS2_v2', - /// 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2', - /// 'Standard_DS3_v2_Promo', 'Standard_DS4', 'Standard_DS4_v2', - /// 'Standard_DS4_v2_Promo', 'Standard_DS5_v2', - /// 'Standard_DS5_v2_Promo', 'Standard_E16_v3', 'Standard_E16s_v3', - /// 'Standard_E2_v3', 'Standard_E2s_v3', 'Standard_E32-16s_v3', - /// 'Standard_E32-8s_v3', 'Standard_E32_v3', 'Standard_E32s_v3', - /// 'Standard_E4_v3', 'Standard_E4s_v3', 'Standard_E64-16s_v3', - /// 'Standard_E64-32s_v3', 'Standard_E64_v3', 'Standard_E64s_v3', - /// 'Standard_E8_v3', 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', - /// 'Standard_F16s', 'Standard_F16s_v2', 'Standard_F1s', 'Standard_F2', - /// 'Standard_F2s', 'Standard_F2s_v2', 'Standard_F32s_v2', - /// 'Standard_F4', 'Standard_F4s', 'Standard_F4s_v2', - /// 'Standard_F64s_v2', 'Standard_F72s_v2', 'Standard_F8', - /// 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1', 'Standard_G2', - /// 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_GS1', - /// 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS4-4', - /// 'Standard_GS4-8', 'Standard_GS5', 'Standard_GS5-16', - /// 'Standard_GS5-8', 'Standard_H16', 'Standard_H16m', - /// 'Standard_H16mr', 'Standard_H16r', 'Standard_H8', 'Standard_H8m', - /// 'Standard_L16s', 'Standard_L32s', 'Standard_L4s', 'Standard_L8s', - /// 'Standard_M128-32ms', 'Standard_M128-64ms', 'Standard_M128ms', - /// 'Standard_M128s', 'Standard_M64-16ms', 'Standard_M64-32ms', - /// 'Standard_M64ms', 'Standard_M64s', 'Standard_NC12', - /// 'Standard_NC12s_v2', 'Standard_NC12s_v3', 'Standard_NC24', - /// 'Standard_NC24r', 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', - /// 'Standard_NC24s_v2', 'Standard_NC24s_v3', 'Standard_NC6', - /// 'Standard_NC6s_v2', 'Standard_NC6s_v3', 'Standard_ND12s', - /// 'Standard_ND24rs', 'Standard_ND24s', 'Standard_ND6s', - /// 'Standard_NV12', 'Standard_NV24', 'Standard_NV6' + /// Gets or sets the size of the agent pool VMs. /// + /// + /// VM size availability varies by region. If a node contains + /// insufficient compute resources (memory, cpu, etc) pods might fail + /// to run correctly. For more details on restricted VM sizes, see: + /// https://docs.microsoft.com/azure/aks/quotas-skus-regions + /// [JsonProperty(PropertyName = "vmSize")] public string VmSize { get; set; } /// - /// Gets or sets OS Disk Size in GB to be used to specify the disk size - /// for every machine in this master/agent pool. If you specify 0, it - /// will apply the default osDisk size according to the vmSize - /// specified. /// [JsonProperty(PropertyName = "osDiskSizeGB")] public int? OsDiskSizeGB { get; set; } /// - /// Gets or sets vNet SubnetID specifies the VNet's subnet identifier. + /// Gets or sets possible values include: 'Managed', 'Ephemeral' /// + [JsonProperty(PropertyName = "osDiskType")] + public string OsDiskType { get; set; } + + /// + /// Gets or sets possible values include: 'OS', 'Temporary' + /// + [JsonProperty(PropertyName = "kubeletDiskType")] + public string KubeletDiskType { get; set; } + + /// + /// Gets or sets the ID of the subnet which agent pool nodes and + /// optionally pods will join on startup. + /// + /// + /// If this is not specified, a VNET and subnet will be generated and + /// used. If no podSubnetID is specified, this applies to nodes and + /// pods, otherwise it applies to just nodes. This is of the form: + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} + /// [JsonProperty(PropertyName = "vnetSubnetID")] public string VnetSubnetID { get; set; } /// - /// Gets or sets maximum number of pods that can run on a node. + /// Gets or sets the ID of the subnet which pods will join when + /// launched. + /// + /// + /// If omitted, pod IPs are statically assigned on the node subnet (see + /// vnetSubnetID for more details). This is of the form: + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} + /// + [JsonProperty(PropertyName = "podSubnetID")] + public string PodSubnetID { get; set; } + + /// + /// Gets or sets the maximum number of pods that can run on a node. /// [JsonProperty(PropertyName = "maxPods")] public int? MaxPods { get; set; } /// - /// Gets or sets osType to be used to specify os type. Choose from - /// Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' + /// Gets or sets possible values include: 'Linux', 'Windows' /// [JsonProperty(PropertyName = "osType")] public string OsType { get; set; } /// - /// Gets or sets maximum number of nodes for auto-scaling + /// Gets or sets possible values include: 'Ubuntu', 'CBLMariner' + /// + [JsonProperty(PropertyName = "osSKU")] + public string OsSKU { get; set; } + + /// + /// Gets or sets the maximum number of nodes for auto-scaling /// [JsonProperty(PropertyName = "maxCount")] public int? MaxCount { get; set; } /// - /// Gets or sets minimum number of nodes for auto-scaling + /// Gets or sets the minimum number of nodes for auto-scaling /// [JsonProperty(PropertyName = "minCount")] public int? MinCount { get; set; } @@ -294,29 +252,35 @@ public ManagedClusterAgentPoolProfileProperties() public bool? EnableAutoScaling { get; set; } /// - /// Gets or sets agentPoolType represents types of an agent pool. - /// Possible values include: 'VirtualMachineScaleSets', + /// Gets or sets possible values include: 'VirtualMachineScaleSets', /// 'AvailabilitySet' /// [JsonProperty(PropertyName = "type")] public string Type { get; set; } /// - /// Gets or sets agentPoolMode represents mode of an agent pool. - /// Possible values include: 'System', 'User' + /// Gets or sets possible values include: 'System', 'User' /// [JsonProperty(PropertyName = "mode")] public string Mode { get; set; } /// - /// Gets or sets version of orchestrator specified when creating the - /// managed cluster. + /// Gets or sets the version of Kubernetes running on the Agent Pool. /// + /// + /// As a best practice, you should upgrade all node pools in an AKS + /// cluster to the same Kubernetes version. The node pool version must + /// have the same major version as the control plane. The node pool + /// minor version must be within two minor versions of the control + /// plane version. The node pool version cannot be greater than the + /// control plane version. For more information see [upgrading a node + /// pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool). + /// [JsonProperty(PropertyName = "orchestratorVersion")] public string OrchestratorVersion { get; set; } /// - /// Gets version of node image + /// Gets the version of node image /// [JsonProperty(PropertyName = "nodeImageVersion")] public string NodeImageVersion { get; private set; } @@ -328,67 +292,102 @@ public ManagedClusterAgentPoolProfileProperties() public AgentPoolUpgradeSettings UpgradeSettings { get; set; } /// - /// Gets the current deployment or provisioning state, which only - /// appears in the response. + /// Gets the current deployment or provisioning state. /// [JsonProperty(PropertyName = "provisioningState")] public string ProvisioningState { get; private set; } /// - /// Gets or sets availability zones for nodes. Must use - /// VirtualMachineScaleSets AgentPoolType. + /// Gets describes whether the Agent Pool is Running or Stopped + /// + [JsonProperty(PropertyName = "powerState")] + public PowerState PowerState { get; private set; } + + /// + /// Gets or sets the list of Availability zones to use for nodes. This + /// can only be specified if the AgentPoolType property is + /// 'VirtualMachineScaleSets'. /// [JsonProperty(PropertyName = "availabilityZones")] public IList AvailabilityZones { get; set; } /// - /// Gets or sets enable public IP for nodes + /// Gets or sets whether each node is allocated its own public IP. /// + /// + /// Some scenarios may require nodes in a node pool to receive their + /// own dedicated public IP addresses. A common scenario is for gaming + /// workloads, where a console needs to make a direct connection to a + /// cloud virtual machine to minimize hops. For more information see + /// [assigning a public IP per + /// node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). + /// The default is false. + /// [JsonProperty(PropertyName = "enableNodePublicIP")] public bool? EnableNodePublicIP { get; set; } /// - /// Gets or sets scaleSetPriority to be used to specify virtual machine - /// scale set priority. Default to regular. Possible values include: + /// Gets or sets the public IP prefix ID which VM nodes should use IPs + /// from. + /// + /// + /// This is of the form: + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} + /// + [JsonProperty(PropertyName = "nodePublicIPPrefixID")] + public string NodePublicIPPrefixID { get; set; } + + /// + /// Gets or sets the Virtual Machine Scale Set priority. If not + /// specified, the default is 'Regular'. Possible values include: /// 'Spot', 'Regular' /// [JsonProperty(PropertyName = "scaleSetPriority")] public string ScaleSetPriority { get; set; } /// - /// Gets or sets scaleSetEvictionPolicy to be used to specify eviction - /// policy for Spot virtual machine scale set. Default to Delete. - /// Possible values include: 'Delete', 'Deallocate' + /// Gets or sets the Virtual Machine Scale Set eviction policy to use. /// + /// + /// This cannot be specified unless the scaleSetPriority is 'Spot'. If + /// not specified, the default is 'Delete'. Possible values include: + /// 'Delete', 'Deallocate' + /// [JsonProperty(PropertyName = "scaleSetEvictionPolicy")] public string ScaleSetEvictionPolicy { get; set; } /// - /// Gets or sets spotMaxPrice to be used to specify the maximum price - /// you are willing to pay in US Dollars. Possible values are any - /// decimal value greater than zero or -1 which indicates default price - /// to be up-to on-demand. + /// Gets or sets the max price (in US Dollars) you are willing to pay + /// for spot instances. Possible values are any decimal value greater + /// than zero or -1 which indicates default price to be up-to + /// on-demand. /// + /// + /// Possible values are any decimal value greater than zero or -1 which + /// indicates the willingness to pay any on-demand price. For more + /// details on spot pricing, see [spot VMs + /// pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing) + /// [JsonProperty(PropertyName = "spotMaxPrice")] public double? SpotMaxPrice { get; set; } /// - /// Gets or sets agent pool tags to be persisted on the agent pool - /// virtual machine scale set. + /// Gets or sets the tags to be persisted on the agent pool virtual + /// machine scale set. /// [JsonProperty(PropertyName = "tags")] public IDictionary Tags { get; set; } /// - /// Gets or sets agent pool node labels to be persisted across all - /// nodes in agent pool. + /// Gets or sets the node labels to be persisted across all nodes in + /// agent pool. /// [JsonProperty(PropertyName = "nodeLabels")] public IDictionary NodeLabels { get; set; } /// - /// Gets or sets taints added to new nodes during node pool create and - /// scale. For example, key=value:NoSchedule. + /// Gets or sets the taints added to new nodes during node pool create + /// and scale. For example, key=value:NoSchedule. /// [JsonProperty(PropertyName = "nodeTaints")] public IList NodeTaints { get; set; } @@ -399,5 +398,67 @@ public ManagedClusterAgentPoolProfileProperties() [JsonProperty(PropertyName = "proximityPlacementGroupID")] public string ProximityPlacementGroupID { get; set; } + /// + /// Gets or sets the Kubelet configuration on the agent pool nodes. + /// + [JsonProperty(PropertyName = "kubeletConfig")] + public KubeletConfig KubeletConfig { get; set; } + + /// + /// Gets or sets the OS configuration of Linux agent nodes. + /// + [JsonProperty(PropertyName = "linuxOSConfig")] + public LinuxOSConfig LinuxOSConfig { get; set; } + + /// + /// Gets or sets whether to enable host based OS and data drive + /// encryption. + /// + /// + /// This is only supported on certain VM sizes and in certain Azure + /// regions. For more information, see: + /// https://docs.microsoft.com/azure/aks/enable-host-encryption + /// + [JsonProperty(PropertyName = "enableEncryptionAtHost")] + public bool? EnableEncryptionAtHost { get; set; } + + /// + /// Gets or sets whether to enable UltraSSD + /// + [JsonProperty(PropertyName = "enableUltraSSD")] + public bool? EnableUltraSSD { get; set; } + + /// + /// Gets or sets whether to use a FIPS-enabled OS. + /// + /// + /// See [Add a FIPS-enabled node + /// pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) + /// for more details. + /// + [JsonProperty(PropertyName = "enableFIPS")] + public bool? EnableFIPS { get; set; } + + /// + /// Gets or sets gPUInstanceProfile to be used to specify GPU MIG + /// instance profile for supported GPU VM SKU. Possible values include: + /// 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g' + /// + [JsonProperty(PropertyName = "gpuInstanceProfile")] + public string GpuInstanceProfile { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (KubeletConfig != null) + { + KubeletConfig.Validate(); + } + } } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAutoUpgradeProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAutoUpgradeProfile.cs new file mode 100644 index 000000000000..81fd39229db5 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAutoUpgradeProfile.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.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Auto upgrade profile for a managed cluster. + /// + public partial class ManagedClusterAutoUpgradeProfile + { + /// + /// Initializes a new instance of the ManagedClusterAutoUpgradeProfile + /// class. + /// + public ManagedClusterAutoUpgradeProfile() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedClusterAutoUpgradeProfile + /// class. + /// + /// The upgrade channel for auto upgrade. + /// The default is 'none'. + public ManagedClusterAutoUpgradeProfile(string upgradeChannel = default(string)) + { + UpgradeChannel = upgradeChannel; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the upgrade channel for auto upgrade. The default is + /// 'none'. + /// + /// + /// For more information see [setting the AKS cluster auto-upgrade + /// channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel). + /// Possible values include: 'rapid', 'stable', 'patch', 'node-image', + /// 'none' + /// + [JsonProperty(PropertyName = "upgradeChannel")] + public string UpgradeChannel { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterHTTPProxyConfig.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterHTTPProxyConfig.cs new file mode 100644 index 000000000000..ae383cb864ec --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterHTTPProxyConfig.cs @@ -0,0 +1,84 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Cluster HTTP proxy configuration. + /// + public partial class ManagedClusterHTTPProxyConfig + { + /// + /// Initializes a new instance of the ManagedClusterHTTPProxyConfig + /// class. + /// + public ManagedClusterHTTPProxyConfig() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedClusterHTTPProxyConfig + /// class. + /// + /// The HTTP proxy server endpoint to + /// use. + /// The HTTPS proxy server endpoint to + /// use. + /// The endpoints that should not go through + /// proxy. + /// Alternative CA cert to use for connecting + /// to proxy servers. + public ManagedClusterHTTPProxyConfig(string httpProxy = default(string), string httpsProxy = default(string), IList noProxy = default(IList), string trustedCa = default(string)) + { + HttpProxy = httpProxy; + HttpsProxy = httpsProxy; + NoProxy = noProxy; + TrustedCa = trustedCa; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the HTTP proxy server endpoint to use. + /// + [JsonProperty(PropertyName = "httpProxy")] + public string HttpProxy { get; set; } + + /// + /// Gets or sets the HTTPS proxy server endpoint to use. + /// + [JsonProperty(PropertyName = "httpsProxy")] + public string HttpsProxy { get; set; } + + /// + /// Gets or sets the endpoints that should not go through proxy. + /// + [JsonProperty(PropertyName = "noProxy")] + public IList NoProxy { get; set; } + + /// + /// Gets or sets alternative CA cert to use for connecting to proxy + /// servers. + /// + [JsonProperty(PropertyName = "trustedCa")] + public string TrustedCa { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterIdentity.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterIdentity.cs index 94cf9efd5588..7bae746a9246 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterIdentity.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterIdentity.cs @@ -36,18 +36,10 @@ public ManagedClusterIdentity() /// The tenant id of the system assigned /// identity which is used by master components. /// The type of identity used for the managed - /// cluster. Type 'SystemAssigned' will use an implicitly created - /// identity in master components and an auto-created user assigned - /// identity in MC_ resource group in agent nodes. Type 'None' will not - /// use MSI for the managed cluster, service principal will be used - /// instead. Possible values include: 'SystemAssigned', 'UserAssigned', - /// 'None' + /// cluster. /// The user identity associated /// with the managed cluster. This identity will be used in control - /// plane and only one user assigned identity is allowed. The user - /// identity dictionary key references will be ARM resource ids in the - /// form: - /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. + /// plane. Only one user assigned identity is allowed. public ManagedClusterIdentity(string principalId = default(string), string tenantId = default(string), ResourceIdentityType? type = default(ResourceIdentityType?), IDictionary userAssignedIdentities = default(IDictionary)) { PrincipalId = principalId; @@ -78,22 +70,24 @@ public ManagedClusterIdentity() /// /// Gets or sets the type of identity used for the managed cluster. - /// Type 'SystemAssigned' will use an implicitly created identity in - /// master components and an auto-created user assigned identity in MC_ - /// resource group in agent nodes. Type 'None' will not use MSI for the - /// managed cluster, service principal will be used instead. Possible - /// values include: 'SystemAssigned', 'UserAssigned', 'None' /// + /// + /// For more information see [use managed identities in + /// AKS](https://docs.microsoft.com/azure/aks/use-managed-identity). + /// Possible values include: 'SystemAssigned', 'UserAssigned', 'None' + /// [JsonProperty(PropertyName = "type")] public ResourceIdentityType? Type { get; set; } /// /// Gets or sets the user identity associated with the managed cluster. - /// This identity will be used in control plane and only one user - /// assigned identity is allowed. The user identity dictionary key - /// references will be ARM resource ids in the form: - /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. + /// This identity will be used in control plane. Only one user assigned + /// identity is allowed. /// + /// + /// The keys must be ARM resource IDs in the form: + /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. + /// [JsonProperty(PropertyName = "userAssignedIdentities")] public IDictionary UserAssignedIdentities { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterLoadBalancerProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterLoadBalancerProfile.cs index e3a2c4740cea..fb6782d4bb34 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterLoadBalancerProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterLoadBalancerProfile.cs @@ -42,12 +42,12 @@ public ManagedClusterLoadBalancerProfile() /// cluster load balancer. /// The effective outbound IP /// resources of the cluster load balancer. - /// Desired number of allocated - /// SNAT ports per VM. Allowed values must be in the range of 0 to - /// 64000 (inclusive). The default value is 0 which results in Azure + /// The desired number of + /// allocated SNAT ports per VM. Allowed values are in the range of 0 + /// to 64000 (inclusive). The default value is 0 which results in Azure /// dynamically allocating ports. /// Desired outbound flow idle - /// timeout in minutes. Allowed values must be in the range of 4 to 120 + /// timeout in minutes. Allowed values are in the range of 4 to 120 /// (inclusive). The default value is 30 minutes. public ManagedClusterLoadBalancerProfile(ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs = default(ManagedClusterLoadBalancerProfileManagedOutboundIPs), ManagedClusterLoadBalancerProfileOutboundIPPrefixes outboundIPPrefixes = default(ManagedClusterLoadBalancerProfileOutboundIPPrefixes), ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs = default(ManagedClusterLoadBalancerProfileOutboundIPs), IList effectiveOutboundIPs = default(IList), int? allocatedOutboundPorts = default(int?), int? idleTimeoutInMinutes = default(int?)) { @@ -94,17 +94,18 @@ public ManagedClusterLoadBalancerProfile() public IList EffectiveOutboundIPs { get; set; } /// - /// Gets or sets desired number of allocated SNAT ports per VM. Allowed - /// values must be in the range of 0 to 64000 (inclusive). The default - /// value is 0 which results in Azure dynamically allocating ports. + /// Gets or sets the desired number of allocated SNAT ports per VM. + /// Allowed values are in the range of 0 to 64000 (inclusive). The + /// default value is 0 which results in Azure dynamically allocating + /// ports. /// [JsonProperty(PropertyName = "allocatedOutboundPorts")] public int? AllocatedOutboundPorts { get; set; } /// /// Gets or sets desired outbound flow idle timeout in minutes. Allowed - /// values must be in the range of 4 to 120 (inclusive). The default - /// value is 30 minutes. + /// values are in the range of 4 to 120 (inclusive). The default value + /// is 30 minutes. /// [JsonProperty(PropertyName = "idleTimeoutInMinutes")] public int? IdleTimeoutInMinutes { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterLoadBalancerProfileManagedOutboundIPs.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterLoadBalancerProfileManagedOutboundIPs.cs index d72f7f793e37..6e60275cc155 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterLoadBalancerProfileManagedOutboundIPs.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterLoadBalancerProfileManagedOutboundIPs.cs @@ -32,9 +32,10 @@ public ManagedClusterLoadBalancerProfileManagedOutboundIPs() /// Initializes a new instance of the /// ManagedClusterLoadBalancerProfileManagedOutboundIPs class. /// - /// Desired number of outbound IP created/managed - /// by Azure for the cluster load balancer. Allowed values must be in - /// the range of 1 to 100 (inclusive). The default value is 1. + /// The desired number of outbound IPs + /// created/managed by Azure for the cluster load balancer. Allowed + /// values must be in the range of 1 to 100 (inclusive). The default + /// value is 1. public ManagedClusterLoadBalancerProfileManagedOutboundIPs(int? count = default(int?)) { Count = count; @@ -47,9 +48,9 @@ public ManagedClusterLoadBalancerProfileManagedOutboundIPs() partial void CustomInit(); /// - /// Gets or sets desired number of outbound IP created/managed by Azure - /// for the cluster load balancer. Allowed values must be in the range - /// of 1 to 100 (inclusive). The default value is 1. + /// Gets or sets the desired number of outbound IPs created/managed by + /// Azure for the cluster load balancer. Allowed values must be in the + /// range of 1 to 100 (inclusive). The default value is 1. /// [JsonProperty(PropertyName = "count")] public int? Count { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentity.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentity.cs new file mode 100644 index 000000000000..05f1b35b94f5 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentity.cs @@ -0,0 +1,117 @@ +// +// 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.ContainerService.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Details about the pod identity assigned to the Managed Cluster. + /// + public partial class ManagedClusterPodIdentity + { + /// + /// Initializes a new instance of the ManagedClusterPodIdentity class. + /// + public ManagedClusterPodIdentity() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedClusterPodIdentity class. + /// + /// The name of the pod identity. + /// The namespace of the pod + /// identity. + /// The user assigned identity details. + /// The binding selector to use for the + /// AzureIdentityBinding resource. + /// The current provisioning state of + /// the pod identity. Possible values include: 'Assigned', 'Updating', + /// 'Deleting', 'Failed' + public ManagedClusterPodIdentity(string name, string namespaceProperty, UserAssignedIdentity identity, string bindingSelector = default(string), string provisioningState = default(string), ManagedClusterPodIdentityProvisioningInfo provisioningInfo = default(ManagedClusterPodIdentityProvisioningInfo)) + { + Name = name; + NamespaceProperty = namespaceProperty; + BindingSelector = bindingSelector; + Identity = identity; + ProvisioningState = provisioningState; + ProvisioningInfo = provisioningInfo; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the name of the pod identity. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets the namespace of the pod identity. + /// + [JsonProperty(PropertyName = "namespace")] + public string NamespaceProperty { get; set; } + + /// + /// Gets or sets the binding selector to use for the + /// AzureIdentityBinding resource. + /// + [JsonProperty(PropertyName = "bindingSelector")] + public string BindingSelector { get; set; } + + /// + /// Gets or sets the user assigned identity details. + /// + [JsonProperty(PropertyName = "identity")] + public UserAssignedIdentity Identity { get; set; } + + /// + /// Gets the current provisioning state of the pod identity. Possible + /// values include: 'Assigned', 'Updating', 'Deleting', 'Failed' + /// + [JsonProperty(PropertyName = "provisioningState")] + public string ProvisioningState { get; private set; } + + /// + /// + [JsonProperty(PropertyName = "provisioningInfo")] + public ManagedClusterPodIdentityProvisioningInfo ProvisioningInfo { get; private set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Name == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Name"); + } + if (NamespaceProperty == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "NamespaceProperty"); + } + if (Identity == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Identity"); + } + } + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityException.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityException.cs new file mode 100644 index 000000000000..7aff319f93b7 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityException.cs @@ -0,0 +1,101 @@ +// +// 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.ContainerService.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// A pod identity exception, which allows pods with certain labels to + /// access the Azure Instance Metadata Service (IMDS) endpoint without + /// being intercepted by the node-managed identity (NMI) server. + /// + /// + /// See [disable AAD Pod Identity for a specific + /// Pod/Application](https://azure.github.io/aad-pod-identity/docs/configure/application_exception/) + /// for more details. + /// + public partial class ManagedClusterPodIdentityException + { + /// + /// Initializes a new instance of the + /// ManagedClusterPodIdentityException class. + /// + public ManagedClusterPodIdentityException() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// ManagedClusterPodIdentityException class. + /// + /// The name of the pod identity exception. + /// The namespace of the pod identity + /// exception. + /// The pod labels to match. + public ManagedClusterPodIdentityException(string name, string namespaceProperty, IDictionary podLabels) + { + Name = name; + NamespaceProperty = namespaceProperty; + PodLabels = podLabels; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the name of the pod identity exception. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets the namespace of the pod identity exception. + /// + [JsonProperty(PropertyName = "namespace")] + public string NamespaceProperty { get; set; } + + /// + /// Gets or sets the pod labels to match. + /// + [JsonProperty(PropertyName = "podLabels")] + public IDictionary PodLabels { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Name == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Name"); + } + if (NamespaceProperty == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "NamespaceProperty"); + } + if (PodLabels == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "PodLabels"); + } + } + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProfile.cs new file mode 100644 index 000000000000..a2439ec7389c --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProfile.cs @@ -0,0 +1,96 @@ +// +// 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.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The pod identity profile of the Managed Cluster. + /// + /// + /// See [use AAD pod + /// identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) + /// for more details on pod identity integration. + /// + public partial class ManagedClusterPodIdentityProfile + { + /// + /// Initializes a new instance of the ManagedClusterPodIdentityProfile + /// class. + /// + public ManagedClusterPodIdentityProfile() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedClusterPodIdentityProfile + /// class. + /// + /// Whether the pod identity addon is + /// enabled. + /// Whether pod identity is + /// allowed to run on clusters with Kubenet networking. + /// The pod identities to use in + /// the cluster. + /// The pod identity + /// exceptions to allow. + public ManagedClusterPodIdentityProfile(bool? enabled = default(bool?), bool? allowNetworkPluginKubenet = default(bool?), IList userAssignedIdentities = default(IList), IList userAssignedIdentityExceptions = default(IList)) + { + Enabled = enabled; + AllowNetworkPluginKubenet = allowNetworkPluginKubenet; + UserAssignedIdentities = userAssignedIdentities; + UserAssignedIdentityExceptions = userAssignedIdentityExceptions; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets whether the pod identity addon is enabled. + /// + [JsonProperty(PropertyName = "enabled")] + public bool? Enabled { get; set; } + + /// + /// Gets or sets whether pod identity is allowed to run on clusters + /// with Kubenet networking. + /// + /// + /// Running in Kubenet is disabled by default due to the security + /// related nature of AAD Pod Identity and the risks of IP spoofing. + /// See [using Kubenet network plugin with AAD Pod + /// Identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity#using-kubenet-network-plugin-with-azure-active-directory-pod-managed-identities) + /// for more information. + /// + [JsonProperty(PropertyName = "allowNetworkPluginKubenet")] + public bool? AllowNetworkPluginKubenet { get; set; } + + /// + /// Gets or sets the pod identities to use in the cluster. + /// + [JsonProperty(PropertyName = "userAssignedIdentities")] + public IList UserAssignedIdentities { get; set; } + + /// + /// Gets or sets the pod identity exceptions to allow. + /// + [JsonProperty(PropertyName = "userAssignedIdentityExceptions")] + public IList UserAssignedIdentityExceptions { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterAuthProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProvisioningError.cs similarity index 52% rename from sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterAuthProfile.cs rename to sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProvisioningError.cs index 744333264090..7bbe043394ce 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterAuthProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProvisioningError.cs @@ -11,33 +11,30 @@ namespace Microsoft.Azure.Management.ContainerService.Models { using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; using System.Linq; /// - /// Defines all possible authentication profiles for the OpenShift cluster. + /// An error response from the pod identity provisioning. /// - public partial class OpenShiftManagedClusterAuthProfile + public partial class ManagedClusterPodIdentityProvisioningError { /// /// Initializes a new instance of the - /// OpenShiftManagedClusterAuthProfile class. + /// ManagedClusterPodIdentityProvisioningError class. /// - public OpenShiftManagedClusterAuthProfile() + public ManagedClusterPodIdentityProvisioningError() { CustomInit(); } /// /// Initializes a new instance of the - /// OpenShiftManagedClusterAuthProfile class. + /// ManagedClusterPodIdentityProvisioningError class. /// - /// Type of authentication profile to - /// use. - public OpenShiftManagedClusterAuthProfile(IList identityProviders = default(IList)) + /// Details about the error. + public ManagedClusterPodIdentityProvisioningError(ManagedClusterPodIdentityProvisioningErrorBody error = default(ManagedClusterPodIdentityProvisioningErrorBody)) { - IdentityProviders = identityProviders; + Error = error; CustomInit(); } @@ -47,10 +44,10 @@ public OpenShiftManagedClusterAuthProfile() partial void CustomInit(); /// - /// Gets or sets type of authentication profile to use. + /// Gets or sets details about the error. /// - [JsonProperty(PropertyName = "identityProviders")] - public IList IdentityProviders { get; set; } + [JsonProperty(PropertyName = "error")] + public ManagedClusterPodIdentityProvisioningErrorBody Error { get; set; } } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProvisioningErrorBody.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProvisioningErrorBody.cs new file mode 100644 index 000000000000..5f430c688c7e --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProvisioningErrorBody.cs @@ -0,0 +1,86 @@ +// +// 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.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// An error response from the pod identity provisioning. + /// + public partial class ManagedClusterPodIdentityProvisioningErrorBody + { + /// + /// Initializes a new instance of the + /// ManagedClusterPodIdentityProvisioningErrorBody class. + /// + public ManagedClusterPodIdentityProvisioningErrorBody() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// ManagedClusterPodIdentityProvisioningErrorBody class. + /// + /// An identifier for the error. Codes are invariant + /// and are intended to be consumed programmatically. + /// A message describing the error, intended to + /// be suitable for display in a user interface. + /// The target of the particular error. For + /// example, the name of the property in error. + /// A list of additional details about the + /// error. + public ManagedClusterPodIdentityProvisioningErrorBody(string code = default(string), string message = default(string), string target = default(string), IList details = default(IList)) + { + Code = code; + Message = message; + Target = target; + Details = details; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets an identifier for the error. Codes are invariant and + /// are intended to be consumed programmatically. + /// + [JsonProperty(PropertyName = "code")] + public string Code { get; set; } + + /// + /// Gets or sets a message describing the error, intended to be + /// suitable for display in a user interface. + /// + [JsonProperty(PropertyName = "message")] + public string Message { get; set; } + + /// + /// Gets or sets the target of the particular error. For example, the + /// name of the property in error. + /// + [JsonProperty(PropertyName = "target")] + public string Target { get; set; } + + /// + /// Gets or sets a list of additional details about the error. + /// + [JsonProperty(PropertyName = "details")] + public IList Details { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProvisioningInfo.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProvisioningInfo.cs new file mode 100644 index 000000000000..2f1379c148e9 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProvisioningInfo.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.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Linq; + + public partial class ManagedClusterPodIdentityProvisioningInfo + { + /// + /// Initializes a new instance of the + /// ManagedClusterPodIdentityProvisioningInfo class. + /// + public ManagedClusterPodIdentityProvisioningInfo() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// ManagedClusterPodIdentityProvisioningInfo class. + /// + /// Pod identity assignment error (if any). + public ManagedClusterPodIdentityProvisioningInfo(ManagedClusterPodIdentityProvisioningError error = default(ManagedClusterPodIdentityProvisioningError)) + { + Error = error; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets pod identity assignment error (if any). + /// + [JsonProperty(PropertyName = "error")] + public ManagedClusterPodIdentityProvisioningError Error { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProvisioningState.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProvisioningState.cs new file mode 100644 index 000000000000..fce2cbf09706 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPodIdentityProvisioningState.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.ContainerService.Models +{ + + /// + /// Defines values for ManagedClusterPodIdentityProvisioningState. + /// + public static class ManagedClusterPodIdentityProvisioningState + { + public const string Assigned = "Assigned"; + public const string Updating = "Updating"; + public const string Deleting = "Deleting"; + public const string Failed = "Failed"; + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPoolUpgradeProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPoolUpgradeProfile.cs index 37f5ed3dc2e9..fa395bb79744 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPoolUpgradeProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPoolUpgradeProfile.cs @@ -34,12 +34,11 @@ public ManagedClusterPoolUpgradeProfile() /// Initializes a new instance of the ManagedClusterPoolUpgradeProfile /// class. /// - /// Kubernetes version (major, minor, - /// patch). - /// OsType to be used to specify os type. Choose - /// from Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' - /// Pool name. + /// The Kubernetes version + /// (major.minor.patch). + /// Possible values include: 'Linux', + /// 'Windows' + /// The Agent Pool name. /// List of orchestrator types and versions /// available for upgrade. public ManagedClusterPoolUpgradeProfile(string kubernetesVersion, string osType, string name = default(string), IList upgrades = default(IList)) @@ -57,21 +56,19 @@ public ManagedClusterPoolUpgradeProfile() partial void CustomInit(); /// - /// Gets or sets kubernetes version (major, minor, patch). + /// Gets or sets the Kubernetes version (major.minor.patch). /// [JsonProperty(PropertyName = "kubernetesVersion")] public string KubernetesVersion { get; set; } /// - /// Gets or sets pool name. + /// Gets or sets the Agent Pool name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets osType to be used to specify os type. Choose from - /// Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' + /// Gets or sets possible values include: 'Linux', 'Windows' /// [JsonProperty(PropertyName = "osType")] public string OsType { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPoolUpgradeProfileUpgradesItem.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPoolUpgradeProfileUpgradesItem.cs index 789f8d722687..303ee0f5c66e 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPoolUpgradeProfileUpgradesItem.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPoolUpgradeProfileUpgradesItem.cs @@ -28,10 +28,10 @@ public ManagedClusterPoolUpgradeProfileUpgradesItem() /// Initializes a new instance of the /// ManagedClusterPoolUpgradeProfileUpgradesItem class. /// - /// Kubernetes version (major, minor, - /// patch). - /// Whether Kubernetes version is currently in - /// preview. + /// The Kubernetes version + /// (major.minor.patch). + /// Whether the Kubernetes version is currently + /// in preview. public ManagedClusterPoolUpgradeProfileUpgradesItem(string kubernetesVersion = default(string), bool? isPreview = default(bool?)) { KubernetesVersion = kubernetesVersion; @@ -45,13 +45,14 @@ public ManagedClusterPoolUpgradeProfileUpgradesItem() partial void CustomInit(); /// - /// Gets or sets kubernetes version (major, minor, patch). + /// Gets or sets the Kubernetes version (major.minor.patch). /// [JsonProperty(PropertyName = "kubernetesVersion")] public string KubernetesVersion { get; set; } /// - /// Gets or sets whether Kubernetes version is currently in preview. + /// Gets or sets whether the Kubernetes version is currently in + /// preview. /// [JsonProperty(PropertyName = "isPreview")] public bool? IsPreview { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPropertiesAutoScalerProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPropertiesAutoScalerProfile.cs index a379f5ed844f..69dc0f79aadf 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPropertiesAutoScalerProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPropertiesAutoScalerProfile.cs @@ -31,9 +31,55 @@ public ManagedClusterPropertiesAutoScalerProfile() /// Initializes a new instance of the /// ManagedClusterPropertiesAutoScalerProfile class. /// - public ManagedClusterPropertiesAutoScalerProfile(string balanceSimilarNodeGroups = default(string), string scanInterval = default(string), string scaleDownDelayAfterAdd = default(string), string scaleDownDelayAfterDelete = default(string), string scaleDownDelayAfterFailure = default(string), string scaleDownUnneededTime = default(string), string scaleDownUnreadyTime = default(string), string scaleDownUtilizationThreshold = default(string), string maxGracefulTerminationSec = default(string)) + /// Detects similar node pools + /// and balances the number of nodes between them. + /// The expander to use when scaling up + /// The maximum number of empty nodes + /// that can be deleted at the same time. This must be a positive + /// integer. + /// The maximum number of + /// seconds the cluster autoscaler waits for pod termination when + /// trying to scale down a node. + /// The maximum time the autoscaler + /// waits for a node to be provisioned. + /// The maximum percentage of + /// unready nodes in the cluster. After this percentage is exceeded, + /// cluster autoscaler halts operations. + /// Ignore unscheduled pods before + /// they're a certain age. + /// The number of allowed unready + /// nodes, irrespective of max-total-unready-percentage. + /// How often cluster is reevaluated for + /// scale up or down. + /// How long after scale up that + /// scale down evaluation resumes + /// How long after node + /// deletion that scale down evaluation resumes. + /// How long after scale down + /// failure that scale down evaluation resumes. + /// How long a node should be + /// unneeded before it is eligible for scale down. + /// How long an unready node should + /// be unneeded before it is eligible for scale down + /// Node utilization level, + /// defined as sum of requested resources divided by capacity, below + /// which a node can be considered for scale down. + /// If cluster autoscaler will + /// skip deleting nodes with pods with local storage, for example, + /// EmptyDir or HostPath. + /// If cluster autoscaler will + /// skip deleting nodes with pods from kube-system (except for + /// DaemonSet or mirror pods) + public ManagedClusterPropertiesAutoScalerProfile(string balanceSimilarNodeGroups = default(string), string expander = default(string), string maxEmptyBulkDelete = default(string), string maxGracefulTerminationSec = default(string), string maxNodeProvisionTime = default(string), string maxTotalUnreadyPercentage = default(string), string newPodScaleUpDelay = default(string), string okTotalUnreadyCount = default(string), string scanInterval = default(string), string scaleDownDelayAfterAdd = default(string), string scaleDownDelayAfterDelete = default(string), string scaleDownDelayAfterFailure = default(string), string scaleDownUnneededTime = default(string), string scaleDownUnreadyTime = default(string), string scaleDownUtilizationThreshold = default(string), string skipNodesWithLocalStorage = default(string), string skipNodesWithSystemPods = default(string)) { BalanceSimilarNodeGroups = balanceSimilarNodeGroups; + Expander = expander; + MaxEmptyBulkDelete = maxEmptyBulkDelete; + MaxGracefulTerminationSec = maxGracefulTerminationSec; + MaxNodeProvisionTime = maxNodeProvisionTime; + MaxTotalUnreadyPercentage = maxTotalUnreadyPercentage; + NewPodScaleUpDelay = newPodScaleUpDelay; + OkTotalUnreadyCount = okTotalUnreadyCount; ScanInterval = scanInterval; ScaleDownDelayAfterAdd = scaleDownDelayAfterAdd; ScaleDownDelayAfterDelete = scaleDownDelayAfterDelete; @@ -41,7 +87,8 @@ public ManagedClusterPropertiesAutoScalerProfile() ScaleDownUnneededTime = scaleDownUnneededTime; ScaleDownUnreadyTime = scaleDownUnreadyTime; ScaleDownUtilizationThreshold = scaleDownUtilizationThreshold; - MaxGracefulTerminationSec = maxGracefulTerminationSec; + SkipNodesWithLocalStorage = skipNodesWithLocalStorage; + SkipNodesWithSystemPods = skipNodesWithSystemPods; CustomInit(); } @@ -51,49 +98,187 @@ public ManagedClusterPropertiesAutoScalerProfile() partial void CustomInit(); /// + /// Gets or sets detects similar node pools and balances the number of + /// nodes between them. /// + /// + /// Valid values are 'true' and 'false' + /// [JsonProperty(PropertyName = "balance-similar-node-groups")] public string BalanceSimilarNodeGroups { get; set; } /// + /// Gets or sets the expander to use when scaling up + /// + /// + /// If not specified, the default is 'random'. See + /// [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders) + /// for more information. Possible values include: 'least-waste', + /// 'most-pods', 'priority', 'random' + /// + [JsonProperty(PropertyName = "expander")] + public string Expander { get; set; } + + /// + /// Gets or sets the maximum number of empty nodes that can be deleted + /// at the same time. This must be a positive integer. + /// + /// + /// The default is 10. + /// + [JsonProperty(PropertyName = "max-empty-bulk-delete")] + public string MaxEmptyBulkDelete { get; set; } + + /// + /// Gets or sets the maximum number of seconds the cluster autoscaler + /// waits for pod termination when trying to scale down a node. + /// + /// + /// The default is 600. + /// + [JsonProperty(PropertyName = "max-graceful-termination-sec")] + public string MaxGracefulTerminationSec { get; set; } + + /// + /// Gets or sets the maximum time the autoscaler waits for a node to be + /// provisioned. + /// + /// + /// The default is '15m'. Values must be an integer followed by an 'm'. + /// No unit of time other than minutes (m) is supported. + /// + [JsonProperty(PropertyName = "max-node-provision-time")] + public string MaxNodeProvisionTime { get; set; } + + /// + /// Gets or sets the maximum percentage of unready nodes in the + /// cluster. After this percentage is exceeded, cluster autoscaler + /// halts operations. + /// + /// + /// The default is 45. The maximum is 100 and the minimum is 0. + /// + [JsonProperty(PropertyName = "max-total-unready-percentage")] + public string MaxTotalUnreadyPercentage { get; set; } + + /// + /// Gets or sets ignore unscheduled pods before they're a certain age. /// + /// + /// For scenarios like burst/batch scale where you don't want CA to act + /// before the kubernetes scheduler could schedule all the pods, you + /// can tell CA to ignore unscheduled pods before they're a certain + /// age. The default is '0s'. Values must be an integer followed by a + /// unit ('s' for seconds, 'm' for minutes, 'h' for hours, etc). + /// + [JsonProperty(PropertyName = "new-pod-scale-up-delay")] + public string NewPodScaleUpDelay { get; set; } + + /// + /// Gets or sets the number of allowed unready nodes, irrespective of + /// max-total-unready-percentage. + /// + /// + /// This must be an integer. The default is 3. + /// + [JsonProperty(PropertyName = "ok-total-unready-count")] + public string OkTotalUnreadyCount { get; set; } + + /// + /// Gets or sets how often cluster is reevaluated for scale up or down. + /// + /// + /// The default is '10'. Values must be an integer number of seconds. + /// [JsonProperty(PropertyName = "scan-interval")] public string ScanInterval { get; set; } /// + /// Gets or sets how long after scale up that scale down evaluation + /// resumes /// + /// + /// The default is '10m'. Values must be an integer followed by an 'm'. + /// No unit of time other than minutes (m) is supported. + /// [JsonProperty(PropertyName = "scale-down-delay-after-add")] public string ScaleDownDelayAfterAdd { get; set; } /// + /// Gets or sets how long after node deletion that scale down + /// evaluation resumes. /// + /// + /// The default is the scan-interval. Values must be an integer + /// followed by an 'm'. No unit of time other than minutes (m) is + /// supported. + /// [JsonProperty(PropertyName = "scale-down-delay-after-delete")] public string ScaleDownDelayAfterDelete { get; set; } /// + /// Gets or sets how long after scale down failure that scale down + /// evaluation resumes. /// + /// + /// The default is '3m'. Values must be an integer followed by an 'm'. + /// No unit of time other than minutes (m) is supported. + /// [JsonProperty(PropertyName = "scale-down-delay-after-failure")] public string ScaleDownDelayAfterFailure { get; set; } /// + /// Gets or sets how long a node should be unneeded before it is + /// eligible for scale down. /// + /// + /// The default is '10m'. Values must be an integer followed by an 'm'. + /// No unit of time other than minutes (m) is supported. + /// [JsonProperty(PropertyName = "scale-down-unneeded-time")] public string ScaleDownUnneededTime { get; set; } /// + /// Gets or sets how long an unready node should be unneeded before it + /// is eligible for scale down /// + /// + /// The default is '20m'. Values must be an integer followed by an 'm'. + /// No unit of time other than minutes (m) is supported. + /// [JsonProperty(PropertyName = "scale-down-unready-time")] public string ScaleDownUnreadyTime { get; set; } /// + /// Gets or sets node utilization level, defined as sum of requested + /// resources divided by capacity, below which a node can be considered + /// for scale down. /// + /// + /// The default is '0.5'. + /// [JsonProperty(PropertyName = "scale-down-utilization-threshold")] public string ScaleDownUtilizationThreshold { get; set; } /// + /// Gets or sets if cluster autoscaler will skip deleting nodes with + /// pods with local storage, for example, EmptyDir or HostPath. /// - [JsonProperty(PropertyName = "max-graceful-termination-sec")] - public string MaxGracefulTerminationSec { get; set; } + /// + /// The default is true. + /// + [JsonProperty(PropertyName = "skip-nodes-with-local-storage")] + public string SkipNodesWithLocalStorage { get; set; } + + /// + /// Gets or sets if cluster autoscaler will skip deleting nodes with + /// pods from kube-system (except for DaemonSet or mirror pods) + /// + /// + /// The default is true. + /// + [JsonProperty(PropertyName = "skip-nodes-with-system-pods")] + public string SkipNodesWithSystemPods { get; set; } } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPropertiesIdentityProfileValue.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPropertiesIdentityProfileValue.cs index 54d95601f607..6cbaf38bdcc8 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPropertiesIdentityProfileValue.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPropertiesIdentityProfileValue.cs @@ -27,11 +27,11 @@ public ManagedClusterPropertiesIdentityProfileValue() /// Initializes a new instance of the /// ManagedClusterPropertiesIdentityProfileValue class. /// - /// The resource id of the user assigned + /// The resource ID of the user assigned /// identity. - /// The client id of the user assigned + /// The client ID of the user assigned /// identity. - /// The object id of the user assigned + /// The object ID of the user assigned /// identity. public ManagedClusterPropertiesIdentityProfileValue(string resourceId = default(string), string clientId = default(string), string objectId = default(string)) : base(resourceId, clientId, objectId) diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSKU.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSKU.cs index d65bbe1e5ee8..974770d75803 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSKU.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSKU.cs @@ -13,6 +13,9 @@ namespace Microsoft.Azure.Management.ContainerService.Models using Newtonsoft.Json; using System.Linq; + /// + /// The SKU of a Managed Cluster. + /// public partial class ManagedClusterSKU { /// @@ -26,10 +29,9 @@ public ManagedClusterSKU() /// /// Initializes a new instance of the ManagedClusterSKU class. /// - /// Name of a managed cluster SKU. Possible values - /// include: 'Basic' - /// Tier of a managed cluster SKU. Possible values - /// include: 'Paid', 'Free' + /// The name of a managed cluster SKU. Possible + /// values include: 'Basic' + /// The tier of a managed cluster SKU. public ManagedClusterSKU(string name = default(string), string tier = default(string)) { Name = name; @@ -43,16 +45,20 @@ public ManagedClusterSKU() partial void CustomInit(); /// - /// Gets or sets name of a managed cluster SKU. Possible values + /// Gets or sets the name of a managed cluster SKU. Possible values /// include: 'Basic' /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets tier of a managed cluster SKU. Possible values - /// include: 'Paid', 'Free' + /// Gets or sets the tier of a managed cluster SKU. /// + /// + /// If not specified, the default is 'Free'. See [uptime + /// SLA](https://docs.microsoft.com/azure/aks/uptime-sla) for more + /// details. Possible values include: 'Paid', 'Free' + /// [JsonProperty(PropertyName = "tier")] public string Tier { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSKUTier.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSKUTier.cs index e16fb8555fee..fe00c59316b9 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSKUTier.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSKUTier.cs @@ -16,7 +16,16 @@ namespace Microsoft.Azure.Management.ContainerService.Models /// public static class ManagedClusterSKUTier { + /// + /// Guarantees 99.95% availability of the Kubernetes API server + /// endpoint for clusters that use Availability Zones and 99.9% of + /// availability for clusters that don't use Availability Zones. + /// public const string Paid = "Paid"; + /// + /// No guaranteed SLA, no additional charges. Free tier clusters have + /// an SLO of 99.5%. + /// public const string Free = "Free"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterUpgradeProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterUpgradeProfile.cs index b818758d7268..1125c142e9ef 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterUpgradeProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterUpgradeProfile.cs @@ -40,9 +40,9 @@ public ManagedClusterUpgradeProfile() /// versions for the control plane. /// The list of available upgrade /// versions for agent pools. - /// Id of upgrade profile. - /// Name of upgrade profile. - /// Type of upgrade profile. + /// The ID of the upgrade profile. + /// The name of the upgrade profile. + /// The type of the upgrade profile. public ManagedClusterUpgradeProfile(ManagedClusterPoolUpgradeProfile controlPlaneProfile, IList agentPoolProfiles, string id = default(string), string name = default(string), string type = default(string)) { Id = id; @@ -59,19 +59,19 @@ public ManagedClusterUpgradeProfile() partial void CustomInit(); /// - /// Gets id of upgrade profile. + /// Gets the ID of the upgrade profile. /// [JsonProperty(PropertyName = "id")] public string Id { get; private set; } /// - /// Gets name of upgrade profile. + /// Gets the name of the upgrade profile. /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } /// - /// Gets type of upgrade profile. + /// Gets the type of the upgrade profile. /// [JsonProperty(PropertyName = "type")] public string Type { get; private set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterWindowsProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterWindowsProfile.cs index 9855f66a7683..6ea892e90faa 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterWindowsProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterWindowsProfile.cs @@ -15,7 +15,7 @@ namespace Microsoft.Azure.Management.ContainerService.Models using System.Linq; /// - /// Profile for Windows VMs in the container service cluster. + /// Profile for Windows VMs in the managed cluster. /// public partial class ManagedClusterWindowsProfile { @@ -32,19 +32,38 @@ public ManagedClusterWindowsProfile() /// Initializes a new instance of the ManagedClusterWindowsProfile /// class. /// - /// The administrator username to use for - /// Windows VMs. - /// The administrator password to use for - /// Windows VMs. - /// The licenseType to use for Windows VMs. - /// Windows_Server is used to enable Azure Hybrid User Benefits for - /// Windows VMs. Possible values include: 'None', + /// Specifies the name of the administrator + /// account. <br><br> **Restriction:** Cannot end in "." + /// <br><br> **Disallowed values:** "administrator", + /// "admin", "user", "user1", "test", "user2", "test1", "user3", + /// "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", + /// "backup", "console", "david", "guest", "john", "owner", "root", + /// "server", "sql", "support", "support_388945a0", "sys", "test2", + /// "test3", "user4", "user5". <br><br> **Minimum-length:** + /// 1 character <br><br> **Max-length:** 20 + /// characters + /// Specifies the password of the + /// administrator account. <br><br> **Minimum-length:** 8 + /// characters <br><br> **Max-length:** 123 characters + /// <br><br> **Complexity requirements:** 3 out of 4 + /// conditions below need to be fulfilled <br> Has lower + /// characters <br>Has upper characters <br> Has a digit + /// <br> Has a special character (Regex match [\W_]) + /// <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", + /// "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", + /// "Password1", "Password22", "iloveyou!" + /// The license type to use for Windows VMs. + /// See [Azure Hybrid User + /// Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) + /// for more details. Possible values include: 'None', /// 'Windows_Server' - public ManagedClusterWindowsProfile(string adminUsername, string adminPassword = default(string), string licenseType = default(string)) + /// Whether to enable CSI proxy. + public ManagedClusterWindowsProfile(string adminUsername, string adminPassword = default(string), string licenseType = default(string), bool? enableCSIProxy = default(bool?)) { AdminUsername = adminUsername; AdminPassword = adminPassword; LicenseType = licenseType; + EnableCSIProxy = enableCSIProxy; CustomInit(); } @@ -54,25 +73,56 @@ public ManagedClusterWindowsProfile() partial void CustomInit(); /// - /// Gets or sets the administrator username to use for Windows VMs. + /// Gets or sets specifies the name of the administrator account. + /// &lt;br&gt;&lt;br&gt; **Restriction:** Cannot end in + /// "." &lt;br&gt;&lt;br&gt; **Disallowed values:** + /// "administrator", "admin", "user", "user1", "test", "user2", + /// "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", + /// "admin2", "aspnet", "backup", "console", "david", "guest", "john", + /// "owner", "root", "server", "sql", "support", "support_388945a0", + /// "sys", "test2", "test3", "user4", "user5". + /// &lt;br&gt;&lt;br&gt; **Minimum-length:** 1 + /// character &lt;br&gt;&lt;br&gt; **Max-length:** 20 + /// characters /// [JsonProperty(PropertyName = "adminUsername")] public string AdminUsername { get; set; } /// - /// Gets or sets the administrator password to use for Windows VMs. + /// Gets or sets specifies the password of the administrator account. + /// &lt;br&gt;&lt;br&gt; **Minimum-length:** 8 + /// characters &lt;br&gt;&lt;br&gt; **Max-length:** 123 + /// characters &lt;br&gt;&lt;br&gt; **Complexity + /// requirements:** 3 out of 4 conditions below need to be fulfilled + /// &lt;br&gt; Has lower characters &lt;br&gt;Has upper + /// characters &lt;br&gt; Has a digit &lt;br&gt; Has a + /// special character (Regex match [\W_]) + /// &lt;br&gt;&lt;br&gt; **Disallowed values:** + /// "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", + /// "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" /// [JsonProperty(PropertyName = "adminPassword")] public string AdminPassword { get; set; } /// - /// Gets or sets the licenseType to use for Windows VMs. Windows_Server - /// is used to enable Azure Hybrid User Benefits for Windows VMs. - /// Possible values include: 'None', 'Windows_Server' + /// Gets or sets the license type to use for Windows VMs. See [Azure + /// Hybrid User + /// Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) + /// for more details. Possible values include: 'None', 'Windows_Server' /// [JsonProperty(PropertyName = "licenseType")] public string LicenseType { get; set; } + /// + /// Gets or sets whether to enable CSI proxy. + /// + /// + /// For more details on CSI proxy, see the [CSI proxy GitHub + /// repo](https://github.com/kubernetes-csi/csi-proxy). + /// + [JsonProperty(PropertyName = "enableCSIProxy")] + public bool? EnableCSIProxy { get; set; } + /// /// Validate the object. /// @@ -85,20 +135,6 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "AdminUsername"); } - if (AdminUsername != null) - { - if (!System.Text.RegularExpressions.Regex.IsMatch(AdminUsername, "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$")) - { - throw new ValidationException(ValidationRules.Pattern, "AdminUsername", "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$"); - } - } - if (AdminPassword != null) - { - if (!System.Text.RegularExpressions.Regex.IsMatch(AdminPassword, "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$")) - { - throw new ValidationException(ValidationRules.Pattern, "AdminPassword", "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$"); - } - } } } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkMode.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkMode.cs index 10b074c11ffc..0aae0378dfa4 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkMode.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkMode.cs @@ -16,7 +16,16 @@ namespace Microsoft.Azure.Management.ContainerService.Models /// public static class NetworkMode { + /// + /// No bridge is created. Intra-VM Pod to Pod communication is through + /// IP routes created by Azure CNI. See [Transparent + /// Mode](https://docs.microsoft.com/azure/aks/faq#transparent-mode) + /// for more information. + /// public const string Transparent = "transparent"; + /// + /// This is no longer supported + /// public const string Bridge = "bridge"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkPlugin.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkPlugin.cs index aa4ebd53108d..199686c7fcf0 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkPlugin.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkPlugin.cs @@ -16,7 +16,17 @@ namespace Microsoft.Azure.Management.ContainerService.Models /// public static class NetworkPlugin { + /// + /// Use the Azure CNI network plugin. See [Azure CNI (advanced) + /// networking](https://docs.microsoft.com/azure/aks/concepts-network#azure-cni-advanced-networking) + /// for more information. + /// public const string Azure = "azure"; + /// + /// Use the Kubenet network plugin. See [Kubenet (basic) + /// networking](https://docs.microsoft.com/azure/aks/concepts-network#kubenet-basic-networking) + /// for more information. + /// public const string Kubenet = "kubenet"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkPolicy.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkPolicy.cs index d6e012403aea..784b1103b4a1 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkPolicy.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkPolicy.cs @@ -16,7 +16,19 @@ namespace Microsoft.Azure.Management.ContainerService.Models /// public static class NetworkPolicy { + /// + /// Use Calico network policies. See [differences between Azure and + /// Calico + /// policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) + /// for more information. + /// public const string Calico = "calico"; + /// + /// Use Azure network policies. See [differences between Azure and + /// Calico + /// policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) + /// for more information. + /// public const string Azure = "azure"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkProfile.cs deleted file mode 100644 index b6048318edc1..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/NetworkProfile.cs +++ /dev/null @@ -1,68 +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.ContainerService.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Represents the OpenShift networking configuration - /// - public partial class NetworkProfile - { - /// - /// Initializes a new instance of the NetworkProfile class. - /// - public NetworkProfile() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the NetworkProfile class. - /// - /// CIDR for the OpenShift Vnet. - /// CIDR of the Vnet to peer. - /// ID of the Vnet created for OSA - /// cluster. - public NetworkProfile(string vnetCidr = default(string), string peerVnetId = default(string), string vnetId = default(string)) - { - VnetCidr = vnetCidr; - PeerVnetId = peerVnetId; - VnetId = vnetId; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets CIDR for the OpenShift Vnet. - /// - [JsonProperty(PropertyName = "vnetCidr")] - public string VnetCidr { get; set; } - - /// - /// Gets or sets CIDR of the Vnet to peer. - /// - [JsonProperty(PropertyName = "peerVnetId")] - public string PeerVnetId { get; set; } - - /// - /// Gets or sets ID of the Vnet created for OSA cluster. - /// - [JsonProperty(PropertyName = "vnetId")] - public string VnetId { get; set; } - - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSDiskType.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSDiskType.cs new file mode 100644 index 000000000000..7777d8ceafb2 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSDiskType.cs @@ -0,0 +1,35 @@ +// +// 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.ContainerService.Models +{ + + /// + /// Defines values for OSDiskType. + /// + public static class OSDiskType + { + /// + /// Azure replicates the operating system disk for a virtual machine to + /// Azure storage to avoid data loss should the VM need to be relocated + /// to another host. Since containers aren't designed to have local + /// state persisted, this behavior offers limited value while providing + /// some drawbacks, including slower node provisioning and higher + /// read/write latency. + /// + public const string Managed = "Managed"; + /// + /// Ephemeral OS disks are stored only on the host machine, just like a + /// temporary disk. This provides lower read/write latency, along with + /// faster node scaling and cluster upgrades. + /// + public const string Ephemeral = "Ephemeral"; + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OrchestratorVersionProfileListResult.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSOptionProfile.cs similarity index 56% rename from sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OrchestratorVersionProfileListResult.cs rename to sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSOptionProfile.cs index 1b6b79cb525c..b0883409d3b8 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OrchestratorVersionProfileListResult.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSOptionProfile.cs @@ -18,38 +18,32 @@ namespace Microsoft.Azure.Management.ContainerService.Models using System.Linq; /// - /// The list of versions for supported orchestrators. + /// The OS option profile. /// [Rest.Serialization.JsonTransformation] - public partial class OrchestratorVersionProfileListResult + public partial class OSOptionProfile { /// - /// Initializes a new instance of the - /// OrchestratorVersionProfileListResult class. + /// Initializes a new instance of the OSOptionProfile class. /// - public OrchestratorVersionProfileListResult() + public OSOptionProfile() { CustomInit(); } /// - /// Initializes a new instance of the - /// OrchestratorVersionProfileListResult class. + /// Initializes a new instance of the OSOptionProfile class. /// - /// List of orchestrator version - /// profiles. - /// Id of the orchestrator version profile list - /// result. - /// Name of the orchestrator version profile list - /// result. - /// Type of the orchestrator version profile list - /// result. - public OrchestratorVersionProfileListResult(IList orchestrators, string id = default(string), string name = default(string), string type = default(string)) + /// The list of OS options. + /// The ID of the OS option resource. + /// The name of the OS option resource. + /// The type of the OS option resource. + public OSOptionProfile(IList osOptionPropertyList, string id = default(string), string name = default(string), string type = default(string)) { Id = id; Name = name; Type = type; - Orchestrators = orchestrators; + OsOptionPropertyList = osOptionPropertyList; CustomInit(); } @@ -59,28 +53,28 @@ public OrchestratorVersionProfileListResult() partial void CustomInit(); /// - /// Gets id of the orchestrator version profile list result. + /// Gets the ID of the OS option resource. /// [JsonProperty(PropertyName = "id")] public string Id { get; private set; } /// - /// Gets name of the orchestrator version profile list result. + /// Gets the name of the OS option resource. /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } /// - /// Gets type of the orchestrator version profile list result. + /// Gets the type of the OS option resource. /// [JsonProperty(PropertyName = "type")] public string Type { get; private set; } /// - /// Gets or sets list of orchestrator version profiles. + /// Gets or sets the list of OS options. /// - [JsonProperty(PropertyName = "properties.orchestrators")] - public IList Orchestrators { get; set; } + [JsonProperty(PropertyName = "properties.osOptionPropertyList")] + public IList OsOptionPropertyList { get; set; } /// /// Validate the object. @@ -90,13 +84,13 @@ public OrchestratorVersionProfileListResult() /// public virtual void Validate() { - if (Orchestrators == null) + if (OsOptionPropertyList == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "Orchestrators"); + throw new ValidationException(ValidationRules.CannotBeNull, "OsOptionPropertyList"); } - if (Orchestrators != null) + if (OsOptionPropertyList != null) { - foreach (var element in Orchestrators) + foreach (var element in OsOptionPropertyList) { if (element != null) { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceCustomProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSOptionProperty.cs similarity index 57% rename from sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceCustomProfile.cs rename to sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSOptionProperty.cs index e93206ba780b..2a1f78b1443a 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceCustomProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSOptionProperty.cs @@ -15,28 +15,28 @@ namespace Microsoft.Azure.Management.ContainerService.Models using System.Linq; /// - /// Properties to configure a custom container service cluster. + /// OS option property. /// - public partial class ContainerServiceCustomProfile + public partial class OSOptionProperty { /// - /// Initializes a new instance of the ContainerServiceCustomProfile - /// class. + /// Initializes a new instance of the OSOptionProperty class. /// - public ContainerServiceCustomProfile() + public OSOptionProperty() { CustomInit(); } /// - /// Initializes a new instance of the ContainerServiceCustomProfile - /// class. + /// Initializes a new instance of the OSOptionProperty class. /// - /// The name of the custom orchestrator to - /// use. - public ContainerServiceCustomProfile(string orchestrator) + /// The OS type. + /// Whether the image is + /// FIPS-enabled. + public OSOptionProperty(string osType, bool enableFipsImage) { - Orchestrator = orchestrator; + OsType = osType; + EnableFipsImage = enableFipsImage; CustomInit(); } @@ -46,10 +46,16 @@ public ContainerServiceCustomProfile(string orchestrator) partial void CustomInit(); /// - /// Gets or sets the name of the custom orchestrator to use. + /// Gets or sets the OS type. /// - [JsonProperty(PropertyName = "orchestrator")] - public string Orchestrator { get; set; } + [JsonProperty(PropertyName = "os-type")] + public string OsType { get; set; } + + /// + /// Gets or sets whether the image is FIPS-enabled. + /// + [JsonProperty(PropertyName = "enable-fips-image")] + public bool EnableFipsImage { get; set; } /// /// Validate the object. @@ -59,9 +65,9 @@ public ContainerServiceCustomProfile(string orchestrator) /// public virtual void Validate() { - if (Orchestrator == null) + if (OsType == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "Orchestrator"); + throw new ValidationException(ValidationRules.CannotBeNull, "OsType"); } } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSSKU.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSSKU.cs new file mode 100644 index 000000000000..f6ded12604b1 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSSKU.cs @@ -0,0 +1,22 @@ +// +// 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.ContainerService.Models +{ + + /// + /// Defines values for OSSKU. + /// + public static class OSSKU + { + public const string Ubuntu = "Ubuntu"; + public const string CBLMariner = "CBLMariner"; + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSType.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSType.cs index 695e5437f0a8..6d35fe09e7e6 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSType.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OSType.cs @@ -16,7 +16,13 @@ namespace Microsoft.Azure.Management.ContainerService.Models /// public static class OSType { + /// + /// Use Linux. + /// public const string Linux = "Linux"; + /// + /// Use Windows. + /// public const string Windows = "Windows"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftContainerServiceVMSize.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftContainerServiceVMSize.cs deleted file mode 100644 index 0d653547c949..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftContainerServiceVMSize.cs +++ /dev/null @@ -1,53 +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.ContainerService.Models -{ - - /// - /// Defines values for OpenShiftContainerServiceVMSize. - /// - public static class OpenShiftContainerServiceVMSize - { - public const string StandardD2sV3 = "Standard_D2s_v3"; - public const string StandardD4sV3 = "Standard_D4s_v3"; - public const string StandardD8sV3 = "Standard_D8s_v3"; - public const string StandardD16sV3 = "Standard_D16s_v3"; - public const string StandardD32sV3 = "Standard_D32s_v3"; - public const string StandardD64sV3 = "Standard_D64s_v3"; - public const string StandardDS4V2 = "Standard_DS4_v2"; - public const string StandardDS5V2 = "Standard_DS5_v2"; - public const string StandardF8sV2 = "Standard_F8s_v2"; - public const string StandardF16sV2 = "Standard_F16s_v2"; - public const string StandardF32sV2 = "Standard_F32s_v2"; - public const string StandardF64sV2 = "Standard_F64s_v2"; - public const string StandardF72sV2 = "Standard_F72s_v2"; - public const string StandardF8s = "Standard_F8s"; - public const string StandardF16s = "Standard_F16s"; - public const string StandardE4sV3 = "Standard_E4s_v3"; - public const string StandardE8sV3 = "Standard_E8s_v3"; - public const string StandardE16sV3 = "Standard_E16s_v3"; - public const string StandardE20sV3 = "Standard_E20s_v3"; - public const string StandardE32sV3 = "Standard_E32s_v3"; - public const string StandardE64sV3 = "Standard_E64s_v3"; - public const string StandardGS2 = "Standard_GS2"; - public const string StandardGS3 = "Standard_GS3"; - public const string StandardGS4 = "Standard_GS4"; - public const string StandardGS5 = "Standard_GS5"; - public const string StandardDS12V2 = "Standard_DS12_v2"; - public const string StandardDS13V2 = "Standard_DS13_v2"; - public const string StandardDS14V2 = "Standard_DS14_v2"; - public const string StandardDS15V2 = "Standard_DS15_v2"; - public const string StandardL4s = "Standard_L4s"; - public const string StandardL8s = "Standard_L8s"; - public const string StandardL16s = "Standard_L16s"; - public const string StandardL32s = "Standard_L32s"; - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedCluster.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedCluster.cs deleted file mode 100644 index fd9eb0ea5281..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedCluster.cs +++ /dev/null @@ -1,185 +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.ContainerService.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// OpenShift Managed cluster. - /// - [Rest.Serialization.JsonTransformation] - public partial class OpenShiftManagedCluster : Resource - { - /// - /// Initializes a new instance of the OpenShiftManagedCluster class. - /// - public OpenShiftManagedCluster() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OpenShiftManagedCluster class. - /// - /// Resource location - /// Version of OpenShift specified when - /// creating the cluster. - /// Resource Id - /// Resource name - /// Resource type - /// Resource tags - /// Define the resource plan as required by ARM for - /// billing purposes - /// The current deployment or - /// provisioning state, which only appears in the response. - /// Version of OpenShift specified when - /// creating the cluster. - /// Service generated FQDN for OpenShift - /// API server. - /// Service generated FQDN for OpenShift API server - /// loadbalancer internal hostname. - /// Configuration for OpenShift - /// networking. - /// Configuration for OpenShift - /// router(s). - /// Configuration for OpenShift master - /// VMs. - /// Configuration of OpenShift cluster - /// VMs. - /// Configures OpenShift - /// authentication. - public OpenShiftManagedCluster(string location, string openShiftVersion, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), PurchasePlan plan = default(PurchasePlan), string provisioningState = default(string), string clusterVersion = default(string), string publicHostname = default(string), string fqdn = default(string), NetworkProfile networkProfile = default(NetworkProfile), IList routerProfiles = default(IList), OpenShiftManagedClusterMasterPoolProfile masterPoolProfile = default(OpenShiftManagedClusterMasterPoolProfile), IList agentPoolProfiles = default(IList), OpenShiftManagedClusterAuthProfile authProfile = default(OpenShiftManagedClusterAuthProfile)) - : base(location, id, name, type, tags) - { - Plan = plan; - ProvisioningState = provisioningState; - OpenShiftVersion = openShiftVersion; - ClusterVersion = clusterVersion; - PublicHostname = publicHostname; - Fqdn = fqdn; - NetworkProfile = networkProfile; - RouterProfiles = routerProfiles; - MasterPoolProfile = masterPoolProfile; - AgentPoolProfiles = agentPoolProfiles; - AuthProfile = authProfile; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets define the resource plan as required by ARM for - /// billing purposes - /// - [JsonProperty(PropertyName = "plan")] - public PurchasePlan Plan { get; set; } - - /// - /// Gets the current deployment or provisioning state, which only - /// appears in the response. - /// - [JsonProperty(PropertyName = "properties.provisioningState")] - public string ProvisioningState { get; private set; } - - /// - /// Gets or sets version of OpenShift specified when creating the - /// cluster. - /// - [JsonProperty(PropertyName = "properties.openShiftVersion")] - public string OpenShiftVersion { get; set; } - - /// - /// Gets version of OpenShift specified when creating the cluster. - /// - [JsonProperty(PropertyName = "properties.clusterVersion")] - public string ClusterVersion { get; private set; } - - /// - /// Gets service generated FQDN for OpenShift API server. - /// - [JsonProperty(PropertyName = "properties.publicHostname")] - public string PublicHostname { get; private set; } - - /// - /// Gets service generated FQDN for OpenShift API server loadbalancer - /// internal hostname. - /// - [JsonProperty(PropertyName = "properties.fqdn")] - public string Fqdn { get; private set; } - - /// - /// Gets or sets configuration for OpenShift networking. - /// - [JsonProperty(PropertyName = "properties.networkProfile")] - public NetworkProfile NetworkProfile { get; set; } - - /// - /// Gets or sets configuration for OpenShift router(s). - /// - [JsonProperty(PropertyName = "properties.routerProfiles")] - public IList RouterProfiles { get; set; } - - /// - /// Gets or sets configuration for OpenShift master VMs. - /// - [JsonProperty(PropertyName = "properties.masterPoolProfile")] - public OpenShiftManagedClusterMasterPoolProfile MasterPoolProfile { get; set; } - - /// - /// Gets or sets configuration of OpenShift cluster VMs. - /// - [JsonProperty(PropertyName = "properties.agentPoolProfiles")] - public IList AgentPoolProfiles { get; set; } - - /// - /// Gets or sets configures OpenShift authentication. - /// - [JsonProperty(PropertyName = "properties.authProfile")] - public OpenShiftManagedClusterAuthProfile AuthProfile { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public override void Validate() - { - base.Validate(); - if (OpenShiftVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "OpenShiftVersion"); - } - if (MasterPoolProfile != null) - { - MasterPoolProfile.Validate(); - } - if (AgentPoolProfiles != null) - { - foreach (var element in AgentPoolProfiles) - { - if (element != null) - { - element.Validate(); - } - } - } - } - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterAADIdentityProvider.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterAADIdentityProvider.cs deleted file mode 100644 index 2a7a57e11a6f..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterAADIdentityProvider.cs +++ /dev/null @@ -1,82 +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.ContainerService.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Defines the Identity provider for MS AAD. - /// - [Newtonsoft.Json.JsonObject("AADIdentityProvider")] - public partial class OpenShiftManagedClusterAADIdentityProvider : OpenShiftManagedClusterBaseIdentityProvider - { - /// - /// Initializes a new instance of the - /// OpenShiftManagedClusterAADIdentityProvider class. - /// - public OpenShiftManagedClusterAADIdentityProvider() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// OpenShiftManagedClusterAADIdentityProvider class. - /// - /// The clientId password associated with the - /// provider. - /// The secret password associated with the - /// provider. - /// The tenantId associated with the - /// provider. - /// The groupId to be granted - /// cluster admin role. - public OpenShiftManagedClusterAADIdentityProvider(string clientId = default(string), string secret = default(string), string tenantId = default(string), string customerAdminGroupId = default(string)) - { - ClientId = clientId; - Secret = secret; - TenantId = tenantId; - CustomerAdminGroupId = customerAdminGroupId; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the clientId password associated with the provider. - /// - [JsonProperty(PropertyName = "clientId")] - public string ClientId { get; set; } - - /// - /// Gets or sets the secret password associated with the provider. - /// - [JsonProperty(PropertyName = "secret")] - public string Secret { get; set; } - - /// - /// Gets or sets the tenantId associated with the provider. - /// - [JsonProperty(PropertyName = "tenantId")] - public string TenantId { get; set; } - - /// - /// Gets or sets the groupId to be granted cluster admin role. - /// - [JsonProperty(PropertyName = "customerAdminGroupId")] - public string CustomerAdminGroupId { get; set; } - - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterAgentPoolProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterAgentPoolProfile.cs deleted file mode 100644 index 49276b1bd7d8..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterAgentPoolProfile.cs +++ /dev/null @@ -1,142 +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.ContainerService.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Defines the configuration of the OpenShift cluster VMs. - /// - public partial class OpenShiftManagedClusterAgentPoolProfile - { - /// - /// Initializes a new instance of the - /// OpenShiftManagedClusterAgentPoolProfile class. - /// - public OpenShiftManagedClusterAgentPoolProfile() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// OpenShiftManagedClusterAgentPoolProfile class. - /// - /// Unique name of the pool profile in the context - /// of the subscription and resource group. - /// Number of agents (VMs) to host docker - /// containers. - /// Size of agent VMs. Possible values include: - /// 'Standard_D2s_v3', 'Standard_D4s_v3', 'Standard_D8s_v3', - /// 'Standard_D16s_v3', 'Standard_D32s_v3', 'Standard_D64s_v3', - /// 'Standard_DS4_v2', 'Standard_DS5_v2', 'Standard_F8s_v2', - /// 'Standard_F16s_v2', 'Standard_F32s_v2', 'Standard_F64s_v2', - /// 'Standard_F72s_v2', 'Standard_F8s', 'Standard_F16s', - /// 'Standard_E4s_v3', 'Standard_E8s_v3', 'Standard_E16s_v3', - /// 'Standard_E20s_v3', 'Standard_E32s_v3', 'Standard_E64s_v3', - /// 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS5', - /// 'Standard_DS12_v2', 'Standard_DS13_v2', 'Standard_DS14_v2', - /// 'Standard_DS15_v2', 'Standard_L4s', 'Standard_L8s', - /// 'Standard_L16s', 'Standard_L32s' - /// Subnet CIDR for the peering. - /// OsType to be used to specify os type. Choose - /// from Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' - /// Define the role of the AgentPoolProfile. - /// Possible values include: 'compute', 'infra' - public OpenShiftManagedClusterAgentPoolProfile(string name, int count, string vmSize, string subnetCidr = default(string), string osType = default(string), string role = default(string)) - { - Name = name; - Count = count; - VmSize = vmSize; - SubnetCidr = subnetCidr; - OsType = osType; - Role = role; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unique name of the pool profile in the context of the - /// subscription and resource group. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; set; } - - /// - /// Gets or sets number of agents (VMs) to host docker containers. - /// - [JsonProperty(PropertyName = "count")] - public int Count { get; set; } - - /// - /// Gets or sets size of agent VMs. Possible values include: - /// 'Standard_D2s_v3', 'Standard_D4s_v3', 'Standard_D8s_v3', - /// 'Standard_D16s_v3', 'Standard_D32s_v3', 'Standard_D64s_v3', - /// 'Standard_DS4_v2', 'Standard_DS5_v2', 'Standard_F8s_v2', - /// 'Standard_F16s_v2', 'Standard_F32s_v2', 'Standard_F64s_v2', - /// 'Standard_F72s_v2', 'Standard_F8s', 'Standard_F16s', - /// 'Standard_E4s_v3', 'Standard_E8s_v3', 'Standard_E16s_v3', - /// 'Standard_E20s_v3', 'Standard_E32s_v3', 'Standard_E64s_v3', - /// 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS5', - /// 'Standard_DS12_v2', 'Standard_DS13_v2', 'Standard_DS14_v2', - /// 'Standard_DS15_v2', 'Standard_L4s', 'Standard_L8s', - /// 'Standard_L16s', 'Standard_L32s' - /// - [JsonProperty(PropertyName = "vmSize")] - public string VmSize { get; set; } - - /// - /// Gets or sets subnet CIDR for the peering. - /// - [JsonProperty(PropertyName = "subnetCidr")] - public string SubnetCidr { get; set; } - - /// - /// Gets or sets osType to be used to specify os type. Choose from - /// Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' - /// - [JsonProperty(PropertyName = "osType")] - public string OsType { get; set; } - - /// - /// Gets or sets define the role of the AgentPoolProfile. Possible - /// values include: 'compute', 'infra' - /// - [JsonProperty(PropertyName = "role")] - public string Role { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Name == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Name"); - } - if (VmSize == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "VmSize"); - } - } - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterMasterPoolProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterMasterPoolProfile.cs deleted file mode 100644 index 5568527bc623..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftManagedClusterMasterPoolProfile.cs +++ /dev/null @@ -1,130 +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.ContainerService.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// OpenShiftManagedClusterMaterPoolProfile contains configuration for - /// OpenShift master VMs. - /// - public partial class OpenShiftManagedClusterMasterPoolProfile - { - /// - /// Initializes a new instance of the - /// OpenShiftManagedClusterMasterPoolProfile class. - /// - public OpenShiftManagedClusterMasterPoolProfile() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// OpenShiftManagedClusterMasterPoolProfile class. - /// - /// Number of masters (VMs) to host docker - /// containers. The default value is 3. - /// Size of agent VMs. Possible values include: - /// 'Standard_D2s_v3', 'Standard_D4s_v3', 'Standard_D8s_v3', - /// 'Standard_D16s_v3', 'Standard_D32s_v3', 'Standard_D64s_v3', - /// 'Standard_DS4_v2', 'Standard_DS5_v2', 'Standard_F8s_v2', - /// 'Standard_F16s_v2', 'Standard_F32s_v2', 'Standard_F64s_v2', - /// 'Standard_F72s_v2', 'Standard_F8s', 'Standard_F16s', - /// 'Standard_E4s_v3', 'Standard_E8s_v3', 'Standard_E16s_v3', - /// 'Standard_E20s_v3', 'Standard_E32s_v3', 'Standard_E64s_v3', - /// 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS5', - /// 'Standard_DS12_v2', 'Standard_DS13_v2', 'Standard_DS14_v2', - /// 'Standard_DS15_v2', 'Standard_L4s', 'Standard_L8s', - /// 'Standard_L16s', 'Standard_L32s' - /// Unique name of the master pool profile in the - /// context of the subscription and resource group. - /// Subnet CIDR for the peering. - /// OsType to be used to specify os type. Choose - /// from Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' - public OpenShiftManagedClusterMasterPoolProfile(int count, string vmSize, string name = default(string), string subnetCidr = default(string), string osType = default(string)) - { - Name = name; - Count = count; - VmSize = vmSize; - SubnetCidr = subnetCidr; - OsType = osType; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unique name of the master pool profile in the context - /// of the subscription and resource group. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; set; } - - /// - /// Gets or sets number of masters (VMs) to host docker containers. The - /// default value is 3. - /// - [JsonProperty(PropertyName = "count")] - public int Count { get; set; } - - /// - /// Gets or sets size of agent VMs. Possible values include: - /// 'Standard_D2s_v3', 'Standard_D4s_v3', 'Standard_D8s_v3', - /// 'Standard_D16s_v3', 'Standard_D32s_v3', 'Standard_D64s_v3', - /// 'Standard_DS4_v2', 'Standard_DS5_v2', 'Standard_F8s_v2', - /// 'Standard_F16s_v2', 'Standard_F32s_v2', 'Standard_F64s_v2', - /// 'Standard_F72s_v2', 'Standard_F8s', 'Standard_F16s', - /// 'Standard_E4s_v3', 'Standard_E8s_v3', 'Standard_E16s_v3', - /// 'Standard_E20s_v3', 'Standard_E32s_v3', 'Standard_E64s_v3', - /// 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS5', - /// 'Standard_DS12_v2', 'Standard_DS13_v2', 'Standard_DS14_v2', - /// 'Standard_DS15_v2', 'Standard_L4s', 'Standard_L8s', - /// 'Standard_L16s', 'Standard_L32s' - /// - [JsonProperty(PropertyName = "vmSize")] - public string VmSize { get; set; } - - /// - /// Gets or sets subnet CIDR for the peering. - /// - [JsonProperty(PropertyName = "subnetCidr")] - public string SubnetCidr { get; set; } - - /// - /// Gets or sets osType to be used to specify os type. Choose from - /// Linux and Windows. Default to Linux. Possible values include: - /// 'Linux', 'Windows' - /// - [JsonProperty(PropertyName = "osType")] - public string OsType { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (VmSize == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "VmSize"); - } - } - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftRouterProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftRouterProfile.cs deleted file mode 100644 index bc985a75d8de..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OpenShiftRouterProfile.cs +++ /dev/null @@ -1,69 +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.ContainerService.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Represents an OpenShift router - /// - public partial class OpenShiftRouterProfile - { - /// - /// Initializes a new instance of the OpenShiftRouterProfile class. - /// - public OpenShiftRouterProfile() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OpenShiftRouterProfile class. - /// - /// Name of the router profile. - /// DNS subdomain for OpenShift - /// router. - /// Auto-allocated FQDN for the OpenShift - /// router. - public OpenShiftRouterProfile(string name = default(string), string publicSubdomain = default(string), string fqdn = default(string)) - { - Name = name; - PublicSubdomain = publicSubdomain; - Fqdn = fqdn; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets name of the router profile. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; set; } - - /// - /// Gets DNS subdomain for OpenShift router. - /// - [JsonProperty(PropertyName = "publicSubdomain")] - public string PublicSubdomain { get; private set; } - - /// - /// Gets auto-allocated FQDN for the OpenShift router. - /// - [JsonProperty(PropertyName = "fqdn")] - public string Fqdn { get; private set; } - - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OperationValue.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OperationValue.cs index c51daa2192e6..81d6eac850c0 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OperationValue.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OperationValue.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.ContainerService.Models using System.Linq; /// - /// Describes the properties of a Compute Operation value. + /// Describes the properties of a Operation value. /// [Rest.Serialization.JsonTransformation] public partial class OperationValue @@ -32,10 +32,9 @@ public OperationValue() /// /// Initializes a new instance of the OperationValue class. /// - /// The origin of the compute operation. - /// The name of the compute operation. - /// The display name of the compute - /// operation. + /// The origin of the operation. + /// The name of the operation. + /// The display name of the operation. /// The display name of the resource the /// operation applies to. /// The description of the operation. @@ -58,19 +57,19 @@ public OperationValue() partial void CustomInit(); /// - /// Gets the origin of the compute operation. + /// Gets the origin of the operation. /// [JsonProperty(PropertyName = "origin")] public string Origin { get; private set; } /// - /// Gets the name of the compute operation. + /// Gets the name of the operation. /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } /// - /// Gets the display name of the compute operation. + /// Gets the display name of the operation. /// [JsonProperty(PropertyName = "display.operation")] public string Operation { get; private set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OrchestratorProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OrchestratorProfile.cs deleted file mode 100644 index 1628d4cda06b..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OrchestratorProfile.cs +++ /dev/null @@ -1,83 +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.ContainerService.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Contains information about orchestrator. - /// - public partial class OrchestratorProfile - { - /// - /// Initializes a new instance of the OrchestratorProfile class. - /// - public OrchestratorProfile() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OrchestratorProfile class. - /// - /// Orchestrator version (major, - /// minor, patch). - /// Orchestrator type. - /// Whether Kubernetes version is currently in - /// preview. - public OrchestratorProfile(string orchestratorVersion, string orchestratorType = default(string), bool? isPreview = default(bool?)) - { - OrchestratorType = orchestratorType; - OrchestratorVersion = orchestratorVersion; - IsPreview = isPreview; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets orchestrator type. - /// - [JsonProperty(PropertyName = "orchestratorType")] - public string OrchestratorType { get; set; } - - /// - /// Gets or sets orchestrator version (major, minor, patch). - /// - [JsonProperty(PropertyName = "orchestratorVersion")] - public string OrchestratorVersion { get; set; } - - /// - /// Gets or sets whether Kubernetes version is currently in preview. - /// - [JsonProperty(PropertyName = "isPreview")] - public bool? IsPreview { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (OrchestratorVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "OrchestratorVersion"); - } - } - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OrchestratorVersionProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OrchestratorVersionProfile.cs deleted file mode 100644 index 9edf7e175de6..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OrchestratorVersionProfile.cs +++ /dev/null @@ -1,117 +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.ContainerService.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The profile of an orchestrator and its available versions. - /// - public partial class OrchestratorVersionProfile - { - /// - /// Initializes a new instance of the OrchestratorVersionProfile class. - /// - public OrchestratorVersionProfile() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OrchestratorVersionProfile class. - /// - /// Orchestrator type. - /// Orchestrator version (major, - /// minor, patch). - /// Installed by default if version is - /// not specified. - /// Whether Kubernetes version is currently in - /// preview. - /// The list of available upgrade - /// versions. - public OrchestratorVersionProfile(string orchestratorType, string orchestratorVersion, bool? defaultProperty = default(bool?), bool? isPreview = default(bool?), IList upgrades = default(IList)) - { - OrchestratorType = orchestratorType; - OrchestratorVersion = orchestratorVersion; - DefaultProperty = defaultProperty; - IsPreview = isPreview; - Upgrades = upgrades; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets orchestrator type. - /// - [JsonProperty(PropertyName = "orchestratorType")] - public string OrchestratorType { get; set; } - - /// - /// Gets or sets orchestrator version (major, minor, patch). - /// - [JsonProperty(PropertyName = "orchestratorVersion")] - public string OrchestratorVersion { get; set; } - - /// - /// Gets or sets installed by default if version is not specified. - /// - [JsonProperty(PropertyName = "default")] - public bool? DefaultProperty { get; set; } - - /// - /// Gets or sets whether Kubernetes version is currently in preview. - /// - [JsonProperty(PropertyName = "isPreview")] - public bool? IsPreview { get; set; } - - /// - /// Gets or sets the list of available upgrade versions. - /// - [JsonProperty(PropertyName = "upgrades")] - public IList Upgrades { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (OrchestratorType == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "OrchestratorType"); - } - if (OrchestratorVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "OrchestratorVersion"); - } - if (Upgrades != null) - { - foreach (var element in Upgrades) - { - if (element != null) - { - element.Validate(); - } - } - } - } - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OutboundEnvironmentEndpoint.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OutboundEnvironmentEndpoint.cs new file mode 100644 index 000000000000..e2753287908b --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OutboundEnvironmentEndpoint.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.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Egress endpoints which AKS agent nodes connect to for common purpose. + /// + public partial class OutboundEnvironmentEndpoint + { + /// + /// Initializes a new instance of the OutboundEnvironmentEndpoint + /// class. + /// + public OutboundEnvironmentEndpoint() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the OutboundEnvironmentEndpoint + /// class. + /// + /// The category of endpoints accessed by the + /// AKS agent node, e.g. azure-resource-management, apiserver, + /// etc. + /// The endpoints that AKS agent nodes connect + /// to + public OutboundEnvironmentEndpoint(string category = default(string), IList endpoints = default(IList)) + { + Category = category; + Endpoints = endpoints; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the category of endpoints accessed by the AKS agent + /// node, e.g. azure-resource-management, apiserver, etc. + /// + [JsonProperty(PropertyName = "category")] + public string Category { get; set; } + + /// + /// Gets or sets the endpoints that AKS agent nodes connect to + /// + [JsonProperty(PropertyName = "endpoints")] + public IList Endpoints { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OutboundType.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OutboundType.cs index 642cefaa5d57..05228ab50feb 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OutboundType.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OutboundType.cs @@ -16,7 +16,19 @@ namespace Microsoft.Azure.Management.ContainerService.Models /// public static class OutboundType { + /// + /// The load balancer is used for egress through an AKS assigned public + /// IP. This supports Kubernetes services of type 'loadBalancer'. For + /// more information see [outbound type + /// loadbalancer](https://docs.microsoft.com/azure/aks/egress-outboundtype#outbound-type-of-loadbalancer). + /// public const string LoadBalancer = "loadBalancer"; + /// + /// Egress paths must be defined by the user. This is an advanced + /// scenario and requires proper network configuration. For more + /// information see [outbound type + /// userDefinedRouting](https://docs.microsoft.com/azure/aks/egress-outboundtype#outbound-type-of-userdefinedrouting). + /// public const string UserDefinedRouting = "userDefinedRouting"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Page.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Page.cs index 98d1c735adfb..b3544b8d9dc9 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Page.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Page.cs @@ -26,7 +26,7 @@ public class Page : IPage /// /// Gets the link to the next page. /// - [JsonProperty("nextLink")] + [JsonProperty("")] public string NextPageLink { get; private set; } [JsonProperty("value")] diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Page1.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Page1.cs index 12800e406b6e..dcebab5291e6 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Page1.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/Page1.cs @@ -26,7 +26,7 @@ public class Page1 : IPage /// /// Gets the link to the next page. /// - [JsonProperty("")] + [JsonProperty("nextLink")] public string NextPageLink { get; private set; } [JsonProperty("value")] diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PowerState.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PowerState.cs new file mode 100644 index 000000000000..bc3c17706c5b --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PowerState.cs @@ -0,0 +1,53 @@ +// +// 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.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Describes the Power State of the cluster + /// + public partial class PowerState + { + /// + /// Initializes a new instance of the PowerState class. + /// + public PowerState() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PowerState class. + /// + /// Tells whether the cluster is Running or Stopped. + /// Possible values include: 'Running', 'Stopped' + public PowerState(string code = default(string)) + { + Code = code; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets tells whether the cluster is Running or Stopped. + /// Possible values include: 'Running', 'Stopped' + /// + [JsonProperty(PropertyName = "code")] + public string Code { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PrivateEndpoint.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PrivateEndpoint.cs index ebc2b08ac7c5..12431449470b 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PrivateEndpoint.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PrivateEndpoint.cs @@ -29,7 +29,7 @@ public PrivateEndpoint() /// /// Initializes a new instance of the PrivateEndpoint class. /// - /// The resource Id for private endpoint + /// The resource ID of the private endpoint public PrivateEndpoint(string id = default(string)) { Id = id; @@ -42,7 +42,7 @@ public PrivateEndpoint() partial void CustomInit(); /// - /// Gets or sets the resource Id for private endpoint + /// Gets or sets the resource ID of the private endpoint /// [JsonProperty(PropertyName = "id")] public string Id { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PrivateLinkResource.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PrivateLinkResource.cs new file mode 100644 index 000000000000..e4be39832f5f --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PrivateLinkResource.cs @@ -0,0 +1,96 @@ +// +// 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.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// A private link resource + /// + public partial class PrivateLinkResource + { + /// + /// Initializes a new instance of the PrivateLinkResource class. + /// + public PrivateLinkResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PrivateLinkResource class. + /// + /// The ID of the private link resource. + /// The name of the private link resource. + /// The resource type. + /// The group ID of the resource. + /// The RequiredMembers of the + /// resource + /// The private link service ID of + /// the resource, this field is exposed only to NRP internally. + public PrivateLinkResource(string id = default(string), string name = default(string), string type = default(string), string groupId = default(string), IList requiredMembers = default(IList), string privateLinkServiceID = default(string)) + { + Id = id; + Name = name; + Type = type; + GroupId = groupId; + RequiredMembers = requiredMembers; + PrivateLinkServiceID = privateLinkServiceID; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the ID of the private link resource. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; set; } + + /// + /// Gets or sets the name of the private link resource. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets the resource type. + /// + [JsonProperty(PropertyName = "type")] + public string Type { get; set; } + + /// + /// Gets or sets the group ID of the resource. + /// + [JsonProperty(PropertyName = "groupId")] + public string GroupId { get; set; } + + /// + /// Gets or sets the RequiredMembers of the resource + /// + [JsonProperty(PropertyName = "requiredMembers")] + public IList RequiredMembers { get; set; } + + /// + /// Gets the private link service ID of the resource, this field is + /// exposed only to NRP internally. + /// + [JsonProperty(PropertyName = "privateLinkServiceID")] + public string PrivateLinkServiceID { get; private set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PrivateLinkResourcesListResult.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PrivateLinkResourcesListResult.cs new file mode 100644 index 000000000000..87267651779d --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PrivateLinkResourcesListResult.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.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// A list of private link resources + /// + public partial class PrivateLinkResourcesListResult + { + /// + /// Initializes a new instance of the PrivateLinkResourcesListResult + /// class. + /// + public PrivateLinkResourcesListResult() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PrivateLinkResourcesListResult + /// class. + /// + /// The collection value. + public PrivateLinkResourcesListResult(IList value = default(IList)) + { + Value = value; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the collection value. + /// + [JsonProperty(PropertyName = "value")] + public IList Value { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PurchasePlan.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PurchasePlan.cs deleted file mode 100644 index 1652d5311567..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/PurchasePlan.cs +++ /dev/null @@ -1,80 +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.ContainerService.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Used for establishing the purchase context of any 3rd Party artifact - /// through MarketPlace. - /// - public partial class PurchasePlan - { - /// - /// Initializes a new instance of the PurchasePlan class. - /// - public PurchasePlan() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PurchasePlan class. - /// - /// The plan ID. - /// Specifies the product of the image from the - /// marketplace. This is the same value as Offer under the - /// imageReference element. - /// The promotion code. - /// The plan ID. - public PurchasePlan(string name = default(string), string product = default(string), string promotionCode = default(string), string publisher = default(string)) - { - Name = name; - Product = product; - PromotionCode = promotionCode; - Publisher = publisher; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the plan ID. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; set; } - - /// - /// Gets or sets specifies the product of the image from the - /// marketplace. This is the same value as Offer under the - /// imageReference element. - /// - [JsonProperty(PropertyName = "product")] - public string Product { get; set; } - - /// - /// Gets or sets the promotion code. - /// - [JsonProperty(PropertyName = "promotionCode")] - public string PromotionCode { get; set; } - - /// - /// Gets or sets the plan ID. - /// - [JsonProperty(PropertyName = "publisher")] - public string Publisher { get; set; } - - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ResourceIdentityType.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ResourceIdentityType.cs index 6a35a334beff..09500275894a 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ResourceIdentityType.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ResourceIdentityType.cs @@ -21,10 +21,26 @@ namespace Microsoft.Azure.Management.ContainerService.Models [JsonConverter(typeof(StringEnumConverter))] public enum ResourceIdentityType { + /// + /// Use an implicitly created system assigned managed identity to + /// manage cluster resources. Master components in the control plane + /// such as kube-controller-manager will use the system assigned + /// managed identity to manipulate Azure resources. + /// [EnumMember(Value = "SystemAssigned")] SystemAssigned, + /// + /// Use a user-specified identity to manage cluster resources. Master + /// components in the control plane such as kube-controller-manager + /// will use the specified user assigned managed identity to manipulate + /// Azure resources. + /// [EnumMember(Value = "UserAssigned")] UserAssigned, + /// + /// Do not use a managed identity for the Managed Cluster, service + /// principal will be used instead. + /// [EnumMember(Value = "None")] None } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/KeyVaultSecretRef.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/RunCommandRequest.cs similarity index 51% rename from sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/KeyVaultSecretRef.cs rename to sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/RunCommandRequest.cs index 25a0fdc259b5..c80f3b4ccf98 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/KeyVaultSecretRef.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/RunCommandRequest.cs @@ -15,29 +15,31 @@ namespace Microsoft.Azure.Management.ContainerService.Models using System.Linq; /// - /// Reference to a secret stored in Azure Key Vault. + /// A run command request /// - public partial class KeyVaultSecretRef + public partial class RunCommandRequest { /// - /// Initializes a new instance of the KeyVaultSecretRef class. + /// Initializes a new instance of the RunCommandRequest class. /// - public KeyVaultSecretRef() + public RunCommandRequest() { CustomInit(); } /// - /// Initializes a new instance of the KeyVaultSecretRef class. + /// Initializes a new instance of the RunCommandRequest class. /// - /// Key vault identifier. - /// The secret name. - /// The secret version. - public KeyVaultSecretRef(string vaultID, string secretName, string version = default(string)) + /// The command to run. + /// A base64 encoded zip file containing the + /// files required by the command. + /// AuthToken issued for AKS AAD Server + /// App. + public RunCommandRequest(string command, string context = default(string), string clusterToken = default(string)) { - VaultID = vaultID; - SecretName = secretName; - Version = version; + Command = command; + Context = context; + ClusterToken = clusterToken; CustomInit(); } @@ -47,22 +49,23 @@ public KeyVaultSecretRef() partial void CustomInit(); /// - /// Gets or sets key vault identifier. + /// Gets or sets the command to run. /// - [JsonProperty(PropertyName = "vaultID")] - public string VaultID { get; set; } + [JsonProperty(PropertyName = "command")] + public string Command { get; set; } /// - /// Gets or sets the secret name. + /// Gets or sets a base64 encoded zip file containing the files + /// required by the command. /// - [JsonProperty(PropertyName = "secretName")] - public string SecretName { get; set; } + [JsonProperty(PropertyName = "context")] + public string Context { get; set; } /// - /// Gets or sets the secret version. + /// Gets or sets authToken issued for AKS AAD Server App. /// - [JsonProperty(PropertyName = "version")] - public string Version { get; set; } + [JsonProperty(PropertyName = "clusterToken")] + public string ClusterToken { get; set; } /// /// Validate the object. @@ -72,13 +75,9 @@ public KeyVaultSecretRef() /// public virtual void Validate() { - if (VaultID == null) + if (Command == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "VaultID"); - } - if (SecretName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "SecretName"); + throw new ValidationException(ValidationRules.CannotBeNull, "Command"); } } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/RunCommandResult.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/RunCommandResult.cs new file mode 100644 index 000000000000..9691747beff6 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/RunCommandResult.cs @@ -0,0 +1,105 @@ +// +// 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.ContainerService.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// run command result. + /// + [Rest.Serialization.JsonTransformation] + public partial class RunCommandResult + { + /// + /// Initializes a new instance of the RunCommandResult class. + /// + public RunCommandResult() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RunCommandResult class. + /// + /// The command id. + /// provisioning State + /// The exit code of the command + /// The time when the command started. + /// The time when the command + /// finished. + /// The command output. + /// An explanation of why provisioningState is set + /// to failed (if so). + public RunCommandResult(string id = default(string), string provisioningState = default(string), int? exitCode = default(int?), System.DateTime? startedAt = default(System.DateTime?), System.DateTime? finishedAt = default(System.DateTime?), string logs = default(string), string reason = default(string)) + { + Id = id; + ProvisioningState = provisioningState; + ExitCode = exitCode; + StartedAt = startedAt; + FinishedAt = finishedAt; + Logs = logs; + Reason = reason; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the command id. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; private set; } + + /// + /// Gets provisioning State + /// + [JsonProperty(PropertyName = "properties.provisioningState")] + public string ProvisioningState { get; private set; } + + /// + /// Gets the exit code of the command + /// + [JsonProperty(PropertyName = "properties.exitCode")] + public int? ExitCode { get; private set; } + + /// + /// Gets the time when the command started. + /// + [JsonProperty(PropertyName = "properties.startedAt")] + public System.DateTime? StartedAt { get; private set; } + + /// + /// Gets the time when the command finished. + /// + [JsonProperty(PropertyName = "properties.finishedAt")] + public System.DateTime? FinishedAt { get; private set; } + + /// + /// Gets the command output. + /// + [JsonProperty(PropertyName = "properties.logs")] + public string Logs { get; private set; } + + /// + /// Gets an explanation of why provisioningState is set to failed (if + /// so). + /// + [JsonProperty(PropertyName = "properties.reason")] + public string Reason { get; private set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ScaleSetEvictionPolicy.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ScaleSetEvictionPolicy.cs index 25bd3db49c44..a2b60d02b055 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ScaleSetEvictionPolicy.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ScaleSetEvictionPolicy.cs @@ -16,7 +16,17 @@ namespace Microsoft.Azure.Management.ContainerService.Models /// public static class ScaleSetEvictionPolicy { + /// + /// Nodes in the underlying Scale Set of the node pool are deleted when + /// they're evicted. + /// public const string Delete = "Delete"; + /// + /// Nodes in the underlying Scale Set of the node pool are set to the + /// stopped-deallocated state upon eviction. Nodes in the + /// stopped-deallocated state count against your compute quota and can + /// cause issues with cluster scaling or upgrading. + /// public const string Deallocate = "Deallocate"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ScaleSetPriority.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ScaleSetPriority.cs index 6fdb73455a4e..2decb2bbf653 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ScaleSetPriority.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ScaleSetPriority.cs @@ -16,7 +16,15 @@ namespace Microsoft.Azure.Management.ContainerService.Models /// public static class ScaleSetPriority { + /// + /// Spot priority VMs will be used. There is no SLA for spot nodes. See + /// [spot on AKS](https://docs.microsoft.com/azure/aks/spot-node-pool) + /// for more information. + /// public const string Spot = "Spot"; + /// + /// Regular VMs will be used. + /// public const string Regular = "Regular"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/SysctlConfig.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/SysctlConfig.cs new file mode 100644 index 000000000000..c97dba97e866 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/SysctlConfig.cs @@ -0,0 +1,291 @@ +// +// 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.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Sysctl settings for Linux agent nodes. + /// + public partial class SysctlConfig + { + /// + /// Initializes a new instance of the SysctlConfig class. + /// + public SysctlConfig() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the SysctlConfig class. + /// + /// Sysctl setting + /// net.core.somaxconn. + /// Sysctl setting + /// net.core.netdev_max_backlog. + /// Sysctl setting + /// net.core.rmem_default. + /// Sysctl setting + /// net.core.rmem_max. + /// Sysctl setting + /// net.core.wmem_default. + /// Sysctl setting + /// net.core.wmem_max. + /// Sysctl setting + /// net.core.optmem_max. + /// Sysctl setting + /// net.ipv4.tcp_max_syn_backlog. + /// Sysctl setting + /// net.ipv4.tcp_max_tw_buckets. + /// Sysctl setting + /// net.ipv4.tcp_fin_timeout. + /// Sysctl setting + /// net.ipv4.tcp_keepalive_time. + /// Sysctl setting + /// net.ipv4.tcp_keepalive_probes. + /// Sysctl setting + /// net.ipv4.tcp_keepalive_intvl. + /// Sysctl setting + /// net.ipv4.tcp_tw_reuse. + /// Sysctl setting + /// net.ipv4.ip_local_port_range. + /// Sysctl setting + /// net.ipv4.neigh.default.gc_thresh1. + /// Sysctl setting + /// net.ipv4.neigh.default.gc_thresh2. + /// Sysctl setting + /// net.ipv4.neigh.default.gc_thresh3. + /// Sysctl setting + /// net.netfilter.nf_conntrack_max. + /// Sysctl setting + /// net.netfilter.nf_conntrack_buckets. + /// Sysctl setting + /// fs.inotify.max_user_watches. + /// Sysctl setting fs.file-max. + /// Sysctl setting fs.aio-max-nr. + /// Sysctl setting fs.nr_open. + /// Sysctl setting + /// kernel.threads-max. + /// Sysctl setting + /// vm.max_map_count. + /// Sysctl setting vm.swappiness. + /// Sysctl setting + /// vm.vfs_cache_pressure. + public SysctlConfig(int? netCoreSomaxconn = default(int?), int? netCoreNetdevMaxBacklog = default(int?), int? netCoreRmemDefault = default(int?), int? netCoreRmemMax = default(int?), int? netCoreWmemDefault = default(int?), int? netCoreWmemMax = default(int?), int? netCoreOptmemMax = default(int?), int? netIpv4TcpMaxSynBacklog = default(int?), int? netIpv4TcpMaxTwBuckets = default(int?), int? netIpv4TcpFinTimeout = default(int?), int? netIpv4TcpKeepaliveTime = default(int?), int? netIpv4TcpKeepaliveProbes = default(int?), int? netIpv4TcpkeepaliveIntvl = default(int?), bool? netIpv4TcpTwReuse = default(bool?), string netIpv4IpLocalPortRange = default(string), int? netIpv4NeighDefaultGcThresh1 = default(int?), int? netIpv4NeighDefaultGcThresh2 = default(int?), int? netIpv4NeighDefaultGcThresh3 = default(int?), int? netNetfilterNfConntrackMax = default(int?), int? netNetfilterNfConntrackBuckets = default(int?), int? fsInotifyMaxUserWatches = default(int?), int? fsFileMax = default(int?), int? fsAioMaxNr = default(int?), int? fsNrOpen = default(int?), int? kernelThreadsMax = default(int?), int? vmMaxMapCount = default(int?), int? vmSwappiness = default(int?), int? vmVfsCachePressure = default(int?)) + { + NetCoreSomaxconn = netCoreSomaxconn; + NetCoreNetdevMaxBacklog = netCoreNetdevMaxBacklog; + NetCoreRmemDefault = netCoreRmemDefault; + NetCoreRmemMax = netCoreRmemMax; + NetCoreWmemDefault = netCoreWmemDefault; + NetCoreWmemMax = netCoreWmemMax; + NetCoreOptmemMax = netCoreOptmemMax; + NetIpv4TcpMaxSynBacklog = netIpv4TcpMaxSynBacklog; + NetIpv4TcpMaxTwBuckets = netIpv4TcpMaxTwBuckets; + NetIpv4TcpFinTimeout = netIpv4TcpFinTimeout; + NetIpv4TcpKeepaliveTime = netIpv4TcpKeepaliveTime; + NetIpv4TcpKeepaliveProbes = netIpv4TcpKeepaliveProbes; + NetIpv4TcpkeepaliveIntvl = netIpv4TcpkeepaliveIntvl; + NetIpv4TcpTwReuse = netIpv4TcpTwReuse; + NetIpv4IpLocalPortRange = netIpv4IpLocalPortRange; + NetIpv4NeighDefaultGcThresh1 = netIpv4NeighDefaultGcThresh1; + NetIpv4NeighDefaultGcThresh2 = netIpv4NeighDefaultGcThresh2; + NetIpv4NeighDefaultGcThresh3 = netIpv4NeighDefaultGcThresh3; + NetNetfilterNfConntrackMax = netNetfilterNfConntrackMax; + NetNetfilterNfConntrackBuckets = netNetfilterNfConntrackBuckets; + FsInotifyMaxUserWatches = fsInotifyMaxUserWatches; + FsFileMax = fsFileMax; + FsAioMaxNr = fsAioMaxNr; + FsNrOpen = fsNrOpen; + KernelThreadsMax = kernelThreadsMax; + VmMaxMapCount = vmMaxMapCount; + VmSwappiness = vmSwappiness; + VmVfsCachePressure = vmVfsCachePressure; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets sysctl setting net.core.somaxconn. + /// + [JsonProperty(PropertyName = "netCoreSomaxconn")] + public int? NetCoreSomaxconn { get; set; } + + /// + /// Gets or sets sysctl setting net.core.netdev_max_backlog. + /// + [JsonProperty(PropertyName = "netCoreNetdevMaxBacklog")] + public int? NetCoreNetdevMaxBacklog { get; set; } + + /// + /// Gets or sets sysctl setting net.core.rmem_default. + /// + [JsonProperty(PropertyName = "netCoreRmemDefault")] + public int? NetCoreRmemDefault { get; set; } + + /// + /// Gets or sets sysctl setting net.core.rmem_max. + /// + [JsonProperty(PropertyName = "netCoreRmemMax")] + public int? NetCoreRmemMax { get; set; } + + /// + /// Gets or sets sysctl setting net.core.wmem_default. + /// + [JsonProperty(PropertyName = "netCoreWmemDefault")] + public int? NetCoreWmemDefault { get; set; } + + /// + /// Gets or sets sysctl setting net.core.wmem_max. + /// + [JsonProperty(PropertyName = "netCoreWmemMax")] + public int? NetCoreWmemMax { get; set; } + + /// + /// Gets or sets sysctl setting net.core.optmem_max. + /// + [JsonProperty(PropertyName = "netCoreOptmemMax")] + public int? NetCoreOptmemMax { get; set; } + + /// + /// Gets or sets sysctl setting net.ipv4.tcp_max_syn_backlog. + /// + [JsonProperty(PropertyName = "netIpv4TcpMaxSynBacklog")] + public int? NetIpv4TcpMaxSynBacklog { get; set; } + + /// + /// Gets or sets sysctl setting net.ipv4.tcp_max_tw_buckets. + /// + [JsonProperty(PropertyName = "netIpv4TcpMaxTwBuckets")] + public int? NetIpv4TcpMaxTwBuckets { get; set; } + + /// + /// Gets or sets sysctl setting net.ipv4.tcp_fin_timeout. + /// + [JsonProperty(PropertyName = "netIpv4TcpFinTimeout")] + public int? NetIpv4TcpFinTimeout { get; set; } + + /// + /// Gets or sets sysctl setting net.ipv4.tcp_keepalive_time. + /// + [JsonProperty(PropertyName = "netIpv4TcpKeepaliveTime")] + public int? NetIpv4TcpKeepaliveTime { get; set; } + + /// + /// Gets or sets sysctl setting net.ipv4.tcp_keepalive_probes. + /// + [JsonProperty(PropertyName = "netIpv4TcpKeepaliveProbes")] + public int? NetIpv4TcpKeepaliveProbes { get; set; } + + /// + /// Gets or sets sysctl setting net.ipv4.tcp_keepalive_intvl. + /// + [JsonProperty(PropertyName = "netIpv4TcpkeepaliveIntvl")] + public int? NetIpv4TcpkeepaliveIntvl { get; set; } + + /// + /// Gets or sets sysctl setting net.ipv4.tcp_tw_reuse. + /// + [JsonProperty(PropertyName = "netIpv4TcpTwReuse")] + public bool? NetIpv4TcpTwReuse { get; set; } + + /// + /// Gets or sets sysctl setting net.ipv4.ip_local_port_range. + /// + [JsonProperty(PropertyName = "netIpv4IpLocalPortRange")] + public string NetIpv4IpLocalPortRange { get; set; } + + /// + /// Gets or sets sysctl setting net.ipv4.neigh.default.gc_thresh1. + /// + [JsonProperty(PropertyName = "netIpv4NeighDefaultGcThresh1")] + public int? NetIpv4NeighDefaultGcThresh1 { get; set; } + + /// + /// Gets or sets sysctl setting net.ipv4.neigh.default.gc_thresh2. + /// + [JsonProperty(PropertyName = "netIpv4NeighDefaultGcThresh2")] + public int? NetIpv4NeighDefaultGcThresh2 { get; set; } + + /// + /// Gets or sets sysctl setting net.ipv4.neigh.default.gc_thresh3. + /// + [JsonProperty(PropertyName = "netIpv4NeighDefaultGcThresh3")] + public int? NetIpv4NeighDefaultGcThresh3 { get; set; } + + /// + /// Gets or sets sysctl setting net.netfilter.nf_conntrack_max. + /// + [JsonProperty(PropertyName = "netNetfilterNfConntrackMax")] + public int? NetNetfilterNfConntrackMax { get; set; } + + /// + /// Gets or sets sysctl setting net.netfilter.nf_conntrack_buckets. + /// + [JsonProperty(PropertyName = "netNetfilterNfConntrackBuckets")] + public int? NetNetfilterNfConntrackBuckets { get; set; } + + /// + /// Gets or sets sysctl setting fs.inotify.max_user_watches. + /// + [JsonProperty(PropertyName = "fsInotifyMaxUserWatches")] + public int? FsInotifyMaxUserWatches { get; set; } + + /// + /// Gets or sets sysctl setting fs.file-max. + /// + [JsonProperty(PropertyName = "fsFileMax")] + public int? FsFileMax { get; set; } + + /// + /// Gets or sets sysctl setting fs.aio-max-nr. + /// + [JsonProperty(PropertyName = "fsAioMaxNr")] + public int? FsAioMaxNr { get; set; } + + /// + /// Gets or sets sysctl setting fs.nr_open. + /// + [JsonProperty(PropertyName = "fsNrOpen")] + public int? FsNrOpen { get; set; } + + /// + /// Gets or sets sysctl setting kernel.threads-max. + /// + [JsonProperty(PropertyName = "kernelThreadsMax")] + public int? KernelThreadsMax { get; set; } + + /// + /// Gets or sets sysctl setting vm.max_map_count. + /// + [JsonProperty(PropertyName = "vmMaxMapCount")] + public int? VmMaxMapCount { get; set; } + + /// + /// Gets or sets sysctl setting vm.swappiness. + /// + [JsonProperty(PropertyName = "vmSwappiness")] + public int? VmSwappiness { get; set; } + + /// + /// Gets or sets sysctl setting vm.vfs_cache_pressure. + /// + [JsonProperty(PropertyName = "vmVfsCachePressure")] + public int? VmVfsCachePressure { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/SystemData.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/SystemData.cs new file mode 100644 index 000000000000..c553ddd7e502 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/SystemData.cs @@ -0,0 +1,103 @@ +// +// 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.ContainerService.Models +{ + using Newtonsoft.Json; + 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 UTC timestamp of resource + /// creation. + /// The identity that last modified the + /// resource. + /// The type of identity that last + /// modified the resource. Possible values include: 'User', + /// 'Application', 'ManagedIdentity', 'Key' + /// The type of identity that last + /// modified the resource. + 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?)) + { + CreatedBy = createdBy; + CreatedByType = createdByType; + CreatedAt = createdAt; + LastModifiedBy = lastModifiedBy; + LastModifiedByType = lastModifiedByType; + 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. + /// + [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' + /// + [JsonProperty(PropertyName = "createdByType")] + public string CreatedByType { get; set; } + + /// + /// Gets or sets the UTC timestamp of resource creation. + /// + [JsonProperty(PropertyName = "createdAt")] + public System.DateTime? CreatedAt { get; set; } + + /// + /// Gets or sets the identity that last modified the resource. + /// + [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' + /// + [JsonProperty(PropertyName = "lastModifiedByType")] + public string LastModifiedByType { get; set; } + + /// + /// Gets or sets the type of identity that last modified the resource. + /// + [JsonProperty(PropertyName = "lastModifiedAt")] + public System.DateTime? LastModifiedAt { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/TimeInWeek.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/TimeInWeek.cs new file mode 100644 index 000000000000..18570e995d9e --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/TimeInWeek.cs @@ -0,0 +1,73 @@ +// +// 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.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Time in a week. + /// + public partial class TimeInWeek + { + /// + /// Initializes a new instance of the TimeInWeek class. + /// + public TimeInWeek() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TimeInWeek class. + /// + /// The day of the week. Possible values include: + /// 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', + /// 'Saturday' + /// A list of hours in the day used to identify + /// a time range. + public TimeInWeek(string day = default(string), IList hourSlots = default(IList)) + { + Day = day; + HourSlots = hourSlots; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the day of the week. Possible values include: + /// 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', + /// 'Saturday' + /// + [JsonProperty(PropertyName = "day")] + public string Day { get; set; } + + /// + /// Gets or sets a list of hours in the day used to identify a time + /// range. + /// + /// + /// Each integer hour represents a time range beginning at 0m after the + /// hour ending at the next hour (non-inclusive). 0 corresponds to + /// 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying [0, 1] means the + /// 00:00 - 02:00 UTC time range. + /// + [JsonProperty(PropertyName = "hourSlots")] + public IList HourSlots { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/TimeSpan.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/TimeSpan.cs new file mode 100644 index 000000000000..b9f29a871f3b --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/TimeSpan.cs @@ -0,0 +1,62 @@ +// +// 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.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// A time range. + /// + /// + /// For example, between 2021-05-25T13:00:00Z and 2021-05-25T14:00:00Z. + /// + public partial class TimeSpan + { + /// + /// Initializes a new instance of the TimeSpan class. + /// + public TimeSpan() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TimeSpan class. + /// + /// The start of a time span + /// The end of a time span + public TimeSpan(System.DateTime? start = default(System.DateTime?), System.DateTime? end = default(System.DateTime?)) + { + Start = start; + End = end; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the start of a time span + /// + [JsonProperty(PropertyName = "start")] + public System.DateTime? Start { get; set; } + + /// + /// Gets or sets the end of a time span + /// + [JsonProperty(PropertyName = "end")] + public System.DateTime? End { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/UpgradeChannel.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/UpgradeChannel.cs new file mode 100644 index 000000000000..91af780850f9 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/UpgradeChannel.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.ContainerService.Models +{ + + /// + /// Defines values for UpgradeChannel. + /// + public static class UpgradeChannel + { + /// + /// Automatically upgrade the cluster to the latest supported patch + /// release on the latest supported minor version. In cases where the + /// cluster is at a version of Kubernetes that is at an N-2 minor + /// version where N is the latest supported minor version, the cluster + /// first upgrades to the latest supported patch version on N-1 minor + /// version. For example, if a cluster is running version 1.17.7 and + /// versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your + /// cluster first is upgraded to 1.18.6, then is upgraded to 1.19.1. + /// + public const string Rapid = "rapid"; + /// + /// Automatically upgrade the cluster to the latest supported patch + /// release on minor version N-1, where N is the latest supported minor + /// version. For example, if a cluster is running version 1.17.7 and + /// versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your + /// cluster is upgraded to 1.18.6. + /// + public const string Stable = "stable"; + /// + /// Automatically upgrade the cluster to the latest supported patch + /// version when it becomes available while keeping the minor version + /// the same. For example, if a cluster is running version 1.17.7 and + /// versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your + /// cluster is upgraded to 1.17.9. + /// + public const string Patch = "patch"; + /// + /// Automatically upgrade the node image to the latest version + /// available. Microsoft provides patches and new images for image + /// nodes frequently (usually weekly), but your running nodes won't get + /// the new images unless you do a node image upgrade. Turning on the + /// node-image channel will automatically update your node images + /// whenever a new version is available. + /// + public const string NodeImage = "node-image"; + /// + /// Disables auto-upgrades and keeps the cluster at its current version + /// of Kubernetes. + /// + public const string None = "none"; + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/UserAssignedIdentity.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/UserAssignedIdentity.cs index 70a04cf5899b..1d5dc18d049c 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/UserAssignedIdentity.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/UserAssignedIdentity.cs @@ -13,6 +13,9 @@ namespace Microsoft.Azure.Management.ContainerService.Models using Newtonsoft.Json; using System.Linq; + /// + /// Details about a user assigned identity. + /// public partial class UserAssignedIdentity { /// @@ -26,11 +29,11 @@ public UserAssignedIdentity() /// /// Initializes a new instance of the UserAssignedIdentity class. /// - /// The resource id of the user assigned + /// The resource ID of the user assigned /// identity. - /// The client id of the user assigned + /// The client ID of the user assigned /// identity. - /// The object id of the user assigned + /// The object ID of the user assigned /// identity. public UserAssignedIdentity(string resourceId = default(string), string clientId = default(string), string objectId = default(string)) { @@ -46,19 +49,19 @@ public UserAssignedIdentity() partial void CustomInit(); /// - /// Gets or sets the resource id of the user assigned identity. + /// Gets or sets the resource ID of the user assigned identity. /// [JsonProperty(PropertyName = "resourceId")] public string ResourceId { get; set; } /// - /// Gets or sets the client id of the user assigned identity. + /// Gets or sets the client ID of the user assigned identity. /// [JsonProperty(PropertyName = "clientId")] public string ClientId { get; set; } /// - /// Gets or sets the object id of the user assigned identity. + /// Gets or sets the object ID of the user assigned identity. /// [JsonProperty(PropertyName = "objectId")] public string ObjectId { get; set; } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/WeekDay.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/WeekDay.cs new file mode 100644 index 000000000000..e0238baf2122 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/WeekDay.cs @@ -0,0 +1,27 @@ +// +// 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.ContainerService.Models +{ + + /// + /// Defines values for WeekDay. + /// + public static class WeekDay + { + public const string Sunday = "Sunday"; + public const string Monday = "Monday"; + public const string Tuesday = "Tuesday"; + public const string Wednesday = "Wednesday"; + public const string Thursday = "Thursday"; + public const string Friday = "Friday"; + public const string Saturday = "Saturday"; + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/OpenShiftManagedClustersOperationsExtensions.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/OpenShiftManagedClustersOperationsExtensions.cs deleted file mode 100644 index 37a2d108e3e6..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/OpenShiftManagedClustersOperationsExtensions.cs +++ /dev/null @@ -1,547 +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.ContainerService -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for OpenShiftManagedClustersOperations. - /// - public static partial class OpenShiftManagedClustersOperationsExtensions - { - /// - /// Gets a list of OpenShift managed clusters in the specified subscription. - /// - /// - /// Gets a list of OpenShift managed clusters in the specified subscription. - /// The operation returns properties of each OpenShift managed cluster. - /// - /// - /// The operations group for this extension method. - /// - public static IPage List(this IOpenShiftManagedClustersOperations operations) - { - return operations.ListAsync().GetAwaiter().GetResult(); - } - - /// - /// Gets a list of OpenShift managed clusters in the specified subscription. - /// - /// - /// Gets a list of OpenShift managed clusters in the specified subscription. - /// The operation returns properties of each OpenShift managed cluster. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The cancellation token. - /// - public static async Task> ListAsync(this IOpenShiftManagedClustersOperations operations, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Lists OpenShift managed clusters in the specified subscription and resource - /// group. - /// - /// - /// Lists OpenShift managed clusters in the specified subscription and resource - /// group. The operation returns properties of each OpenShift managed cluster. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - public static IPage ListByResourceGroup(this IOpenShiftManagedClustersOperations operations, string resourceGroupName) - { - return operations.ListByResourceGroupAsync(resourceGroupName).GetAwaiter().GetResult(); - } - - /// - /// Lists OpenShift managed clusters in the specified subscription and resource - /// group. - /// - /// - /// Lists OpenShift managed clusters in the specified subscription and resource - /// group. The operation returns properties of each OpenShift managed cluster. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByResourceGroupAsync(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByResourceGroupWithHttpMessagesAsync(resourceGroupName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Gets a OpenShift managed cluster. - /// - /// - /// Gets the details of the managed OpenShift cluster with a specified resource - /// group and name. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - public static OpenShiftManagedCluster Get(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName) - { - return operations.GetAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); - } - - /// - /// Gets a OpenShift managed cluster. - /// - /// - /// Gets the details of the managed OpenShift cluster with a specified resource - /// group and name. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Creates or updates an OpenShift managed cluster. - /// - /// - /// Creates or updates a OpenShift managed cluster with the specified - /// configuration for agents and OpenShift version. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Parameters supplied to the Create or Update an OpenShift Managed Cluster - /// operation. - /// - public static OpenShiftManagedCluster CreateOrUpdate(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, OpenShiftManagedCluster parameters) - { - return operations.CreateOrUpdateAsync(resourceGroupName, resourceName, parameters).GetAwaiter().GetResult(); - } - - /// - /// Creates or updates an OpenShift managed cluster. - /// - /// - /// Creates or updates a OpenShift managed cluster with the specified - /// configuration for agents and OpenShift version. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Parameters supplied to the Create or Update an OpenShift Managed Cluster - /// operation. - /// - /// - /// The cancellation token. - /// - public static async Task CreateOrUpdateAsync(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, OpenShiftManagedCluster parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, parameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Updates tags on an OpenShift managed cluster. - /// - /// - /// Updates an OpenShift managed cluster with the specified tags. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Resource tags. - /// - public static OpenShiftManagedCluster UpdateTags(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, IDictionary tags = default(IDictionary)) - { - return operations.UpdateTagsAsync(resourceGroupName, resourceName, tags).GetAwaiter().GetResult(); - } - - /// - /// Updates tags on an OpenShift managed cluster. - /// - /// - /// Updates an OpenShift managed cluster with the specified tags. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Resource tags. - /// - /// - /// The cancellation token. - /// - public static async Task UpdateTagsAsync(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, IDictionary tags = default(IDictionary), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.UpdateTagsWithHttpMessagesAsync(resourceGroupName, resourceName, tags, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Deletes an OpenShift managed cluster. - /// - /// - /// Deletes the OpenShift managed cluster with a specified resource group and - /// name. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - public static void Delete(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName) - { - operations.DeleteAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); - } - - /// - /// Deletes an OpenShift managed cluster. - /// - /// - /// Deletes the OpenShift managed cluster with a specified resource group and - /// name. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Creates or updates an OpenShift managed cluster. - /// - /// - /// Creates or updates a OpenShift managed cluster with the specified - /// configuration for agents and OpenShift version. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Parameters supplied to the Create or Update an OpenShift Managed Cluster - /// operation. - /// - public static OpenShiftManagedCluster BeginCreateOrUpdate(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, OpenShiftManagedCluster parameters) - { - return operations.BeginCreateOrUpdateAsync(resourceGroupName, resourceName, parameters).GetAwaiter().GetResult(); - } - - /// - /// Creates or updates an OpenShift managed cluster. - /// - /// - /// Creates or updates a OpenShift managed cluster with the specified - /// configuration for agents and OpenShift version. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Parameters supplied to the Create or Update an OpenShift Managed Cluster - /// operation. - /// - /// - /// The cancellation token. - /// - public static async Task BeginCreateOrUpdateAsync(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, OpenShiftManagedCluster parameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, parameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Updates tags on an OpenShift managed cluster. - /// - /// - /// Updates an OpenShift managed cluster with the specified tags. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Resource tags. - /// - public static OpenShiftManagedCluster BeginUpdateTags(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, IDictionary tags = default(IDictionary)) - { - return operations.BeginUpdateTagsAsync(resourceGroupName, resourceName, tags).GetAwaiter().GetResult(); - } - - /// - /// Updates tags on an OpenShift managed cluster. - /// - /// - /// Updates an OpenShift managed cluster with the specified tags. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// Resource tags. - /// - /// - /// The cancellation token. - /// - public static async Task BeginUpdateTagsAsync(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, IDictionary tags = default(IDictionary), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.BeginUpdateTagsWithHttpMessagesAsync(resourceGroupName, resourceName, tags, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Deletes an OpenShift managed cluster. - /// - /// - /// Deletes the OpenShift managed cluster with a specified resource group and - /// name. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - public static void BeginDelete(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName) - { - operations.BeginDeleteAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); - } - - /// - /// Deletes an OpenShift managed cluster. - /// - /// - /// Deletes the OpenShift managed cluster with a specified resource group and - /// name. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the OpenShift managed cluster resource. - /// - /// - /// The cancellation token. - /// - public static async Task BeginDeleteAsync(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Gets a list of OpenShift managed clusters in the specified subscription. - /// - /// - /// Gets a list of OpenShift managed clusters in the specified subscription. - /// The operation returns properties of each OpenShift managed cluster. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListNext(this IOpenShiftManagedClustersOperations operations, string nextPageLink) - { - return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// Gets a list of OpenShift managed clusters in the specified subscription. - /// - /// - /// Gets a list of OpenShift managed clusters in the specified subscription. - /// The operation returns properties of each OpenShift managed cluster. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListNextAsync(this IOpenShiftManagedClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Lists OpenShift managed clusters in the specified subscription and resource - /// group. - /// - /// - /// Lists OpenShift managed clusters in the specified subscription and resource - /// group. The operation returns properties of each OpenShift managed cluster. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListByResourceGroupNext(this IOpenShiftManagedClustersOperations operations, string nextPageLink) - { - return operations.ListByResourceGroupNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// Lists OpenShift managed clusters in the specified subscription and resource - /// group. - /// - /// - /// Lists OpenShift managed clusters in the specified subscription and resource - /// group. The operation returns properties of each OpenShift managed cluster. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByResourceGroupNextAsync(this IOpenShiftManagedClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByResourceGroupNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Operations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Operations.cs index 9aa03fa35215..bd9492924145 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Operations.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Operations.cs @@ -51,7 +51,7 @@ internal Operations(ContainerServiceClient client) public ContainerServiceClient Client { get; private set; } /// - /// Gets a list of compute operations. + /// Gets a list of operations. /// /// /// Headers that will be added to request. @@ -65,12 +65,21 @@ internal Operations(ContainerServiceClient client) /// /// Thrown when unable to deserialize the response /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// /// /// A response object containing the response body and response headers. /// public async Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - string apiVersion = "2020-07-01"; + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -78,7 +87,6 @@ internal Operations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -86,9 +94,9 @@ internal Operations(ContainerServiceClient client) var _baseUrl = Client.BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.ContainerService/operations").ToString(); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -196,7 +204,7 @@ internal Operations(ContainerServiceClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/OperationsExtensions.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/OperationsExtensions.cs index 5497ee0a0eba..96f13e6718f6 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/OperationsExtensions.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/OperationsExtensions.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.ContainerService public static partial class OperationsExtensions { /// - /// Gets a list of compute operations. + /// Gets a list of operations. /// /// /// The operations group for this extension method. @@ -35,7 +35,7 @@ public static IEnumerable List(this IOperations operations) } /// - /// Gets a list of compute operations. + /// Gets a list of operations. /// /// /// The operations group for this extension method. diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateEndpointConnectionsOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateEndpointConnectionsOperations.cs index 4a6f473035d3..8e3b99ca6636 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateEndpointConnectionsOperations.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateEndpointConnectionsOperations.cs @@ -55,9 +55,8 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) /// cluster. /// /// - /// Gets a list of private endpoint connections in the specified managed - /// cluster. The operation returns properties of each private endpoint - /// connection. + /// To learn more about private clusters, see: + /// https://docs.microsoft.com/azure/aks/private-clusters /// /// /// The name of the resource group. @@ -88,6 +87,10 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) /// public async Task> ListWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -122,7 +125,6 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); } } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -130,7 +132,6 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -143,9 +144,9 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -273,11 +274,11 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) } /// - /// Gets the private endpoint connection. + /// Gets the specified private endpoint connection. /// /// - /// Gets the details of the private endpoint connection by managed cluster and - /// resource group. + /// To learn more about private clusters, see: + /// https://docs.microsoft.com/azure/aks/private-clusters /// /// /// The name of the resource group. @@ -311,6 +312,10 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) /// public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, string privateEndpointConnectionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -349,7 +354,6 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "privateEndpointConnectionName"); } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -357,7 +361,6 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("privateEndpointConnectionName", privateEndpointConnectionName); @@ -372,9 +375,9 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -504,9 +507,6 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) /// /// Updates a private endpoint connection. /// - /// - /// Updates a private endpoint connection in the specified managed cluster. - /// /// /// The name of the resource group. /// @@ -517,7 +517,7 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) /// The name of the private endpoint connection. /// /// - /// Parameters supplied to the Update a private endpoint connection operation. + /// The updated private endpoint connection. /// /// /// Headers that will be added to request. @@ -542,6 +542,10 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) /// public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, string privateEndpointConnectionName, PrivateEndpointConnection parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -588,7 +592,6 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) { parameters.Validate(); } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -596,7 +599,6 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("privateEndpointConnectionName", privateEndpointConnectionName); @@ -612,9 +614,9 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -750,9 +752,6 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) /// /// Deletes a private endpoint connection. /// - /// - /// Deletes the private endpoint connection in the specified managed cluster. - /// /// /// The name of the resource group. /// @@ -778,9 +777,6 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) /// /// Deletes a private endpoint connection. /// - /// - /// Deletes the private endpoint connection in the specified managed cluster. - /// /// /// The name of the resource group. /// @@ -810,6 +806,10 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) /// public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, string privateEndpointConnectionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -848,7 +848,6 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "privateEndpointConnectionName"); } - string apiVersion = "2020-07-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -856,7 +855,6 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("resourceName", resourceName); tracingParameters.Add("privateEndpointConnectionName", privateEndpointConnectionName); @@ -871,9 +869,9 @@ internal PrivateEndpointConnectionsOperations(ContainerServiceClient client) _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateEndpointConnectionsOperationsExtensions.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateEndpointConnectionsOperationsExtensions.cs index 45b67474e47e..358740558945 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateEndpointConnectionsOperationsExtensions.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateEndpointConnectionsOperationsExtensions.cs @@ -26,9 +26,8 @@ public static partial class PrivateEndpointConnectionsOperationsExtensions /// cluster. /// /// - /// Gets a list of private endpoint connections in the specified managed - /// cluster. The operation returns properties of each private endpoint - /// connection. + /// To learn more about private clusters, see: + /// https://docs.microsoft.com/azure/aks/private-clusters /// /// /// The operations group for this extension method. @@ -49,9 +48,8 @@ public static PrivateEndpointConnectionListResult List(this IPrivateEndpointConn /// cluster. /// /// - /// Gets a list of private endpoint connections in the specified managed - /// cluster. The operation returns properties of each private endpoint - /// connection. + /// To learn more about private clusters, see: + /// https://docs.microsoft.com/azure/aks/private-clusters /// /// /// The operations group for this extension method. @@ -74,11 +72,11 @@ public static PrivateEndpointConnectionListResult List(this IPrivateEndpointConn } /// - /// Gets the private endpoint connection. + /// Gets the specified private endpoint connection. /// /// - /// Gets the details of the private endpoint connection by managed cluster and - /// resource group. + /// To learn more about private clusters, see: + /// https://docs.microsoft.com/azure/aks/private-clusters /// /// /// The operations group for this extension method. @@ -98,11 +96,11 @@ public static PrivateEndpointConnection Get(this IPrivateEndpointConnectionsOper } /// - /// Gets the private endpoint connection. + /// Gets the specified private endpoint connection. /// /// - /// Gets the details of the private endpoint connection by managed cluster and - /// resource group. + /// To learn more about private clusters, see: + /// https://docs.microsoft.com/azure/aks/private-clusters /// /// /// The operations group for this extension method. @@ -130,9 +128,6 @@ public static PrivateEndpointConnection Get(this IPrivateEndpointConnectionsOper /// /// Updates a private endpoint connection. /// - /// - /// Updates a private endpoint connection in the specified managed cluster. - /// /// /// The operations group for this extension method. /// @@ -146,7 +141,7 @@ public static PrivateEndpointConnection Get(this IPrivateEndpointConnectionsOper /// The name of the private endpoint connection. /// /// - /// Parameters supplied to the Update a private endpoint connection operation. + /// The updated private endpoint connection. /// public static PrivateEndpointConnection Update(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, PrivateEndpointConnection parameters) { @@ -156,9 +151,6 @@ public static PrivateEndpointConnection Update(this IPrivateEndpointConnectionsO /// /// Updates a private endpoint connection. /// - /// - /// Updates a private endpoint connection in the specified managed cluster. - /// /// /// The operations group for this extension method. /// @@ -172,7 +164,7 @@ public static PrivateEndpointConnection Update(this IPrivateEndpointConnectionsO /// The name of the private endpoint connection. /// /// - /// Parameters supplied to the Update a private endpoint connection operation. + /// The updated private endpoint connection. /// /// /// The cancellation token. @@ -188,9 +180,6 @@ public static PrivateEndpointConnection Update(this IPrivateEndpointConnectionsO /// /// Deletes a private endpoint connection. /// - /// - /// Deletes the private endpoint connection in the specified managed cluster. - /// /// /// The operations group for this extension method. /// @@ -211,9 +200,6 @@ public static void Delete(this IPrivateEndpointConnectionsOperations operations, /// /// Deletes a private endpoint connection. /// - /// - /// Deletes the private endpoint connection in the specified managed cluster. - /// /// /// The operations group for this extension method. /// @@ -237,9 +223,6 @@ public static void Delete(this IPrivateEndpointConnectionsOperations operations, /// /// Deletes a private endpoint connection. /// - /// - /// Deletes the private endpoint connection in the specified managed cluster. - /// /// /// The operations group for this extension method. /// @@ -260,9 +243,6 @@ public static void BeginDelete(this IPrivateEndpointConnectionsOperations operat /// /// Deletes a private endpoint connection. /// - /// - /// Deletes the private endpoint connection in the specified managed cluster. - /// /// /// The operations group for this extension method. /// diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateLinkResourcesOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateLinkResourcesOperations.cs new file mode 100644 index 000000000000..acaaf2a910c4 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateLinkResourcesOperations.cs @@ -0,0 +1,276 @@ +// +// 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.ContainerService +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// PrivateLinkResourcesOperations operations. + /// + internal partial class PrivateLinkResourcesOperations : IServiceOperations, IPrivateLinkResourcesOperations + { + /// + /// Initializes a new instance of the PrivateLinkResourcesOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal PrivateLinkResourcesOperations(ContainerServiceClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the ContainerServiceClient + /// + public ContainerServiceClient Client { get; private set; } + + /// + /// Gets a list of private link resources in the specified managed cluster. + /// + /// + /// To learn more about private clusters, see: + /// https://docs.microsoft.com/azure/aks/private-clusters + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> ListWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (resourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); + } + if (resourceName != null) + { + if (resourceName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceName", 63); + } + if (resourceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceName, "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); + } + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateLinkResources").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateLinkResourcesOperationsExtensions.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateLinkResourcesOperationsExtensions.cs new file mode 100644 index 000000000000..9d7637a8115a --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/PrivateLinkResourcesOperationsExtensions.cs @@ -0,0 +1,73 @@ +// +// 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.ContainerService +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for PrivateLinkResourcesOperations. + /// + public static partial class PrivateLinkResourcesOperationsExtensions + { + /// + /// Gets a list of private link resources in the specified managed cluster. + /// + /// + /// To learn more about private clusters, see: + /// https://docs.microsoft.com/azure/aks/private-clusters + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + public static PrivateLinkResourcesListResult List(this IPrivateLinkResourcesOperations operations, string resourceGroupName, string resourceName) + { + return operations.ListAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Gets a list of private link resources in the specified managed cluster. + /// + /// + /// To learn more about private clusters, see: + /// https://docs.microsoft.com/azure/aks/private-clusters + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// The cancellation token. + /// + public static async Task ListAsync(this IPrivateLinkResourcesOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ResolvePrivateLinkServiceIdOperations.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ResolvePrivateLinkServiceIdOperations.cs new file mode 100644 index 000000000000..0578d8853c68 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ResolvePrivateLinkServiceIdOperations.cs @@ -0,0 +1,286 @@ +// +// 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.ContainerService +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ResolvePrivateLinkServiceIdOperations operations. + /// + internal partial class ResolvePrivateLinkServiceIdOperations : IServiceOperations, IResolvePrivateLinkServiceIdOperations + { + /// + /// Initializes a new instance of the ResolvePrivateLinkServiceIdOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal ResolvePrivateLinkServiceIdOperations(ContainerServiceClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the ContainerServiceClient + /// + public ContainerServiceClient Client { get; private set; } + + /// + /// Gets the private link service ID for the specified managed cluster. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// Parameters required in order to resolve a private link service ID. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> POSTWithHttpMessagesAsync(string resourceGroupName, string resourceName, PrivateLinkResource parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (resourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceName"); + } + if (resourceName != null) + { + if (resourceName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceName", 63); + } + if (resourceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceName, "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceName", "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"); + } + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "POST", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resolvePrivateLinkServiceId").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ResolvePrivateLinkServiceIdOperationsExtensions.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ResolvePrivateLinkServiceIdOperationsExtensions.cs new file mode 100644 index 000000000000..f3a7c7e12c96 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ResolvePrivateLinkServiceIdOperationsExtensions.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.ContainerService +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for ResolvePrivateLinkServiceIdOperations. + /// + public static partial class ResolvePrivateLinkServiceIdOperationsExtensions + { + /// + /// Gets the private link service ID for the specified managed cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// Parameters required in order to resolve a private link service ID. + /// + public static PrivateLinkResource POST(this IResolvePrivateLinkServiceIdOperations operations, string resourceGroupName, string resourceName, PrivateLinkResource parameters) + { + return operations.POSTAsync(resourceGroupName, resourceName, parameters).GetAwaiter().GetResult(); + } + + /// + /// Gets the private link service ID for the specified managed cluster. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the managed cluster resource. + /// + /// + /// Parameters required in order to resolve a private link service ID. + /// + /// + /// The cancellation token. + /// + public static async Task POSTAsync(this IResolvePrivateLinkServiceIdOperations operations, string resourceGroupName, string resourceName, PrivateLinkResource parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.POSTWithHttpMessagesAsync(resourceGroupName, resourceName, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/SdkInfo_ContainerServiceClient.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/SdkInfo_ContainerServiceClient.cs index bb2cb6f0ea60..73e4ea9b5951 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/SdkInfo_ContainerServiceClient.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/SdkInfo_ContainerServiceClient.cs @@ -19,23 +19,23 @@ public static IEnumerable> ApiInfo_ContainerServic { return new Tuple[] { - new Tuple("ContainerService", "AgentPools", "2020-07-01"), - new Tuple("ContainerService", "ContainerServices", "2017-07-01"), - new Tuple("ContainerService", "ContainerServices", "2019-08-01"), - new Tuple("ContainerService", "ManagedClusters", "2020-07-01"), - new Tuple("ContainerService", "OpenShiftManagedClusters", "2019-04-30"), - new Tuple("ContainerService", "Operations", "2020-07-01"), - new Tuple("ContainerService", "PrivateEndpointConnections", "2020-07-01"), + new Tuple("ContainerService", "AgentPools", "2021-05-01"), + new Tuple("ContainerService", "MaintenanceConfigurations", "2021-05-01"), + new Tuple("ContainerService", "ManagedClusters", "2021-05-01"), + new Tuple("ContainerService", "Operations", "2021-05-01"), + new Tuple("ContainerService", "PrivateEndpointConnections", "2021-05-01"), + new Tuple("ContainerService", "PrivateLinkResources", "2021-05-01"), + new Tuple("ContainerService", "ResolvePrivateLinkServiceId", "2021-05-01"), }.AsEnumerable(); } } // BEGIN: Code Generation Metadata Section public static readonly String AutoRestVersion = "v2"; public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/containerservice/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\Users\\abelch\\src\\azure-sdk-for-net\\sdk"; + public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/containerservice/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\Users\\kaiqz\\github\\kaiqzhan\\azure-sdk-for-net\\sdk"; public static readonly String GithubForkName = "Azure"; public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "122829cebe6e4177e9eb6ff349071d3e2034b0e7"; + public static readonly String GithubCommidId = "b5b3ae9a081535b4dabce52a1136eece3e2d469f"; public static readonly String CodeGenerationErrors = ""; public static readonly String GithubRepoName = "azure-rest-api-specs"; // END: Code Generation Metadata Section diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Microsoft.Azure.Management.ContainerService.csproj b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Microsoft.Azure.Management.ContainerService.csproj index 06874c383d4f..a4ac080cf947 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Microsoft.Azure.Management.ContainerService.csproj +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Microsoft.Azure.Management.ContainerService.csproj @@ -6,11 +6,11 @@ Microsoft.Azure.Management.ContainerService Provides developers with a library to create and manage all Azure Kubernetes Service resources. - 1.1.0 + 1.2.0 Microsoft.Azure.Management.ContainerService Microsoft Azure Kubernetes Service; Microsoft Azure ContainerService; diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Properties/AssemblyInfo.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Properties/AssemblyInfo.cs index a7a7ffc43572..58d8cf233da5 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Properties/AssemblyInfo.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Properties/AssemblyInfo.cs @@ -9,8 +9,8 @@ [assembly: AssemblyTitle("Microsoft Azure Container Service Management Library")] [assembly: AssemblyDescription("Provides Container Service management capabilities for Microsoft Azure.")] -[assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] +[assembly: AssemblyVersion("1.2.0")] +[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerListClusterAdminCredentialsTest.json b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerListClusterAdminCredentialsTest.json index 7865a37e0ef6..a532729f7bf8 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerListClusterAdminCredentialsTest.json +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerListClusterAdminCredentialsTest.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "730b0be0-823d-4acc-bd40-2b9f8818ac62" + "7f82e284-12c4-4573-a6a5-1b8a6f6ac66a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:40:53 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "06e892de-bb11-4403-96a3-dcfbeca49142" + "9aa0e6da-6566-4a68-abd4-51e2dfbddb3a" ], "x-ms-correlation-request-id": [ - "06e892de-bb11-4403-96a3-dcfbeca49142" + "9aa0e6da-6566-4a68-abd4-51e2dfbddb3a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T073646Z:06e892de-bb11-4403-96a3-dcfbeca49142" + "WESTUS2:20210702T184053Z:9aa0e6da-6566-4a68-abd4-51e2dfbddb3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,38 +47,35 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:36:46 GMT" + "Content-Length": [ + "101066" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "102380" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV\",\r\n \"name\": \"r-k8sts15325aYDV\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2019-03-14 09:23:48Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008070541-yyAmX\",\r\n \"name\": \"e2erg-prodebld2008070541-yyAmX\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597039818\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-07 12:00:58Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008070541-yyAmX_e2eaks-WZB_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008070541-yyAmX_e2eaks-WZB_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597044377\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141056-OQWgb\",\r\n \"name\": \"e2erg-prodebld2008141056-OQWgb\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141056-crnlg\",\r\n \"name\": \"e2erg-prodebld2008141056-crnlg\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008141056-crnlg_e2eaks-TPA_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008141056-crnlg_e2eaks-TPA_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141114-kEgVB\",\r\n \"name\": \"e2erg-prodebld2008141114-kEgVB\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1597669743\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008141114-kEgVB_e2eaks-FAb_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008141114-kEgVB_e2eaks-FAb_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597669743\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008142224-JRDdF\",\r\n \"name\": \"e2erg-prodebld2008142224-JRDdF\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-15 00:01:11Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008142224-JRDdF_e2eaks-ffW_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008142224-JRDdF_e2eaks-ffW_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008142254-kSZUU\",\r\n \"name\": \"e2erg-prodebld2008142254-kSZUU\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-15 00:01:11Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008142254-kSZUU_billing-a_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008142254-kSZUU_billing-a_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180423-MJKDG\",\r\n \"name\": \"e2erg-prodebld2008180423-MJKDG\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008180423-MJKDG_e2eaks-fGZ_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008180423-MJKDG_e2eaks-fGZ_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598199899\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180426-gZQMm\",\r\n \"name\": \"e2erg-prodebld2008180426-gZQMm\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180426-tMzLm\",\r\n \"name\": \"e2erg-prodebld2008180426-tMzLm\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597991401\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008180426-tMzLm_e2eaks-dda_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008180426-tMzLm_e2eaks-dda_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598253556\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2003231452-gudnR\",\r\n \"name\": \"e2erg-prodebld2003231452-gudnR\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1585206291\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-03-23 12:01:33Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2003231452-gudnR_e2eaks-iHt_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2003231452-gudnR_e2eaks-iHt_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1585206291\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251629-NOlxM\",\r\n \"name\": \"e2erg-prodebld2008251629-NOlxM\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598609690\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251630-XmfRr\",\r\n \"name\": \"e2erg-prodebld2008251630-XmfRr\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598609690\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008251630-XmfRr_e2eaks-prr_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008251630-XmfRr_e2eaks-prr_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260916-fEnfG\",\r\n \"name\": \"e2erg-prodebld2008260916-fEnfG\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260916-fEnfG_e2eaks-TVz_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260916-fEnfG_e2eaks-TVz_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260936-FPqmY\",\r\n \"name\": \"e2erg-prodebld2008260936-FPqmY\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260936-FPqmY_e2eaks-gRH_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260936-FPqmY_e2eaks-gRH_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260941-NKAZq\",\r\n \"name\": \"e2erg-prodebld2008260941-NKAZq\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260941-NKAZq_e2eaks-Yjj_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260941-NKAZq_e2eaks-Yjj_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261040-LFlHH\",\r\n \"name\": \"e2erg-prodebld2008261040-LFlHH\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261040-LFlHH_e2eaks-HPs_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008261040-LFlHH_e2eaks-HPs_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261424-uCUFX\",\r\n \"name\": \"e2erg-prodebld2008261424-uCUFX\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598683172\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261424-uCUFX_e2eaks-NEu_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008261424-uCUFX_e2eaks-NEu_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/chuhua-internal-access-test-2\",\r\n \"name\": \"chuhua-internal-access-test-2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596201197\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-29 00:01:08Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xleastus2_xizhakb_eastus2\",\r\n \"name\": \"MC_xleastus2_xizhakb_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598328971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598340066\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34131508-EASTUS2EUAP\",\r\n \"name\": \"hcppmillerebld34131508-EASTUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34131508\",\r\n \"name\": \"sqlpmillerebld34131508\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34131798-eastus2euap\",\r\n \"name\": \"hcppmillerebld34131798-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34131798\",\r\n \"name\": \"sqlpmillerebld34131798\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34166150\",\r\n \"name\": \"sqlpmillerebld34166150\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-3\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-3\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-svc-0\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-svc-0\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-2\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-1\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-1\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34167951\",\r\n \"name\": \"sqlpmillerebld34167951\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-2\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-3\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-3\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-svc-0\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-svc-0\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-1\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-1\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_euap01_eastus2euap\",\r\n \"name\": \"MC_lima-test_euap01_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao-euap-centralus\",\r\n \"name\": \"haitao-euap-centralus\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595797478\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-24 00:01:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_rucguptTest_azPolicy_centralus\",\r\n \"name\": \"MC_rucguptTest_azPolicy_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/rucguptTest\",\r\n \"name\": \"rucguptTest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xiahe-test\",\r\n \"name\": \"xiahe-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiahe-test_xiahe-test_eastus\",\r\n \"name\": \"MC_xiahe-test_xiahe-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xinywa\",\r\n \"name\": \"xinywa\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yangl\",\r\n \"name\": \"yangl\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yangl_sig_canadaeast\",\r\n \"name\": \"MC_yangl_sig_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/chuhua-aks-test-internal-access\",\r\n \"name\": \"chuhua-aks-test-internal-access\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596201197\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-29 00:01:08Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261010-TxcYZ\",\r\n \"name\": \"e2erg-prodebld2008261010-TxcYZ\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261010-TxcYZ_e2eaks-jgZ_japaneast\",\r\n \"name\": \"MC_e2erg-prodebld2008261010-TxcYZ_e2eaks-jgZ_japaneast\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261038-HWDUL\",\r\n \"name\": \"e2erg-prodebld2008261038-HWDUL\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261038-HWDUL_e2eaks-oVi_japaneast\",\r\n \"name\": \"MC_e2erg-prodebld2008261038-HWDUL_e2eaks-oVi_japaneast\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/go-adal-msi\",\r\n \"name\": \"go-adal-msi\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597007750\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-07 00:02:41Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ben2-provision-test\",\r\n \"name\": \"ben2-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ben2-provision-test_ben2-provision-test_westus\",\r\n \"name\": \"MC_ben2-provision-test_ben2-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008250002-UGaNY\",\r\n \"name\": \"e2erg-prodebld2008250002-UGaNY\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008250002-UGaNY_e2eaks-PnT_westus\",\r\n \"name\": \"MC_e2erg-prodebld2008250002-UGaNY_e2eaks-PnT_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-vicarageha_aro-casketstra-bopo55ffno_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-vicarageha_aro-casketstra-bopo55ffno_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1580698908\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag5\": \"testMapString5\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9d7c5dcb-1375-458c-a09c-d09734793292\",\r\n \"name\": \"9d7c5dcb-1375-458c-a09c-d09734793292\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag5\": \"testMapString5\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate34_zhuoliclusterprivate34_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate34_zhuoliclusterprivate34_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581102119\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/7aff1e81-ba4b-4b5e-95b8-9d22c0e9856a\",\r\n \"name\": \"7aff1e81-ba4b-4b5e-95b8-9d22c0e9856a\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate39_zhuoliclusterprivate39_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate39_zhuoliclusterprivate39_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581231829\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/b7cdece6-bbb4-4e9d-b5a3-995c75c4de1b\",\r\n \"name\": \"b7cdece6-bbb4-4e9d-b5a3-995c75c4de1b\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate41_zhuoliclusterprivate41_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate41_zhuoliclusterprivate41_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581282436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2e77f8b5-568c-4f2d-83ce-ef7fdd7ec21b\",\r\n \"name\": \"2e77f8b5-568c-4f2d-83ce-ef7fdd7ec21b\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-timexsibel_aro-poisonousl-bp1f7pahae_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-timexsibel_aro-poisonousl-bp1f7pahae_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581706849\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag1\": \"aro-BitTorrent-bp1f7jqhae\",\r\n \"testTag2\": \"aro-wisteriass-bp1f7jqhae\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/85b90eb9-5628-4fb0-95f4-383aac00201d\",\r\n \"name\": \"85b90eb9-5628-4fb0-95f4-383aac00201d\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag1\": \"aro-BitTorrent-bp1f7jqhae\",\r\n \"testTag2\": \"aro-wisteriass-bp1f7jqhae\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-nihilistco_aro-showsgerit-bpffvvjr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-nihilistco_aro-showsgerit-bpffvvjr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1583546558\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-scoreparal-bpffvrrr19\",\r\n \"testTag4\": \"aro-nimbibulki-bpffvrrr19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9b5eacb4-a108-41c1-b76f-cdcca239eabc\",\r\n \"name\": \"9b5eacb4-a108-41c1-b76f-cdcca239eabc\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-scoreparal-bpffvrrr19\",\r\n \"testTag4\": \"aro-nimbibulki-bpffvrrr19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1593529369\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilder-rg\",\r\n \"name\": \"aksvhdbuilder-rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/AKS-Win\",\r\n \"name\": \"AKS-Win\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-win-acr\",\r\n \"name\": \"aks-win-acr\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2\",\r\n \"name\": \"hcpabelchebld34050906-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598075528\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlabelchebld34050906\",\r\n \"name\": \"sqlabelchebld34050906\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598075528\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-21 12:04:47Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-svc-0\",\r\n \"name\": \"hcpabelchebld34050906-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-1\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-2\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-3\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34050906_demo2004_westus2\",\r\n \"name\": \"MC_abelchebld34050906_demo2004_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"abelchebld34050906\",\r\n \"deletion_due_time\": \"1598253556\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34104130-westus2\",\r\n \"name\": \"hcpbaheebld34104130-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld34104130\",\r\n \"name\": \"sqlbaheebld34104130\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-23 12:01:21Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34104130\",\r\n \"name\": \"hcpbaheebld34104130\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/backcompat-test-linux-46660-MjIxY\",\r\n \"name\": \"backcompat-test-linux-46660-MjIxY\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_backcompat-test-linux-46660-MjIxY_MjIxY_westus2\",\r\n \"name\": \"MC_backcompat-test-linux-46660-MjIxY_MjIxY_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/backcompat-test-win-46660-NjA2M\",\r\n \"name\": \"backcompat-test-win-46660-NjA2M\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_backcompat-test-win-46660-NjA2M_NjA2M_westus2\",\r\n \"name\": \"MC_backcompat-test-win-46660-NjA2M_NjA2M_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34115608-westus2\",\r\n \"name\": \"hcpguweebld34115608-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34115608\",\r\n \"name\": \"sqlguweebld34115608\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-24 12:02:21Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_guweebld34115608_guwe0824a_westus2\",\r\n \"name\": \"MC_guweebld34115608_guwe0824a_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"guweebld34115608\",\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2\",\r\n \"name\": \"hcpabelchebld34118333-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlabelchebld34118333\",\r\n \"name\": \"sqlabelchebld34118333\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-1\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-svc-0\",\r\n \"name\": \"hcpabelchebld34118333-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-2\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-3\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34118333_test2004_westus2\",\r\n \"name\": \"MC_abelchebld34118333_test2004_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34114510-lWiMp\",\r\n \"name\": \"e2erg-qinhaoebld34114510-lWiMp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598537712\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34114510-lWiMp_e2eaks-Nng_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34114510-lWiMp_e2eaks-Nng_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598537712\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/zuya20200824rg\",\r\n \"name\": \"zuya20200824rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zuya20200824rg_zuya20200824aks_westus2\",\r\n \"name\": \"MC_zuya20200824rg_zuya20200824aks_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34114510-JhPNR\",\r\n \"name\": \"e2erg-qinhaoebld34114510-JhPNR\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34114510-JhPNR_e2eaks-HQw_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34114510-JhPNR_e2eaks-HQw_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld34128399-westus2\",\r\n \"name\": \"hcpnikelleebld34128399-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld34128399\",\r\n \"name\": \"sqlnikelleebld34128399\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34121999-OoXrU\",\r\n \"name\": \"e2erg-qinhaoebld34121999-OoXrU\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34121999-OoXrU_e2eaks-QGT_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34121999-OoXrU_e2eaks-QGT_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/qinhao-upgrade\",\r\n \"name\": \"qinhao-upgrade\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34129746-westus2\",\r\n \"name\": \"hcpismilleebld34129746-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34129746\",\r\n \"name\": \"sqlismilleebld34129746\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34129876-westus2\",\r\n \"name\": \"hcpjoolshevebld34129876-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34129876\",\r\n \"name\": \"sqljoolshevebld34129876\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130227-westus2\",\r\n \"name\": \"hcpismilleebld34130227-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130227\",\r\n \"name\": \"sqlismilleebld34130227\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130395-westus2\",\r\n \"name\": \"hcpismilleebld34130395-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130395\",\r\n \"name\": \"sqlismilleebld34130395\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130867-westus2\",\r\n \"name\": \"hcpismilleebld34130867-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130867\",\r\n \"name\": \"sqlismilleebld34130867\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34131342-westus2\",\r\n \"name\": \"hcpismilleebld34131342-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34131342\",\r\n \"name\": \"sqlismilleebld34131342\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_joolshevebld34129876_test_westus2\",\r\n \"name\": \"MC_joolshevebld34129876_test_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"joolshevebld34129876\",\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-nikelleebld34128399-Amjs\",\r\n \"name\": \"e2erg-nikelleebld34128399-Amjs\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34132247-westus2\",\r\n \"name\": \"hcpismilleebld34132247-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34132247\",\r\n \"name\": \"sqlismilleebld34132247\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34132703-westus2\",\r\n \"name\": \"hcpismilleebld34132703-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34132703\",\r\n \"name\": \"sqlismilleebld34132703\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34133073-westus2\",\r\n \"name\": \"hcpismilleebld34133073-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34133073\",\r\n \"name\": \"sqlismilleebld34133073\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34133710-westus2\",\r\n \"name\": \"hcpismilleebld34133710-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34133710\",\r\n \"name\": \"sqlismilleebld34133710\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-nikelleebld34128399-zjyc\",\r\n \"name\": \"e2erg-nikelleebld34128399-zjyc\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-nikelleebld34128399-zjyc_e2eaks-MFw_westus2\",\r\n \"name\": \"MC_e2erg-nikelleebld34128399-zjyc_e2eaks-MFw_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34134509-westus2\",\r\n \"name\": \"hcpismilleebld34134509-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34134509\",\r\n \"name\": \"sqlismilleebld34134509\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34135103-westus2\",\r\n \"name\": \"hcpismilleebld34135103-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34135103\",\r\n \"name\": \"sqlismilleebld34135103\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34136614-westus2\",\r\n \"name\": \"hcpismilleebld34136614-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34136614\",\r\n \"name\": \"sqlismilleebld34136614\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie0824\",\r\n \"name\": \"robbie0824\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie0824_testmetricsserver_westus2\",\r\n \"name\": \"MC_robbie0824_testmetricsserver_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34137891-westus2\",\r\n \"name\": \"hcpismilleebld34137891-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34137891\",\r\n \"name\": \"sqlismilleebld34137891\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34138934-westus2\",\r\n \"name\": \"hcpismilleebld34138934-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34138934\",\r\n \"name\": \"sqlismilleebld34138934\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34139317-westus2\",\r\n \"name\": \"hcpismilleebld34139317-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34139317\",\r\n \"name\": \"sqlismilleebld34139317\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/bowatest\",\r\n \"name\": \"bowatest\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_bowatest_bowatestvmss_westus2\",\r\n \"name\": \"MC_bowatest_bowatestvmss_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34141166-westus2\",\r\n \"name\": \"hcpismilleebld34141166-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34141166\",\r\n \"name\": \"sqlismilleebld34141166\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34141885-westus2\",\r\n \"name\": \"hcpismilleebld34141885-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34141885\",\r\n \"name\": \"sqlismilleebld34141885\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34142895-westus2\",\r\n \"name\": \"hcpismilleebld34142895-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34142895\",\r\n \"name\": \"sqlismilleebld34142895\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34144718-westus2\",\r\n \"name\": \"hcpismilleebld34144718-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34144718\",\r\n \"name\": \"sqlismilleebld34144718\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_qinhao-upgrade_qinhao-upgrade_westus2\",\r\n \"name\": \"MC_qinhao-upgrade_qinhao-upgrade_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598581408\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34149377\",\r\n \"name\": \"hcpbaheebld34149377\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34149586-westus2\",\r\n \"name\": \"hcpismilleebld34149586-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34149586\",\r\n \"name\": \"sqlismilleebld34149586\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34150227-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34150227-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598418098\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_guweebld34150227_guwe0825p_westus2\",\r\n \"name\": \"MC_guweebld34150227_guwe0825p_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"guweebld34150227\",\r\n \"deletion_due_time\": \"1598592035\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34153384-westus2\",\r\n \"name\": \"hcpbinxiebld34153384-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598424421\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld34153384\",\r\n \"name\": \"sqlbinxiebld34153384\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598424421\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34153384-westus2-cx-1\",\r\n \"name\": \"hcpbinxiebld34153384-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598424421\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34153384-westus2-svc-0\",\r\n \"name\": \"hcpbinxiebld34153384-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598424421\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34153384-westus2-cx-2\",\r\n \"name\": \"hcpbinxiebld34153384-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598424421\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34153384-westus2-cx-3\",\r\n \"name\": \"hcpbinxiebld34153384-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598424421\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-test\",\r\n \"name\": \"jiliu8-test\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34154688-westus2\",\r\n \"name\": \"hcpbinxiebld34154688-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld34154688\",\r\n \"name\": \"sqlbinxiebld34154688\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34154688-westus2-cx-1\",\r\n \"name\": \"hcpbinxiebld34154688-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598425690\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34154688-westus2-cx-3\",\r\n \"name\": \"hcpbinxiebld34154688-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598425690\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34154688-westus2-svc-0\",\r\n \"name\": \"hcpbinxiebld34154688-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598425690\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34154688-westus2-cx-2\",\r\n \"name\": \"hcpbinxiebld34154688-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598425690\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2\",\r\n \"name\": \"hcplimaebld34154903-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqllimaebld34154903\",\r\n \"name\": \"sqllimaebld34154903\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-3\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-1\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-2\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-svc-0\",\r\n \"name\": \"hcplimaebld34154903-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251452-EscgP\",\r\n \"name\": \"e2erg-prodebld2008251452-EscgP\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008251452-EscgP_e2eaks-mFR_westus2\",\r\n \"name\": \"MC_e2erg-prodebld2008251452-EscgP_e2eaks-mFR_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2\",\r\n \"name\": \"hcpguweebld34155745-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34155745\",\r\n \"name\": \"sqlguweebld34155745\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34155745-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld34156969-westus2\",\r\n \"name\": \"hcpandliuebld34156969-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld34156969\",\r\n \"name\": \"sqlandliuebld34156969\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2\",\r\n \"name\": \"hcpguweebld34156975-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34156975\",\r\n \"name\": \"sqlguweebld34156975\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld34156969\",\r\n \"name\": \"hcpandliuebld34156969\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34156975-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34160715-westus2\",\r\n \"name\": \"hcpismilleebld34160715-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598620399\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34160715\",\r\n \"name\": \"sqlismilleebld34160715\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598620399\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlqinhaoebld34161761\",\r\n \"name\": \"sqlqinhaoebld34161761\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-1\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-2\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-3\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-svc-0\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163471-westus2\",\r\n \"name\": \"hcpismilleebld34163471-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163471\",\r\n \"name\": \"sqlismilleebld34163471\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163707-westus2\",\r\n \"name\": \"hcpismilleebld34163707-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163707\",\r\n \"name\": \"sqlismilleebld34163707\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163957-westus2\",\r\n \"name\": \"hcpismilleebld34163957-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163957\",\r\n \"name\": \"sqlismilleebld34163957\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34164426-westus2\",\r\n \"name\": \"hcpismilleebld34164426-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34164426\",\r\n \"name\": \"sqlismilleebld34164426\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34165810-westus2\",\r\n \"name\": \"hcpismilleebld34165810-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34165810\",\r\n \"name\": \"sqlismilleebld34165810\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34166108-westus2\",\r\n \"name\": \"hcpismilleebld34166108-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34166108\",\r\n \"name\": \"sqlismilleebld34166108\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34167698\",\r\n \"name\": \"sqljoolshevebld34167698\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-svc-0\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-3\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-1\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-2\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598466377\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34168577\",\r\n \"name\": \"sqljoolshevebld34168577\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598466377\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-3\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-1\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-svc-0\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-2\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34171150-westus2\",\r\n \"name\": \"hcpismilleebld34171150-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34171150\",\r\n \"name\": \"sqlismilleebld34171150\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34171724-westus2\",\r\n \"name\": \"hcpismilleebld34171724-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34171724\",\r\n \"name\": \"sqlismilleebld34171724\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34172827-westus2\",\r\n \"name\": \"hcpismilleebld34172827-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598470110\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34172827\",\r\n \"name\": \"sqlismilleebld34172827\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598470110\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34174869-westus2\",\r\n \"name\": \"hcpismilleebld34174869-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598473506\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34174869\",\r\n \"name\": \"sqlismilleebld34174869\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598473506\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34175370-westus2\",\r\n \"name\": \"hcpismilleebld34175370-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598649359\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34175370\",\r\n \"name\": \"sqlismilleebld34175370\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598649359\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/windows\",\r\n \"name\": \"windows\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598652499\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_windows_windows_westus2\",\r\n \"name\": \"MC_windows_windows_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598656259\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2\",\r\n \"name\": \"hcpguweebld34185241-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34185241\",\r\n \"name\": \"sqlguweebld34185241\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34185241-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34118333_testwnp_westus2\",\r\n \"name\": \"MC_abelchebld34118333_testwnp_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"abelchebld34118333\",\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188204-westus2\",\r\n \"name\": \"hcpzhongzebld34188204-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhongzebld34188204\",\r\n \"name\": \"sqlzhongzebld34188204\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188204\",\r\n \"name\": \"hcpzhongzebld34188204\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188819-westus2\",\r\n \"name\": \"hcpzhongzebld34188819-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhongzebld34188819\",\r\n \"name\": \"sqlzhongzebld34188819\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188819\",\r\n \"name\": \"hcpzhongzebld34188819\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhongzebld34188819_zhongztest16_westus2\",\r\n \"name\": \"MC_zhongzebld34188819_zhongztest16_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhongzebld34188819\",\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhongzebld34188819_zhongztest18_westus2\",\r\n \"name\": \"MC_zhongzebld34188819_zhongztest18_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhongzebld34188819\",\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2007162026-VIEgi\",\r\n \"name\": \"e2erg-prodebld2007162026-VIEgi\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595193180\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-17 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2007162026-VIEgi_e2eaks-pTD_australiaeast\",\r\n \"name\": \"MC_e2erg-prodebld2007162026-VIEgi_e2eaks-pTD_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595470344\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008031812-ixwxP\",\r\n \"name\": \"e2erg-prodebld2008031812-ixwxP\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596739293\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-04 00:05:40Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008031812-PWnVz\",\r\n \"name\": \"e2erg-prodebld2008031812-PWnVz\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596739293\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-04 00:05:40Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008031812-PWnVz_e2eaks-ICB_australiaeast\",\r\n \"name\": \"MC_e2erg-prodebld2008031812-PWnVz_e2eaks-ICB_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596870903\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yangl_test_australiaeast\",\r\n \"name\": \"MC_yangl_test_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008192056-ohpsq\",\r\n \"name\": \"e2erg-prodebld2008192056-ohpsq\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598130148\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-20 00:04:07Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008192056-ohpsq_e2eaks-NiI_eastasia\",\r\n \"name\": \"MC_e2erg-prodebld2008192056-ohpsq_e2eaks-NiI_eastasia\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598378698\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xlEastUS2\",\r\n \"name\": \"xlEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598623566\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-entombingj_aro-peroration-bnq2cd6bc3_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-entombingj_aro-peroration-bnq2cd6bc3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000005\",\r\n \"deletion_due_time\": \"1576541346\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576281751\",\r\n \"now_day\": \"14\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/7bf95809-249a-4cbb-a261-73dd32e0cb75\",\r\n \"name\": \"7bf95809-249a-4cbb-a261-73dd32e0cb75\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-furlhuston\",\r\n \"name\": \"aro-e2e-cluster-furlhuston\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2019-12-17 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1576800306\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576540200\",\r\n \"now_day\": \"16\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-furlhuston_aro-cancelsslo-bns1ga0iol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-furlhuston_aro-cancelsslo-bns1ga0iol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1576800306\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576540298\",\r\n \"now_day\": \"16\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/0c521917-3cb3-4de5-ad90-9b90e19c9758\",\r\n \"name\": \"0c521917-3cb3-4de5-ad90-9b90e19c9758\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-blossoming_aro-crusaderpe-bo7ra9vu0q_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-blossoming_aro-crusaderpe-bo7ra9vu0q_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000004\",\r\n \"deletion_due_time\": \"1578348203\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1578087819\",\r\n \"now_day\": \"3\",\r\n \"now_month\": \"1\",\r\n \"now_year\": \"2020\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/0ed95d7f-fd62-40e8-a36a-06f819c0ebc1\",\r\n \"name\": \"0ed95d7f-fd62-40e8-a36a-06f819c0ebc1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-particular_aro-finneganmc-bob6vm0iol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-particular_aro-finneganmc-bob6vm0iol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1578790938\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag1\": \"testMapString1\",\r\n \"testTag2\": \"testMapString2\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/d0cea153-4a9e-4fbf-8508-b15aad65e515\",\r\n \"name\": \"d0cea153-4a9e-4fbf-8508-b15aad65e515\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-entreaties_aro-needlework-bogl05giol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-entreaties_aro-needlework-bogl05giol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1579500899\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1579241594\",\r\n \"now_day\": \"17\",\r\n \"now_month\": \"1\",\r\n \"now_year\": \"2020\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9095e38b-656f-4c3b-9e66-e4b4ec3c3961\",\r\n \"name\": \"9095e38b-656f-4c3b-9e66-e4b4ec3c3961\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi1_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi1_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi2_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi2_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosiwesteurope_westeurope\",\r\n \"name\": \"MC_tosi1_tosiwesteurope_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625414838\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111-uksouth\",\r\n \"name\": \"hcpgalofirebld44040111-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44040111\",\r\n \"name\": \"sqlgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111\",\r\n \"name\": \"hcpgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224-uksouth\",\r\n \"name\": \"hcpgalofirebld44041224-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44041224\",\r\n \"name\": \"sqlgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224\",\r\n \"name\": \"hcpgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115-uksouth\",\r\n \"name\": \"hcpgalofirebld44054115-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44054115\",\r\n \"name\": \"sqlgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115\",\r\n \"name\": \"hcpgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625493994\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320-southcentralus\",\r\n \"name\": \"hcptqinchenebld44088320-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltqinchenebld44088320\",\r\n \"name\": \"sqltqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320\",\r\n \"name\": \"hcptqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622207190\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622981261\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0604e\",\r\n \"name\": \"doliu0604e\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0604e_t2w_eastus2euap\",\r\n \"name\": \"MC_doliu0604e_t2w_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/michael-scale\",\r\n \"name\": \"michael-scale\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_michael-scale_michael-scale_eastus2\",\r\n \"name\": \"MC_michael-scale_michael-scale_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458018\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksetctestganesh\",\r\n \"name\": \"aksetctestganesh\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAP\",\r\n \"name\": \"DefaultResourceGroup-EAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"name\": \"MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/gktestconfig\",\r\n \"name\": \"gktestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"name\": \"MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ganeshtestconfig\",\r\n \"name\": \"ganeshtestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"name\": \"MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"name\": \"MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625407643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi0702private_eastus2\",\r\n \"name\": \"MC_binxi_binxi0702private_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625504745\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi070201_eastus2\",\r\n \"name\": \"MC_binxi_binxi070201_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-dapr\",\r\n \"name\": \"jiliu8-dapr\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624453613\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44110084-KEATU\",\r\n \"name\": \"e2erg-toncheebld44110084-KEATU\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1602774559\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-10-13 00:08:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156-eastus\",\r\n \"name\": \"hcpxinywaebld43996156-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxinywaebld43996156\",\r\n \"name\": \"sqlxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156\",\r\n \"name\": \"hcpxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksDKCTestGanesh\",\r\n \"name\": \"aksDKCTestGanesh\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655-eastus\",\r\n \"name\": \"hcpshmalfatebld44020655-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44020655\",\r\n \"name\": \"sqlshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655\",\r\n \"name\": \"hcpshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124-eastus\",\r\n \"name\": \"hcptilnlebld44021124-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltilnlebld44021124\",\r\n \"name\": \"sqltilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124\",\r\n \"name\": \"hcptilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474-eastus\",\r\n \"name\": \"hcpbinxiebld44032474-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld44032474\",\r\n \"name\": \"sqlbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474\",\r\n \"name\": \"hcpbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxiebld44032474_test1_eastus\",\r\n \"name\": \"MC_binxiebld44032474_test1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049-eastus\",\r\n \"name\": \"hcpjiliuebld44041049-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiliuebld44041049\",\r\n \"name\": \"sqljiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049\",\r\n \"name\": \"hcpjiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370-eastus\",\r\n \"name\": \"hcpaleldeibebld44056370-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44056370\",\r\n \"name\": \"sqlaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370\",\r\n \"name\": \"hcpaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065539-eastus\",\r\n \"name\": \"hcpaleldeibebld44065539-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065539\",\r\n \"name\": \"sqlaleldeibebld44065539\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065814-eastus\",\r\n \"name\": \"hcpaleldeibebld44065814-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065814\",\r\n \"name\": \"sqlaleldeibebld44065814\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281-eastus\",\r\n \"name\": \"hcpaleldeibebld44066281-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44066281\",\r\n \"name\": \"sqlaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281\",\r\n \"name\": \"hcpaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560-eastus\",\r\n \"name\": \"hcpandliuebld44067560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld44067560\",\r\n \"name\": \"sqlandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560\",\r\n \"name\": \"hcpandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-LGSsum\",\r\n \"name\": \"e2erg-jiliuebld44041049-LGSsum\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"name\": \"MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625296008\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057-eastus\",\r\n \"name\": \"hcpgalofirebld44073057-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44073057\",\r\n \"name\": \"sqlgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057\",\r\n \"name\": \"hcpgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld44067560_andliu3_eastus\",\r\n \"name\": \"MC_andliuebld44067560_andliu3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"andliuebld44067560\",\r\n \"deletion_due_time\": \"1625378786\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"name\": \"MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"galofirebld44073057\",\r\n \"deletion_due_time\": \"1625310357\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-cdQWNg\",\r\n \"name\": \"e2erg-jiliuebld44041049-cdQWNg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-Alxiqi\",\r\n \"name\": \"e2erg-jiliuebld44041049-Alxiqi\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44084491\",\r\n \"name\": \"sqltjnguyenebld44084491\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867-eastus\",\r\n \"name\": \"hcptienleebld44090867-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltienleebld44090867\",\r\n \"name\": \"sqltienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tienle-vhdgeneralized32-rg\",\r\n \"name\": \"tienle-vhdgeneralized32-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339265\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867\",\r\n \"name\": \"hcptienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"name\": \"MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/agentbaker-e2e-tests\",\r\n \"name\": \"agentbaker-e2e-tests\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"name\": \"MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935-eastus\",\r\n \"name\": \"hcpchmcbridebld44098935-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44098935\",\r\n \"name\": \"sqlchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935\",\r\n \"name\": \"hcpchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mutiagenteast\",\r\n \"name\": \"mutiagenteast\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilderrg\",\r\n \"name\": \"aksvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461-eastus\",\r\n \"name\": \"hcpchmcbridebld44101461-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44101461\",\r\n \"name\": \"sqlchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461\",\r\n \"name\": \"hcpchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357-eastus\",\r\n \"name\": \"hcptjuliayiebld44102357-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44102357\",\r\n \"name\": \"sqltjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357\",\r\n \"name\": \"hcptjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao\",\r\n \"name\": \"haitao\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_haitao_bootA_eastus\",\r\n \"name\": \"MC_haitao_bootA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110-eastus\",\r\n \"name\": \"hcpbaheebld44108110-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44108110\",\r\n \"name\": \"sqlbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110\",\r\n \"name\": \"hcpbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld44108110_test_eastus\",\r\n \"name\": \"MC_baheebld44108110_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld44108110\",\r\n \"deletion_due_time\": \"1625371669\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054-eastus\",\r\n \"name\": \"hcphaitchebld44115054-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlhaitchebld44115054\",\r\n \"name\": \"sqlhaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054\",\r\n \"name\": \"hcphaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508-eastus\",\r\n \"name\": \"hcpbaheebld44124508-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44124508\",\r\n \"name\": \"sqlbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosieastus_eastus\",\r\n \"name\": \"MC_tosi1_tosieastus_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508\",\r\n \"name\": \"hcpbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097-eastus\",\r\n \"name\": \"hcptjnguyenebld44127097-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44127097\",\r\n \"name\": \"sqltjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097\",\r\n \"name\": \"hcptjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442-eastus\",\r\n \"name\": \"hcptrangebld44131442-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltrangebld44131442\",\r\n \"name\": \"sqltrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442\",\r\n \"name\": \"hcptrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868-eastus\",\r\n \"name\": \"hcpaganeshkebld44135868-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaganeshkebld44135868\",\r\n \"name\": \"sqlaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868\",\r\n \"name\": \"hcpaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-trangebld44131442-nHqzZl\",\r\n \"name\": \"e2erg-trangebld44131442-nHqzZl\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"name\": \"MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"hcp performance\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695-eastus\",\r\n \"name\": \"hcpnikelleebld44137695-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld44137695\",\r\n \"name\": \"sqlnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695\",\r\n \"name\": \"hcpnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016-eastus\",\r\n \"name\": \"hcptchamakaebld44140016-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44140016\",\r\n \"name\": \"sqltchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016\",\r\n \"name\": \"hcptchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267-eastus\",\r\n \"name\": \"hcptaboraebld44146267-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltaboraebld44146267\",\r\n \"name\": \"sqltaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267\",\r\n \"name\": \"hcptaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687-eastus\",\r\n \"name\": \"hcpasilvermebld44147687-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlasilvermebld44147687\",\r\n \"name\": \"sqlasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687\",\r\n \"name\": \"hcpasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld43927544-RJIOA\",\r\n \"name\": \"e2erg-qinhaoebld43927544-RJIOA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"name\": \"MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"windows k8s\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077-eastus\",\r\n \"name\": \"hcpjiesheebld44153077-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiesheebld44153077\",\r\n \"name\": \"sqljiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077\",\r\n \"name\": \"hcpjiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515-eastus\",\r\n \"name\": \"hcpshmalfatebld44167515-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44167515\",\r\n \"name\": \"sqlshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515\",\r\n \"name\": \"hcpshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516-eastus\",\r\n \"name\": \"hcptjuliayiebld44169516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44169516\",\r\n \"name\": \"sqltjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516\",\r\n \"name\": \"hcptjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"name\": \"MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tjuliayiebld44169516\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-psl7rbiu6l\",\r\n \"name\": \"pkr-Resource-Group-psl7rbiu6l\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248199\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-uwkt8qzc9k\",\r\n \"name\": \"pkr-Resource-Group-uwkt8qzc9k\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248283\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995-eastus\",\r\n \"name\": \"hcptchamakaebld44171995-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44171995\",\r\n \"name\": \"sqltchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995\",\r\n \"name\": \"hcptchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44107243-nnPeJ\",\r\n \"name\": \"e2erg-toncheebld44107243-nnPeJ\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44109962-CnPeG\",\r\n \"name\": \"e2erg-toncheebld44109962-CnPeG\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/asilverman-provision-test\",\r\n \"name\": \"asilverman-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"name\": \"MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625425583\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917-westus\",\r\n \"name\": \"hcpyunrugeebld44138917-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld44138917\",\r\n \"name\": \"sqlyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917\",\r\n \"name\": \"hcpyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099-westus\",\r\n \"name\": \"hcpmirsikebld44142099-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmirsikebld44142099\",\r\n \"name\": \"sqlmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099\",\r\n \"name\": \"hcpmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624928888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_niqi-test-capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitch\",\r\n \"name\": \"haitch\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tosi1\",\r\n \"name\": \"tosi1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"name\": \"e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625472459\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625212001\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-tmp\",\r\n \"name\": \"lima-tmp\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44072710\",\r\n \"name\": \"yizhangebld44072710\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAU\",\r\n \"name\": \"DefaultResourceGroup-EAU\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625335599\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44096015\",\r\n \"name\": \"yizhangebld44096015\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44096015\",\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44099246\",\r\n \"name\": \"yizhangebld44099246\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-5597?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTU1OTc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-8882?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTg4ODI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "89a0adab-9849-4e65-afca-821b17be5621" + "d8a88e16-a578-4c24-83b1-80c192a4207d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:40:53 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "649a9335-e895-49b1-aac7-98a9d84bbfd2" + "71a4c957-6624-459b-b957-a6261876ab49" ], "x-ms-correlation-request-id": [ - "649a9335-e895-49b1-aac7-98a9d84bbfd2" + "71a4c957-6624-459b-b957-a6261876ab49" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T073648Z:649a9335-e895-49b1-aac7-98a9d84bbfd2" + "WESTUS2:20210702T184054Z:71a4c957-6624-459b-b957-a6261876ab49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:36:48 GMT" - ], "Content-Length": [ "198" ], @@ -123,52 +123,58 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-5597\",\r\n \"name\": \"aks-dotnet-sdk-RG-5597\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-8882\",\r\n \"name\": \"aks-dotnet-sdk-RG-8882\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-5597/providers/Microsoft.ContainerService/managedClusters/azsmnet4299?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTU1OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NDI5OT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-8882/providers/Microsoft.ContainerService/managedClusters/azsmnet7920?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTg4ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NzkyMD9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\",\r\n \"secret\": \"cef93fc9-1fae-44d4-bb47-9da8f28af538\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\",\r\n \"secret\": \"XFP5t_5wcL48VA00GY7OunpsVlcTR228Co\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eafc19a2-2a33-4399-a2f6-78d55a4e425a" + "49e2c045-d6fb-4aef-93a7-3551f63aeb73" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "412" + "410" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:41:19 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/a67927eb-b700-46e4-b0ef-8cf0554d247c?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30" ], "x-ms-correlation-request-id": [ - "426ddd7a-641b-4779-95ab-6b3e83477f62" + "5cf1d47e-e93c-4698-931f-4e8772cf3f48" ], "x-ms-request-id": [ - "a67927eb-b700-46e4-b0ef-8cf0554d247c" + "fa15fcc7-2d81-47fa-983e-67321edbff22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -176,17 +182,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T073707Z:426ddd7a-641b-4779-95ab-6b3e83477f62" - ], - "Date": [ - "Wed, 26 Aug 2020 07:37:06 GMT" + "WESTUS2:20210702T184120Z:5cf1d47e-e93c-4698-931f-4e8772cf3f48" ], "Content-Length": [ - "1592" + "1793" ], "Content-Type": [ "application/json" @@ -195,37 +195,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-5597/providers/Microsoft.ContainerService/managedClusters/azsmnet4299\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet4299\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-f14b788a.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.06\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\"\r\n },\r\n \"addonProfiles\": {\r\n \"KubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-5597_azsmnet4299_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-8882/providers/Microsoft.ContainerService/managedClusters/azsmnet7920\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet7920\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-7051cce1.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-7051cce1.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-8882_azsmnet7920_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/a67927eb-b700-46e4-b0ef-8cf0554d247c?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E2NzkyN2ViLWI3MDAtNDZlNC1iMGVmLThjZjA1NTRkMjQ3Yz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:41:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "776e9023-c8aa-461f-8f02-1e31b1d2601d" + "f916ce8a-9784-4807-acf2-9c0275cd2fa9" ], "x-ms-request-id": [ - "2c140fd4-011e-48c4-a263-4eb2d375bec1" + "4f2b9fd1-0ee9-40df-8ca6-3e27c4985e25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -233,14 +239,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T073737Z:776e9023-c8aa-461f-8f02-1e31b1d2601d" - ], - "Date": [ - "Wed, 26 Aug 2020 07:37:37 GMT" + "WESTUS2:20210702T184150Z:f916ce8a-9784-4807-acf2-9c0275cd2fa9" ], "Content-Length": [ "126" @@ -252,37 +252,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"eb2779a6-00b7-e446-b0ef-8cf0554d247c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T07:37:04.3472763Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/a67927eb-b700-46e4-b0ef-8cf0554d247c?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E2NzkyN2ViLWI3MDAtNDZlNC1iMGVmLThjZjA1NTRkMjQ3Yz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:42:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "253620d5-3708-464e-b63c-f0426c9b54f8" + "c2be4d5e-2d62-41d8-a400-96bc408b7151" ], "x-ms-request-id": [ - "95fd27ed-df89-4b8c-8cb1-caf8b3db585d" + "8539ce53-8c1e-4a43-850f-194cf3c0a063" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -290,14 +296,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T073808Z:253620d5-3708-464e-b63c-f0426c9b54f8" - ], - "Date": [ - "Wed, 26 Aug 2020 07:38:08 GMT" + "WESTUS2:20210702T184220Z:c2be4d5e-2d62-41d8-a400-96bc408b7151" ], "Content-Length": [ "126" @@ -309,37 +309,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"eb2779a6-00b7-e446-b0ef-8cf0554d247c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T07:37:04.3472763Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/a67927eb-b700-46e4-b0ef-8cf0554d247c?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E2NzkyN2ViLWI3MDAtNDZlNC1iMGVmLThjZjA1NTRkMjQ3Yz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:42:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "9abb5865-3cb4-40be-bb26-173bf7e549f6" + "56b7f4ae-3778-4caf-b41a-a4d54b58f885" ], "x-ms-request-id": [ - "427192b0-8c1d-499e-8f1f-87d62628de41" + "772caf59-7b73-4cc1-a164-b4542e639cf9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -347,14 +353,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T073838Z:9abb5865-3cb4-40be-bb26-173bf7e549f6" - ], - "Date": [ - "Wed, 26 Aug 2020 07:38:38 GMT" + "WESTUS2:20210702T184250Z:56b7f4ae-3778-4caf-b41a-a4d54b58f885" ], "Content-Length": [ "126" @@ -366,37 +366,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"eb2779a6-00b7-e446-b0ef-8cf0554d247c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T07:37:04.3472763Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/a67927eb-b700-46e4-b0ef-8cf0554d247c?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E2NzkyN2ViLWI3MDAtNDZlNC1iMGVmLThjZjA1NTRkMjQ3Yz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:43:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "5b84d6bc-1ba9-4139-9aef-1b23ecd27db9" + "2940279c-ab26-43bf-97a0-cfb8b28e70ad" ], "x-ms-request-id": [ - "d196e1b1-9ac7-46e6-bffe-27434c606b93" + "f5c429c0-ff22-401c-853f-666d87c409ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -404,14 +410,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T073909Z:5b84d6bc-1ba9-4139-9aef-1b23ecd27db9" - ], - "Date": [ - "Wed, 26 Aug 2020 07:39:08 GMT" + "WESTUS2:20210702T184320Z:2940279c-ab26-43bf-97a0-cfb8b28e70ad" ], "Content-Length": [ "126" @@ -423,37 +423,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"eb2779a6-00b7-e446-b0ef-8cf0554d247c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T07:37:04.3472763Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/a67927eb-b700-46e4-b0ef-8cf0554d247c?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E2NzkyN2ViLWI3MDAtNDZlNC1iMGVmLThjZjA1NTRkMjQ3Yz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:43:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "b1480866-b7c9-4a1d-8c1c-059bf9dbd1c9" + "f230086f-8473-4997-b3e0-14fb93980c31" ], "x-ms-request-id": [ - "9ecc55d1-22ef-491b-bb58-952212e630b6" + "5e79cbde-2611-4ece-b713-bbe11e29efec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -461,14 +467,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T073939Z:b1480866-b7c9-4a1d-8c1c-059bf9dbd1c9" - ], - "Date": [ - "Wed, 26 Aug 2020 07:39:38 GMT" + "WESTUS2:20210702T184351Z:f230086f-8473-4997-b3e0-14fb93980c31" ], "Content-Length": [ "126" @@ -480,37 +480,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"eb2779a6-00b7-e446-b0ef-8cf0554d247c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T07:37:04.3472763Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/a67927eb-b700-46e4-b0ef-8cf0554d247c?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E2NzkyN2ViLWI3MDAtNDZlNC1iMGVmLThjZjA1NTRkMjQ3Yz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:44:21 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11994" ], "x-ms-correlation-request-id": [ - "a82937a2-819c-432c-8382-d9f0ea6d55d7" + "44967858-b89d-4776-a714-c951cc66b0c8" ], "x-ms-request-id": [ - "5dc1d467-520c-49b9-a0b4-a2f403eb8e71" + "807da4f4-6cc2-4066-92d6-7bcb871c1d81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -518,14 +524,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074009Z:a82937a2-819c-432c-8382-d9f0ea6d55d7" - ], - "Date": [ - "Wed, 26 Aug 2020 07:40:09 GMT" + "WESTUS2:20210702T184421Z:44967858-b89d-4776-a714-c951cc66b0c8" ], "Content-Length": [ "126" @@ -537,37 +537,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"eb2779a6-00b7-e446-b0ef-8cf0554d247c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T07:37:04.3472763Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/a67927eb-b700-46e4-b0ef-8cf0554d247c?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E2NzkyN2ViLWI3MDAtNDZlNC1iMGVmLThjZjA1NTRkMjQ3Yz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:44:50 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11993" ], "x-ms-correlation-request-id": [ - "df00cb37-750b-45fc-9d4b-394ef442562f" + "2e190691-314a-4a0c-9e0a-8f49b389e134" ], "x-ms-request-id": [ - "cf3c30b9-21f9-44a9-935a-75ed0d01c97b" + "8686d304-c6f2-40e1-a81b-3fb5b1774af3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -575,17 +581,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074040Z:df00cb37-750b-45fc-9d4b-394ef442562f" - ], - "Date": [ - "Wed, 26 Aug 2020 07:40:40 GMT" + "WESTUS2:20210702T184451Z:2e190691-314a-4a0c-9e0a-8f49b389e134" ], "Content-Length": [ - "170" + "126" ], "Content-Type": [ "application/json" @@ -594,37 +594,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"eb2779a6-00b7-e446-b0ef-8cf0554d247c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-08-26T07:37:04.3472763Z\",\r\n \"endTime\": \"2020-08-26T07:40:10.1262028Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-5597/providers/Microsoft.ContainerService/managedClusters/azsmnet4299?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTU1OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NDI5OT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:45:20 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11992" ], "x-ms-correlation-request-id": [ - "13c0719e-03a3-4769-a9a3-49ea1fb13d7a" + "befe5225-6be2-40bc-b24b-a73c872c06c8" ], "x-ms-request-id": [ - "0f5025f6-89d5-4194-ae19-85f753ae3791" + "e5178efe-f5a1-4c76-becd-db94dbef8dc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -632,17 +638,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074040Z:13c0719e-03a3-4769-a9a3-49ea1fb13d7a" - ], - "Date": [ - "Wed, 26 Aug 2020 07:40:40 GMT" + "WESTUS2:20210702T184521Z:befe5225-6be2-40bc-b24b-a73c872c06c8" ], "Content-Length": [ - "1860" + "126" ], "Content-Type": [ "application/json" @@ -651,46 +651,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-5597/providers/Microsoft.ContainerService/managedClusters/azsmnet4299\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet4299\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-f14b788a.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.06\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\"\r\n },\r\n \"addonProfiles\": {\r\n \"KubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-5597_azsmnet4299_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-5597_azsmnet4299_westus2/providers/Microsoft.Network/publicIPAddresses/6ada6402-dee6-4690-b924-27e54e10bca5\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-5597/providers/Microsoft.ContainerService/managedClusters/azsmnet4299/listClusterAdminCredential?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTU1OTcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NDI5OS9saXN0Q2x1c3RlckFkbWluQ3JlZGVudGlhbD9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "51046f5f-0f09-433b-84c2-fb2350e028b8" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:45:50 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074051Z:f59219e6-c53c-4dc3-b213-24f506a484b9" + "Server": [ + "nginx" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "x-ms-correlation-request-id": [ - "f59219e6-c53c-4dc3-b213-24f506a484b9" + "c7299dfe-be97-4cb0-9da2-2a164d2d64ef" ], "x-ms-request-id": [ - "c9aa6a88-f67c-4f6c-8708-167c39cc651a" + "77c97598-48b1-4cb6-87a9-8ee2ed97ff53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -698,14 +695,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], - "Date": [ - "Wed, 26 Aug 2020 07:40:51 GMT" + "x-ms-routing-request-id": [ + "WESTUS2:20210702T184551Z:c7299dfe-be97-4cb0-9da2-2a164d2d64ef" ], "Content-Length": [ - "12897" + "126" ], "Content-Type": [ "application/json" @@ -714,109 +708,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterAdmin\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNWFrTkRRWEpMWjBGM1NVSkJaMGxTUVU1VFNXaGFhMHhZZEVrM2NYTjNUVmxrTVU1WFZFMTNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BCZDA5RVNUSk5SR041VG5wRmVsZG9aMUJOYWtFeFRVUkJORTFxV1hkT2VrMHpUVlJPWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNuRmhkSGhGU0hSMVFtZzBRV1o2TkZKdFIwWnBlakp6VDNGalJHeDNSRXc0WVd4RmRGY3hOVFJuYldkblJERXdTbk54VjBvNU5GbzViRk5HTmk4M1NqRUtUelJqYUZsdVVrRnBWbXA2V1V0ME9HdE9WVUpRZUd4YWVFeExaMGhaVnpsVVIwbDBkRTQyUjJwV1p6WnpZbU5pVXpKSlUzaFpMemc0YTBsMFlrcDJjZ28wVEM5c1RsVnhMekpWTlhaRVlqaFNjRGhTVkdFeWFVNUxaV0oyZG14c1UweGFVa3h0YmpVckt6ZHZjR3d6WVc5WVMxcEJORWhwZVVwNmVtNW1lR2t3Q2psa1NYa3ZWRFJJVUhGak5GUTJiVzlCYkVWeGJHeHdSR1JzVjFKTE1IQkJSMk5XYURSc2VreEtVWHB6WjB4bEt6WjJlVTVHT1Zjdk1UVm5NVGx3Y0hZS1EyRlJNelYwTmpkUEwxVkZXbGRVWWxoYVNqTTNaREF3WmpaeGVVNHdkbTB2ZEdRMWVVeE1NVTVaUVc5TVJrZ3hZa1JLYkRZeWFXaDNPWFZLY1RRdlRncERZVmxDTUVkSVprVnFTRXRIUlZseFNXVXdjRVZzTUZGeGRYUnZSWGhVZEZOTmNEZFpSbmh0Ym1oek16bDRiRmN2UjJJNFEzZG5kQzl4WkV3dlNUZGxDak5rUmpsR05sWndjVFJ2VG0xRVQzSmxlblkyWVhock5ubEJhMXBHYmxsT1RtUjFlRkZzVDB4bFZTOWtTRmhyYUVJM09YaG5VM1EyYm5WaE4xUTJUbEVLTTBSbk5GUlljMWxwUjBzeFlVWmhkbTVqTjJOS2NGSnpLMUYxVkdONVRFdFdTVXhoSzBocEswSlplbnBvYlZCUE1UazVRMDlPVFdjMlMwcFNPR05sZUFwUWNrWklhREpOYjI4NU1qQkZRM1pXYTNsVGVXRkpRbU0zVlU5b1prYzNkMlkyT0hWalVVUnpkR05EY1c0MWN6QXdRM04xWTBSNmMyaGhhM2s0WTBsMUNucGtWWGg0UkhSSFIyTjFVbXBKYlVkSFdHRk9VVEJQY2tOcGJDOHZZVWd2UjJwYVVtcHJjazluVG5kMmMxaERiVUZ0WVZBclozbHpXVVJFU1hKcWJIZ0tZMnRWY21OdmFFNVBUaXN5VG1oSmNXZHljRUpLWkZaVFlUVnJXak4yVEZWb1EwZ3pSamhxZGtWSlJVTkJkMFZCUVdGTmFrMURSWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSkJRWEJNQ2tJd1ZuaHFURzlzWmpNemNIWjFNVlEyWTJOdWJXNXJSMlpRYXpOQmN6bENVRk56UTJKdk56SkhaRmxSWVVaVllTOU9Uek5PZWxneUt6TldiMlZ1VkhFS1NUTjVZMVF3Y1ZBMWNHaDRUa1ZrU2xkSVkwOVNhaXRzUlZOQ09GRjFkRVZCVjBaWVdEUjZWekF5TlRoMEsyYzRObkZKZVdZeWFEbHpkV1JxYUZFeVVRcFZMME4xY1haNE1IUmxjbWsxVWtwcmRtdGpUbkpWTW5Wdk5tUXlPVFowTm0xWU5rSXJVbVIyV21kM01rbDVhMmxaYldFd01FTm5WRWQ1VDBGTWFrVXZDbmN5UjFOTE5VTnRTMkl3Ukd0d1VrOWphMGREUXpkSVEwZE5Ra2RMVFdSdlNGbGhWMUJFVURkME4xRmFaekE0UVRVd2VVczFPV05xTmtKMGJYaFViblVLUVRoa1owZHFhVVI2VDJST1owWlVNWHA0VTFBeFJ6SjBieXRzTlVGS1RrRnBVazk2UmtkQ1dDOUlSRFZMVGl0clNFVnVLMEpvTWtGTGJUQk5UMU5OZEFwMEwzSkpjV3RPVEVNMVQwUTViRGhYVWxJelUwVnpUMXBsV0hKdWJYUlVVRFZhUnpkR09FMDVNRk5zZVZkNFNsTnVNMkV2TlRjd1ZUUnlPV041VTJ0aUNtSXZlVGhrY2taaE1GTkJkMEZLUVdSclFWYzVjVmMzWW1WRU1tbG1ZV3hxZFd0cVkySnNiVzA0TTNkTGJHSlpZemtyY2xsRVFVdFlkMnQ1VmxSaVdqWUthRkJXYVdKcmVtbEVPR3RtY3pOUlFqVkdVREE0VVVkTVMybDRUbG8yVDNGMlZXOXFZblJpTkd4cVdGRnZVWFZ0WkdsVWRISnBVMmd4VlRkd1ZsVXdWZ29yUXpkYVYyOTRVaXRpTUdKamNXNUxXWHBZT0ZkMFVVbEtUVFpCT1dZM00zbzFaakp0T1hkSGVWaFlUMjUzWjBrMFZVcDVVREZUT0ZKRlFXaFBNRGxXQ2poYWEwbG5jaXRvTm0xUFUydENjSFZtUjJoaFFtWlRhbFV2WlVJeU4zSlZjVmhvYVdObEwxbFFNakU0WTFWcGNXSm1hbGhDUjNrMGNVVmpWek5PVWxZS1YzSkVhMGhIYWxjeldVSlVTMWxqWWxSdllVRmlZVlJ2UXpKd1kyZERNRTFCYm1oMVlqTTJjd290TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYWtzZG90bmV0c2RrLWYxNGI3ODhhLmhjcC53ZXN0dXMyLmF6bWs4cy5pbzo0NDMKICBuYW1lOiBhenNtbmV0NDI5OQpjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3RlcjogYXpzbW5ldDQyOTkKICAgIHVzZXI6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy01NTk3X2F6c21uZXQ0Mjk5CiAgbmFtZTogYXpzbW5ldDQyOTkKY3VycmVudC1jb250ZXh0OiBhenNtbmV0NDI5OQpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy01NTk3X2F6c21uZXQ0Mjk5CiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVdlZFTkRRWFZYWjBGM1NVSkJaMGxTUVVsNldHTnBUMGgwY3pSTVZWWkZTMjlFUzNKNWQzTjNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSWFHTk9UV3BCZDA5RVNUSk5SR041VG5wRmVsZG9ZMDVOYWtsM1QwUkpNazFFWTNwT2VrVjZWMnBCZHdwTlVtTjNSbEZaUkZaUlVVdEZkelY2WlZoT01GcFhNRFppVjBaNlpFZFdlV042UlZaTlFrMUhRVEZWUlVGNFRVMWlWMFo2WkVkV2VWa3llSEJhVnpVd0NrMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQmRUWm5PRXRpZGpGbVltdDVPR1ZGU1RVcmRub0tLMjFGT1d0V2VFSjVSbEJJVjNaclQyZE9MM0JFYWpoalEwRndRalozTlRkd2VYZDJhWGszWmtzNUwxQktTRTB3ZFhocVRXOHpZMHAyUjFwUWFtcG1Vd3B2VWxwalozQXhkMVp0YkZOS1JteHFZa3RSZDJ4YWJWQTVaMmxNT1dnd1JHYzJURkJIVDJ4NGNIWTRWMmczTVVFMGEyUnpZa1Y0ZFhNeE9FVjJibkl6Q25sTk1pOVllRUpxZUhaaE1rOXRSMWxIVG5SV05GZGFXbGR3WlRSNmRFaHNUblk0ZDNwc09VRTVRVzV6ZURSdWNrWmpUVUZTV0U5bFkxQktVVlYxVFhnS1kxcGhXbkppTmxsSVNqaFFSak51UjJaQ1ZuUmlOU3N3UzJzdk0wNTFaMncwUWpFME1uVk1iMFowTTAxT1pXUjFaa0pUT1hOelpqUlpTR2xVT1RocFNRb3ZkV1l2U1RCUU1HUlRLMEl4Y1dKaU4ydFZSMGd6WWsxYVZrNVNSVWx2UW05WFN6QTNlRWRqUmxOd2FUSjRXbkphUzBaaFZuaFNWV2c1ZEV4clRsZHRDbVkzTkZaYVVFazNNbkpHYUVsS1YxSTBLMWtyWW1GYVMxcE1aRzg1V1dWdGJWUXJjRTlLTjNSMldWbFpTbkp6VEdvMlZuSTRTV0pPU21SSVdtVTNZak1LUm0xVFIya3lVSGx2UWpGQmVrZGpjM3BsVVhVMVIyWTFhR3BHVGtVNFNHUjBaM05KYUV4dGFrMWtjVlpOVWtObk1sRTVORFpwWlZOTFJISXlibWRGVHdwcVRXWk5Ta0ZvVEc1aldreEdjVXRxWjNoV01XeHBObmM1TDIxSVREQk1RV1JuZUVOVWVrdDJVREJuUWtSdVFtNXBlR2RTTTA5a05IVm9SRFJpTTFFMENsTmhPRUV5Um10blFYTkdabWcxV1c5cE5VTnVaSGxxWm1ZMk4yMTRTMDV3VEUxemJrZzNlbEF4ZDBOTE1EZ3ZTMjVpY2psNVlXeFlVak54U0dOcVZtRUtVRGhhWkRWUFF6Y3lUblFyUTFkSmVEQkhlbTU0WW1SNmVYSjRjelZxV2xOU0wxbFNVRmREYXl0a09VRlhkR1l6VGtSNVNWVTFRbVIzVlZwd2VUbGtOZ3BUYUVkWFNrTnFWVGszY0VSdloyMHhiM042VmxwcmMwTkJkMFZCUVdGTk1VMUVUWGRFWjFsRVZsSXdVRUZSU0M5Q1FWRkVRV2RYWjAxQ1RVZEJNVlZrQ2twUlVVMU5RVzlIUTBOelIwRlJWVVpDZDAxRFRVRjNSMEV4VldSRmQwVkNMM2RSUTAxQlFYZEVVVmxLUzI5YVNXaDJZMDVCVVVWTVFsRkJSR2RuU1VJS1FVRkdValoxWlhJdlFXbElTV2t4V1RGemNUVldlRVpMT1ZCblYwVm5TbUpUYTJ0Q1owc3dZVlIyVWpnNVdXMDJUM1pDTjNKU2VqTnBPREozTnl0TlpBcElObmxzZGtVelREQm1WbVZXY0U5b1pFTTVVV041TVZBMVQyeG5jSFY2YWsxSWJtMW5WbmxaVEVRclRGVmlhM2x0WlM4eU9XaDJVR05XWmtsVGFFRmFDbFExTDNsQmQxQlhWMUZJYVRScE1rSnNVazQxVm5ock5pOHpVMnRqU1hSTGJEaHVSbEJTVlRoTVJITjNkVnBaWkZCeFVrc3dkREpOUzJ4VVRtaElSVU1LWnpGa2JpdFFiVTh6YWtKS09XMXNkVm81ZEZwdWNXZDBjWFZxT1UxUFJTc3daRGw0YUd0TFdscHdLMnd6ZVRoVlIzWkZZMWhzYzIxSFVEaEpUa0pEVHdwUFpVeFBNSEJLWnpORlJUYzFPV1l3U0VkRk5ERnVMMjVDUlVGeWFYQlZWVm96TVRKS2MxWlVjMVJES3pGNmNXMVhiR2RLZEV0b2QyVmpSMUZESzBJeUNpdHFjVXh3VUdWRlEweFBRbXNyZEd4TEwxZDNSSEJWTUZseGF6RmtZbXRXVkVaMFdra3hZbGt6U1hWaGIzUm9VSGczYkd3d05qVTFabWxvWm1waFRsb0tkR2syWmtaTVpWVXljVkpMVURKeWN6Tk5ZM2RWTnl0MlVXRnNOVko2U1ZwTE1YVmFSakZvZGsxM2MxbGtNRnBRVm0xSmFVMXJSakUxVEd3NEt6VTJWZ28yYm5OWlZrdG9VVXBSZUc5R1NtSjNZVnB1V2xOelRYZERhRmhvV1hFMmVVWkJiMnRHYlM5cGRXZE9PREY2VFdoVlJVTnRaazFZZWxoMWRWZGlMelZSQ2s1cFdrWjVORXBUVm1WVmNrNW5lV1pCV0Zwa2FpdExkVFF4U0M5WmJDOXVVVVY2VEVGelduUmFaVFpxT1dSQmRURk1aV2xFU2xZNGVVNWlhMWQ0VkRBS1YwWkxVRlZpUjA5NVZtTlRZM04wVTFORk9EWkRaVkE1THpSdFQwUTBaVVo2VUd4YVNHMUNMMmRKTVVKMWFWRndkVGhRV2xseVZqWXZSakJhWlcxRlRBcHVSVm8xZDIxT1RrWlRNVEpxVEVWT1NrRlFWak5xUVdscWJIZFhSVEpJWkU1M1JGQktOekJMY2t4dFR3b3RMUzB0TFVWT1JDQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENnPT0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxLUzBGSlFrRkJTME5CWjBWQmRUWm5PRXRpZGpGbVltdDVPR1ZGU1RVcmRub3JiVVU1YTFaNFFubEdVRWhYZG10UFowNHZjRVJxT0dORFFYQkNDalozTlRkd2VYZDJhWGszWmtzNUwxQktTRTB3ZFhocVRXOHpZMHAyUjFwUWFtcG1VMjlTV21ObmNERjNWbTFzVTBwR2JHcGlTMUYzYkZwdFVEbG5hVXdLT1dnd1JHYzJURkJIVDJ4NGNIWTRWMmczTVVFMGEyUnpZa1Y0ZFhNeE9FVjJibkl6ZVUweUwxaDRRbXA0ZG1FeVQyMUhXVWRPZEZZMFYxcGFWM0JsTkFwNmRFaHNUblk0ZDNwc09VRTVRVzV6ZURSdWNrWmpUVUZTV0U5bFkxQktVVlYxVFhoaldtRmFjbUkyV1VoS09GQkdNMjVIWmtKV2RHSTFLekJMYXk4ekNrNTFaMncwUWpFME1uVk1iMFowTTAxT1pXUjFaa0pUT1hOelpqUlpTR2xVT1RocFNTOTFaaTlKTUZBd1pGTXJRakZ4WW1JM2ExVkhTRE5pVFZwV1RsSUtSVWx2UW05WFN6QTNlRWRqUmxOd2FUSjRXbkphUzBaaFZuaFNWV2c1ZEV4clRsZHRaamMwVmxwUVNUY3lja1pvU1VwWFVqUXJXU3RpWVZwTFdreGtid281V1dWdGJWUXJjRTlLTjNSMldWbFpTbkp6VEdvMlZuSTRTV0pPU21SSVdtVTNZak5HYlZOSGFUSlFlVzlDTVVGNlIyTnplbVZSZFRWSFpqVm9ha1pPQ2tVNFNHUjBaM05KYUV4dGFrMWtjVlpOVWtObk1sRTVORFpwWlZOTFJISXlibWRGVDJwTlprMUtRV2hNYm1OYVRFWnhTMnBuZUZZeGJHazJkemt2YlVnS1REQk1RV1JuZUVOVWVrdDJVREJuUWtSdVFtNXBlR2RTTTA5a05IVm9SRFJpTTFFMFUyRTRRVEpHYTJkQmMwWm1hRFZaYjJrMVEyNWtlV3BtWmpZM2JRcDRTMDV3VEUxemJrZzNlbEF4ZDBOTE1EZ3ZTMjVpY2psNVlXeFlVak54U0dOcVZtRlFPRnBrTlU5RE56Sk9kQ3REVjBsNE1FZDZibmhpWkhwNWNuaHpDalZxV2xOU0wxbFNVRmREYXl0a09VRlhkR1l6VGtSNVNWVTFRbVIzVlZwd2VUbGtObE5vUjFkS1EycFZPVGR3Ukc5bmJURnZjM3BXV210elEwRjNSVUVLUVZGTFEwRm5RazVsV0V0R1VrY3haek0wU1ZJM1NHUlNNRTA1YTJ0d2NuQnNWelIyVGpZNU5XUndUM1pVTUVsWWRVdFNjRU5XYzFodlZqUmFjMXAwWWdwWGFHMVlUVzl4UW05UVMyNVFLMFJWY1VGUGFpOWFWbWQzVG1zM01teERUazlHVXpGNVJIVTJaVUpGWkZCR1p6SnRlbE5rVUdkQlUzUjJNMHBpWjBWVkNscDFVMlZNYm1oMGVVRjFkVzlDUVRaVlppOTFTRUVyU1ZkS2NFOUZLM1Z5V1hObVpYb3JTME5FWlV4UFpVWmtibVpIY25Sb1VFRjFjWFZrTkVscWJGUUtTMjAxVm10dVpHOUdhQ3Q0VmpGWFdWWjBhVmRDZFZJd2NFRnROSFpLVm5JM2RVVTRRamh6YVZKUmRGZEdWRFpsVGtKQll6SXZSRlJuVm5GS2QxbEZkd294VkdNcmIxbHNObmMzWVZGclluVlVkMUV4YUZCellsRkxUVWQxWnpkbFNrcHlaMXBZVjJrNFduZ3djbkpQUjFCUlpYVXlPVmxRYkZWVFZFWk1WWGhJQ2pKNmVGZFlTelU1YUhrNFJsWTNlRVpqVlZwSk5VcGxOVVIzZG5sM1ZpOVNMMHBhZDNaMEwzVTNjVUl6ZVdJM09EUjRielZrVkVkVE1tWkJjVEJCZFVRS1ZrdGhVWGgxTWpkd2RuZE5kVUUzYVU1TWNqUjBXRk00VFRKa1EzTnZXazlIUjBSb1VVbFBTelkyWkdOSFpVVXdWVnBaYzFCeGNuQktZbmxSU1c5S1dBcDZObmxYYVVkUVlVeDVjV2hNWWtONk1WQTNWamxCY0ZwWWVHWkxjRFJXT1RZNWFYRkdNREpHWlZSNk9XNUJNbUpSS3pKa1pWcG5lVUZoZVRNclozQkpDbElyVDJ4MmEzZHdTbmhRVm01NVNYWTVkRVJOTWpodVdUTmxZVVZ4VFhOTE4wd3hjbTltZFRJNE9HaDFTMWMwYkU0emJqbFBlWHBVUm5jMU9HbzRkVmdLYzFReFVHMUhWSEowUVRneU5sb3hiRWRzYzBJMlExZG5lVkJ0ZVdOQlNtaG1OR1ZuYWpFeE5YVnNNR3RQWjI5bFVrZG9jWE5aUjNCd1dDOHZkR2RLVFFwR05VUjZZbU4zUlhVdmEweEdUbFJFUVZWUFJUUk5aV1J3UkVKMldIVk9ZVTlrVTNWVlVFMVBVekpqV2tsQ1VWcGhVVXREUVZGRlFUaDZORkZQV1V4d0NrOUdNbFptZG5KNlNEZG5WRUpITkhkRFNYUTRjVTF3U1RWRWNHbEJNV05FT0c5UmFtZGpiamt5TDA1bGFDdFdhMnB6TlZWTE5tODJka28zUW1GVGRtY0tPR2wyY0hZMllWVTNRVU5GU1U5cmFHWnRRMU0xT1V4WlpscE1NV1ZGUjJsQk4wdGFibWRVT1ZwNldtbENPRkI0UlVOR1dFaG1NVE5oZURkbFRVZFVZZ3BYVUd4R1VWSmpVazV2ZWxWSVVsbEZSemxGTTJ0UlRTdENWWHBNVVhab05tTlpiaTl2TW1weU1FbzFRWFJ5THpSSlJFdEdZVUpyWlhoMVFsRlFhbWM1Q2xVdlZsQjZjbWRaYkZwdE1rTlpRazFYYVd4WVlYRlJOMVZxYTFkMmRsRlpaRE50UXpjMFRtMW5ZVWsyT0UwclEzQnNZekExWVRFelZXOWpkU3RpVjNNS01tZGtjRzVCZVVWR2NrNDRSbGN2Vm5OeVFtZEZWa0ZIVW5sUU56Qm5iakJ4WTJONWFUVjZUVkJxVkZkVE1FNUpVbmcyVkdaMGFXaG9WV052SzFCME1RcFJSemhUVVRVMlpGSllNMU4yVVV0RFFWRkZRWGhZTDFseU9VMVlaV2RMYkdNNFJGaGtSbWRxVm5BNFNVcDZkblprZW1kV1YyMXlhRkJoT0hSNVdtczJDakV4UVRneFRVMXVTV0pRTms0eFRqSmhabXA0V205U1ZsUmhVREV4Vld4a1VITnlVSE56TlRKblZFUmtObGQxZG5sTU1USlRabmRWYWtsbGVrRm5NM0FLUkM4MVNWbzJSV3RWVmtsalFWTmlPVGx2VTJWNlFVcFFRa3BDUzJ4dUwzWmthVWh2TkVreWQwcE5VVmRaVkVSdWJXWjJaMVZyUWxSRlQzQkJialJvVUFwMFJtRkxiR3QyVVdGSmJWSkZVR0pGWVRsMmRIbEZLMVJ6Ynl0RGRqVk9TMlZIVkhGb1RXZDJPRWhYZWpWMVNFSnVjR3RoVEVaSFREaE5UamhxWW5saUNrdDNVSGd4WTBScFMyZHVPRXc0YjI4NFkwWnNWSFZKTDNOUVRrOUNORk15U0RaVGVFZGFOWHA1WkV0M2NtVnpiMmdyWkdsU2VrNUJWMDlpVWtJdlRXZ0tWVTVUWlhWR1NuQnBkRFJpV0ZGUVRTdERkWGxVVFVsYVMwMVBUVlZqU0daalpEWk5OR2xJZUhCM1MwTkJVVVZCZWxKVFluRXhSMVJtY1VaM2FFMUlhUXBNTDBWTWJqWlhhazhyUlZjNWJIbDFkbXBZTTBsNVpTOVFWRFZ3YWxkcldHSjBWM1U0ZEdKWFVrbDZlbUpIYXpJMGIySmlVRTltZHpOV01XMHdPVFJKQ2tkNk5rbExRazVITWxBeGJHWnhNVWhQUVVOeGF6TjVTM00yUm0xWlZrOUdjblp4YzBKcE5FOHhaa2N5VDB0UVYyaHRkR1JISzBrNVEySlJTWHB6Y3pjS1ExRnZUbGxKVTB0aVJWZHRSM00xYjBGVFNIaEZaMHhpWjFaVEwxRjZRVmdyYVd0cVIweEhZalowUjA1d2RXNW1RMEZDYUhnd1R6RmxWVGhRZGxwT053cHljelJPU3pnclVFVkZiR2N5V20xclNtcDJXakJLSzA4M1ZsSXljalptVTNscFRsVnVSMjV2Ykc5U1lVcG1aSFEzYUdad05VVkdibVprTDFsREsybEdDbWxZY0VWbFVFb3dZM2hoTDNWSWEwaEJaak14ZENzMFN6WlJXRFIxVEhNelprazRhSGxuZW5STFNVWkJSRU5rY21KNWNFUkJhMFpKV2pBeksxVlRTM1lLUzAxTVpqVlJTME5CVVVKMVdFRk5jMDVMZFdkeVVYWm9RVGRuYUU1blRVSkxlbkF5UjJkTE1IWnhNRWcyYTA1VmIyRm1XRkl2TVdWU1YweEphbEZuTXdwNVFXTm5iRlV6VFRVMlQxVTBiM1E0UzBGME9XeEdTVGRtVkRkVlRIQlNMMjFzZGxkVVEzUmpORFp1VDNFNFMySjVSbEZhTmsxWU55OTBOV056Wlc1SENsZDZhREF5UjBndlRqVnZOR0V5TTFkSlpqZGlNMFE1YkRWdmNtNTBObFJsTVc5bFpUVmhTREZLU1RkNmVIbG1hbWQwU2pkcmMweG1RbUZFU2xoVVNHMEtlVVZCT0d3elpXOTNZWE00VkVkTkt6SjJlRE54YjJ4d1puaExhRUZsTDNZd1VWZHVSbE15U2xCM2IyMURObVJFT0ZOcFVGWjJNM0EyYm14bVRsUnVjZ3AyWTNGcGRHSmtkRm9yUlVKV1IwYzRjMmxuTDBGVlVqTnhRMHRwUzNreVQyTkhTSHAyVkhwWWRrVTNjR1JHVlZodFJuSnFjekZPUW1oS00zZGFNMU00Q21WWFNWYzVjMGMxVWpCdFNuQk5hRVZTUVd0TWQyMWliV3BVU25sU1pqbDJRVzlKUWtGQlNVZzJiRnBQUkN0U1RqUktUVUZuZDFkTU5HUXplRWRIY0VnS1YwSkdWazkyUlVveFRtTkpXVzlwVFRKNFRuaElWVmhUYjNsSVV6ZFhUR3h6TVhSdFUxVmlVRVEyYTNGM1lqUnllWGt3V1hVNGEzb3pSWGsyTURZMGF3cHVSWGdyU0hGWldtVlhkV0V5ZWxKNksweFJNV1JoV0hVNU5HUnJLMk5wVUdFNFJHcENjR1JZUkhwWVltdFNMemcxV2pJeE5sVTVMM0J4VHprNE5uVllDbnBMZGxWbk1YUXpObEV3SzJ4MGJESm9PVTR2ZW5wc09WZEZaRVZJYXpGU04zb3hNelZYTkZZMmRFeHhTMmtyV2xFM01uVjVaalEyTjJOYVdsWTRheXNLYnpad2RXSkVOV3haTUV4dFdVdzNUbFJMWkcxNWNqSkhaWEV2WjA5WFJrcHpWaTlZTVZsVFpVbEplbE5NZVhFMlZraGFhR3hyYnpOcWVXTjZaMFl6U2dwaWEzSkRUR2Q1WXpWSGNXazRhRXBrUm1scGRGbElhRFZCY0hOeVZXaG9NbWwwUkhOUlNEaEVSSEpEVFhCRGFGWlZiRmh1WkdkalRqQlNNRDBLTFMwdExTMUZUa1FnVWxOQklGQlNTVlpCVkVVZ1MwVlpMUzB0TFMwSwogICAgdG9rZW46IGU2ODFlOWU2M2IzNjE3M2E4ODllYzc5MWNkMWU5NzQ4NTI5YjU1N2RjYWViMDUxNjBhZWNhYzUzNGQxYWE1MGJkOWIzZTc0YWMwNjNkMTNjNDRlMjZjNmE2Y2VhYWQ2YTQwNDFmNGNjNTIxNTE5MGYwM2VkMTBjNDJiY2VmZGQyCg==\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-5597?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTU1OTc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "45215158-e84e-4f7a-a85d-44ccc4b8465c" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "6a9015ed-83eb-4e2e-a7e3-c748a9e008c0" - ], - "x-ms-correlation-request-id": [ - "6a9015ed-83eb-4e2e-a7e3-c748a9e008c0" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074055Z:6a9015ed-83eb-4e2e-a7e3-c748a9e008c0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Wed, 26 Aug 2020 07:40:54 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Fri, 02 Jul 2021 18:46:20 GMT" ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" + "Server": [ + "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-request-id": [ - "2a03ceac-4bf2-4e78-b136-7581abaedff0" + "11990" ], "x-ms-correlation-request-id": [ - "2a03ceac-4bf2-4e78-b136-7581abaedff0" + "dbd8e901-4e55-40eb-884e-d6a2c8fd4ce7" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074110Z:2a03ceac-4bf2-4e78-b136-7581abaedff0" + "x-ms-request-id": [ + "8590197f-8a2c-4654-a767-fd203fc12d4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -824,56 +752,56 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:41:10 GMT" + "x-ms-routing-request-id": [ + "WESTUS2:20210702T184621Z:dbd8e901-4e55-40eb-884e-d6a2c8fd4ce7" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:46:51 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" + "Server": [ + "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-request-id": [ - "681a2776-6fff-4b77-b7fc-7de04271e607" + "11989" ], "x-ms-correlation-request-id": [ - "681a2776-6fff-4b77-b7fc-7de04271e607" + "11facbfc-dcba-4b16-a506-1f761ce088bb" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074125Z:681a2776-6fff-4b77-b7fc-7de04271e607" + "x-ms-request-id": [ + "8b0d74c5-1465-4e9e-9bdf-dad5c28b49da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -881,56 +809,56 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:41:25 GMT" + "x-ms-routing-request-id": [ + "WESTUS2:20210702T184651Z:11facbfc-dcba-4b16-a506-1f761ce088bb" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:47:20 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" + "Server": [ + "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-request-id": [ - "5aee0b98-66fd-4732-a7c1-de509316ea0d" + "11988" ], "x-ms-correlation-request-id": [ - "5aee0b98-66fd-4732-a7c1-de509316ea0d" + "becefea5-b430-49db-b537-9c82ea45b399" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074141Z:5aee0b98-66fd-4732-a7c1-de509316ea0d" + "x-ms-request-id": [ + "1ceec48e-b513-403c-b750-30bcb6091c36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -938,56 +866,56 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:41:40 GMT" + "x-ms-routing-request-id": [ + "WESTUS2:20210702T184721Z:becefea5-b430-49db-b537-9c82ea45b399" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:47:50 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" + "Server": [ + "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-request-id": [ - "6137a3ec-c9d8-4a20-befe-62bc931457ba" + "11987" ], "x-ms-correlation-request-id": [ - "6137a3ec-c9d8-4a20-befe-62bc931457ba" + "18a5ddc4-147f-471e-b832-972ef1025690" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074156Z:6137a3ec-c9d8-4a20-befe-62bc931457ba" + "x-ms-request-id": [ + "e1c4be57-f44e-4903-8e96-08ee47b56713" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -995,56 +923,56 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:41:56 GMT" + "x-ms-routing-request-id": [ + "WESTUS2:20210702T184751Z:18a5ddc4-147f-471e-b832-972ef1025690" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:48:21 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" + "Server": [ + "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-request-id": [ - "e3b5c7a7-9583-46cd-b33c-e0772f43a49d" + "11986" ], "x-ms-correlation-request-id": [ - "e3b5c7a7-9583-46cd-b33c-e0772f43a49d" + "7a089c43-bd5a-4b65-9ecb-8627e4e291dc" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074212Z:e3b5c7a7-9583-46cd-b33c-e0772f43a49d" + "x-ms-request-id": [ + "0181af36-0e8a-4a03-b334-cbb566d8124c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1052,56 +980,56 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:42:11 GMT" + "x-ms-routing-request-id": [ + "WESTUS2:20210702T184821Z:7a089c43-bd5a-4b65-9ecb-8627e4e291dc" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:48:51 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" + "Server": [ + "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "5f494f24-d99c-4dbb-b69d-73c87609b16a" + "11985" ], "x-ms-correlation-request-id": [ - "5f494f24-d99c-4dbb-b69d-73c87609b16a" + "5c29bdc0-699a-4db5-a058-013c61367d65" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074227Z:5f494f24-d99c-4dbb-b69d-73c87609b16a" + "x-ms-request-id": [ + "af72dc44-4a64-416d-a86e-891e62e7fe7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1109,56 +1037,56 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:42:26 GMT" + "x-ms-routing-request-id": [ + "WESTUS2:20210702T184851Z:5c29bdc0-699a-4db5-a058-013c61367d65" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:49:21 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" + "Server": [ + "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-request-id": [ - "64c5a6ee-491b-4bd7-9582-40ed201a88fd" + "11984" ], "x-ms-correlation-request-id": [ - "64c5a6ee-491b-4bd7-9582-40ed201a88fd" + "37c26e9f-bf50-4374-8109-faae36e57155" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074242Z:64c5a6ee-491b-4bd7-9582-40ed201a88fd" + "x-ms-request-id": [ + "fccb0981-28c7-4538-af3f-5a89bf6f9bc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1166,56 +1094,56 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:42:42 GMT" + "x-ms-routing-request-id": [ + "WESTUS2:20210702T184921Z:37c26e9f-bf50-4374-8109-faae36e57155" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:49:51 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" + "Server": [ + "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "fd99893d-5c96-44dc-a362-35153d84e31e" + "11983" ], "x-ms-correlation-request-id": [ - "fd99893d-5c96-44dc-a362-35153d84e31e" + "ee040459-3f26-4fe3-99e6-c22e3dd093c7" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074258Z:fd99893d-5c96-44dc-a362-35153d84e31e" + "x-ms-request-id": [ + "5aa473fd-c9ac-496b-b34d-76ee30021a4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1223,56 +1151,59 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:42:58 GMT" + "x-ms-routing-request-id": [ + "WESTUS2:20210702T184951Z:ee040459-3f26-4fe3-99e6-c22e3dd093c7" + ], + "Content-Length": [ + "170" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\",\r\n \"endTime\": \"2021-07-02T18:49:34.7363282Z\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-8882/providers/Microsoft.ContainerService/managedClusters/azsmnet7920?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTg4ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NzkyMD9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:49:51 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "Server": [ + "nginx" ], - "Retry-After": [ - "15" + "x-ms-routing-request-id": [ + "WESTUS2:20210702T184952Z:04f10b48-f55d-4fc1-9087-50b20ce8f3a0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "ed5b24d9-1234-43e8-bc1a-25c313a2afe4" + "11982" ], "x-ms-correlation-request-id": [ - "ed5b24d9-1234-43e8-bc1a-25c313a2afe4" + "04f10b48-f55d-4fc1-9087-50b20ce8f3a0" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074313Z:ed5b24d9-1234-43e8-bc1a-25c313a2afe4" + "x-ms-request-id": [ + "4df75b44-0e07-408d-8dea-3e233e788a69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1280,56 +1211,62 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:43:13 GMT" + "Content-Length": [ + "2061" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-8882/providers/Microsoft.ContainerService/managedClusters/azsmnet7920\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet7920\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-7051cce1.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-7051cce1.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-8882_azsmnet7920_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-8882_azsmnet7920_westus2/providers/Microsoft.Network/publicIPAddresses/9f7c5bf9-a72d-4ffc-962c-c427aa05381a\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-8882/providers/Microsoft.ContainerService/managedClusters/azsmnet7920/listClusterAdminCredential?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTg4ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NzkyMC9saXN0Q2x1c3RlckFkbWluQ3JlZGVudGlhbD9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "e76d7838-8941-4249-81c5-427c0b08d297" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:50:01 GMT" + ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" + "Server": [ + "nginx" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "x-ms-routing-request-id": [ + "WESTUS2:20210702T185002Z:de2dff2e-f9d9-45fc-b866-80caa3b07221" ], - "x-ms-request-id": [ - "f3cebb68-1a19-4520-8c02-5bca307e5b5c" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "f3cebb68-1a19-4520-8c02-5bca307e5b5c" + "de2dff2e-f9d9-45fc-b866-80caa3b07221" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074329Z:f3cebb68-1a19-4520-8c02-5bca307e5b5c" + "x-ms-request-id": [ + "bdcd1461-cf98-4498-bd8a-29613389cd27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1337,29 +1274,35 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:43:28 GMT" + "Content-Length": [ + "13057" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterAdmin\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlZFTkRRWFJIWjBGM1NVSkJaMGxTUVUwM1VXcG1WRGhzU0ZRNFF6QnpkRFppTTJWblMwRjNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BGZDA1NlFYbE5WR2Q2VFZSSk0xZG9aMUJOYWtFeFRWUkJNMDFFU1hoUFJGRjRUV3BrWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNtOVFNM0kyWTJSS2FEZGFNbXBhTUVkclkyVkRSMFJ5UVRobVRrVnFjVlZaTUZBd1ZsaDBTR0ZHYmtWemFESTRUR0pMZFc0MFVXOUtRWGx1TldobE1td0tNbmhLVm5kcGFXWldWVlZXVkZKMmVFWkpiVVZvV1RZclMyZ3lUVXhXVG0xS2FHNDJkMFV5VTNvMU5HdDNPRkpyVWtkUmRXcEhOMlZPVDNKNlVXNW5Nd3BPY0dSak1UTTJSSEJVWVhwQ1YyMDNSV2R2T0ZaRWVqYzNUVko1SzBWRWQxZHBUbmhUY2pWbVJXVlRWMlYyZFRCRFMycE9NVVZMTmpaU2FrNXBaWFpxQ2paWldXdDBjVmxrVjJwTlQzZHdlQ3RKU0hoeWRYRkVZVGxUUVZsTllsRnRNbUk0VWxSWVVXMDVibUU0UVdaa05WUjJWVEJuWTBkS09VZ3hVRVIwTlZBS1IyNVBkVkZsVWxCdVowMDNWekpITUdJMFdGRkNXSGhuZG1wNmNVSllRa3RVVVdFelZXZFZNRlJPVXpJNU5VVTFZMk5PYVc4NWExbHBNMDF4WVRsWldRcG1RbGxJYld0MWVreFJXRXRtVEhKMU5HeEVhMmMzVEVsS1NGcG9UekZPV0RoRFNDc3dka0ZYUkVsNWJrVlFZblpxTm1KaWVVaFlZVFpsZURKWmFFOTNDbE55YW14U056SnhjbkZyT1ZwVlZFdGhSa1pMVlVGMldtSjFNSHBqYzNRNUwySnFUWGRxSzJGdGVrcHRhWGt4U1RSRVRXMUlUeTlWTm10NldUbFNXREFLVDAwMmExVXJOMVV4U1hCRU1UVlVkV3RNWm5Jd1FYVXZUVzE2YjFsS1RVNVRUQzlNYXpkME1qRkRTR2xCZFRSdGRFZHNibTlTYWk5Q1VpOWtORWhvZUFwMmNVSmpOV0ZNWkZkU1NVTjJUV3M1TkhkR2RYSnZRM3B0TWpGTGNUZFJjWEVySzAxMVRVcGFablJCWkZCTlNubzVhRWxOVUM5VmJsa3JXbTFxZUVwU0NpOWFTVEpuZG14bWVFcHhlVUZ1YUdrd1FWQmpPVkJzYm14cE9VeFphMUZtTVZsNFVrSkxTVGh3VmtSdVpHbDNSa3htSzFKQlduRjJNbWhhWmtzeWJXb0tOblZSU0dwMVVrTkNSWFpuTVdoRVIxSkVWbEJLYmxaQ2FVZGlSSEZVZWt4RlFraFFibWd5UXpkaVJVTkJkMFZCUVdGT1EwMUZRWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRJVVZsRVZsSXdUMEpDV1VWR1RraFlZMVlyV2tnemJFNU5UMjhyQ21kRVdtUmxPWE5QU3paVU5VMUJNRWREVTNGSFUwbGlNMFJSUlVKRGQxVkJRVFJKUTBGUlFrNXhSMWhpYmtkMVlsSkZlbG80V1hOQlFqRjBSMWhNU2tZS2FrbGhOSEJTYzFCdGFYUjJSa2Q2U1VoSFNEVlFkRlF6Wmt4blpWWXpRbnBHTTBWTVZ6SkRPWE5LYzA1dWVVY3ZUMVZrYURsUGIxZHBWV1JCV1RoU1FncEVSemw1VVVsSFkzZFBaSHBFWlVWcGJVbG9WSEZsVFZCTVRrSlJVek5UVTFweFExQnhVVUpxTW5ZM2F6bDVSVTVUY0VnMGVraFJVVWsxUTAwMmIyOUZDbnB6VTFJNUwwRnlWRmx6WVV4d2VTOUlLMGhVTjBaa2QyMUdVRU5OWlhGa2QzRjFSRFZHVnprNFpFTlJZazVoSzIxck5uWkphblV3UlZwbk1ubEplRkVLUkRFNFIyeFRRa2hLWTNobE5tOHZSR0pyTHpaRWRreFJTMkpwY0RCNlVETnVOamhrYm5nNWJGbzVVVlpsWnpSTVdsQldRVTFXWlc1UE1DdDZWbWRrTWdwMlpUSnJiRTVSWldsM1NUSkllVVJaUjJWVVNUbFpjM2RYVDA5bWVFOVpVbXh1Um1obmVEZDBWRWhaTW5oRmRFdFVaQ3N2Yld4eVJXZFVlSGhqYlVoVUNtVXJRUzlEYUZVNVJtbHFhMlZVUzFoclRIWk9OemxaV0U1WVpFVlJORGxEVkRoNFZtczFkbUUxVFc1amQzWmxVRFE0TWtkb1oySmFNbXczVVZWd2VGUUtabW81WVhock1ubGliRTVRYzJ3NE9WSnFia2xtYjBWM1lWVlVUMXA0YjFoT05WcFVaRXN5SzNsdFptbFZhelJwTDJoWU0yTmFaRGhSVjI1aVF6bFNlQXBuYkUxNlprMDBWMkl2TWpCb1MzaG9VbXBOVjFOQk9VcEVNMFZxYW1KbWVtc3JZV2c1TWs1VGVYWnRSR1p4VDJJeVZtWkJRWE5RTWtaTmF6Qm5iamR0Q2toTE1rcGtVMmRhVm5JMWEyZGpSazFJWVVneGREZFRZVVI1VDA1SmQwZ3phbEpCVms4emEydGpaek0yVnpsVVdtbDBVMGhqUldRM2NWcE9iMjFEVldFS1JrUk5ZbXRSTjNaTlMzazVWMVpTVmtGNE1XRkVXSGxpUm5oa1ozZERNMUpIVmtsa1NXeFBOeXRvVDNrd2F6SlZOSGRCVEZwaGJFUnlTRkZRV0VwTlVncHVlVFpyYnpKRFkwWTBVRE4xUkZOeVFrRTlQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYWtzZG90bmV0c2RrLTcwNTFjY2UxLmhjcC53ZXN0dXMyLmF6bWs4cy5pbzo0NDMKICBuYW1lOiBhenNtbmV0NzkyMApjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3RlcjogYXpzbW5ldDc5MjAKICAgIHVzZXI6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy04ODgyX2F6c21uZXQ3OTIwCiAgbmFtZTogYXpzbW5ldDc5MjAKY3VycmVudC1jb250ZXh0OiBhenNtbmV0NzkyMApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy04ODgyX2F6c21uZXQ3OTIwCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VaSWFrTkRRWGRoWjBGM1NVSkJaMGxTUVUxaFpsSTBlR1V5TTNSRFRGVkdWVlJEYUdWalNtZDNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSWFHTk9UV3BGZDA1NlFYbE5WR2Q2VFZSSk0xZG9ZMDVOYWsxM1RucEJlVTFVWnpCTlZFa3pWMnBCZHdwTlVtTjNSbEZaUkZaUlVVdEZkelY2WlZoT01GcFhNRFppVjBaNlpFZFdlV042UlZaTlFrMUhRVEZWUlVGNFRVMWlWMFo2WkVkV2VWa3llSEJhVnpVd0NrMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQmNrRkdOQzlxUjJkT1owYzBaM1ZLWVZWMVJtc0tiMHBQUkhoaFduZHZjWFpTVmtSeVNXOVJaRmt5Vm0xSVdrTmtaV2xOTjNsalZrdzNha3RpZDBoQ1VYSXJlbVJyT0N0Mk1USkdSbWszV2twSE1FdDVkZ294Y2pOamQxSlJTemRrUzA5a1VtUnVkRmRTVlRadU5GSmhVMjlPTkVVcmJXRkhRbVV6UjA1VmMyVldWMlZpY21vM2RVNXFTRmRXTUVGcFEyZFFkREU1Q2pZM1JsQjRXRTkyZWpsdVRXWnVSRVpPY1hKWmFGZDVXVVJVUXpKdFRrWnBORE5PUlN0ME1tbDZNMXByWVRGdlZFRllORmNyZDFwd1VHWXpRVkJ0UjBNS2EwWnBibVo1Y2poTGQyTTRWVE56ZVU4NE1GUlFha3BMV2xVeUsyTXhNbEJaTTIxMWJubzVhRTk2VTB4NldYbHBlRTlKVjJ4d01uZHNZa2h2VEU5bE13cGhjVzlqVm14MlpESnVWVWhDYTBOWllWVlNjVzFsU0VJMWRrVXhTVEpOYUdaQlFtb3ZNeXRQV1M5aWJraEhjalF2SzI1RFJtRnRhRk5UTDNGeWFtcGlDak4zVVhob1pWVTFhMWx2ZW1KSVMzVnNWV0ZyVUhOdlJreDFjamxsVW1GS04ySTNiVGxvVW5GWk9TdE1hV0pYT1dSWk5GVjRPVGxYU1hBcllXUlJjR0VLVEVoblZqa3lPSFoxV2paRmFFc3diek14VGpCcVVXMU1iMmh2U25KTE9WWk1iVTlUVUVWV1JGUnlWSEI1YWtoNVN6QTVRWGMxVkdacVZFWTNNa1pLWXdvclkwVkhTV3RaYlhwa1VGaFJOa1JrVm0weFdtSktWMGRvZUZNclUxVm5ORWM0SzJSR1FWVldXa0pGYWtJdmVVaGxWVVI1YUZwVmEyZExkbUZDTjNVNENtZE5aV1ZCTkdNd1RqRjZXVWt3VjNoWU5HaHJiU3RUV1VweFVGUm9TekppZGtaclJGcEJMMUo0ZVhGeWQwbFdUeTlZUmtWUmQySlBSRVYxZDBOaUwwSUtjblYzTVZneE0xRlVOM0ZSVXpCdmVXVjVXbUoxUkc5NmIzUlVSR1JSSzBwVWFtczJSVTlJVEd0MGEyTnBjRVpRVm10alNIazVUSFEzTVc1cFdIcFRPQXB0VmtORmFIUkljamRhUjIxVVNteGhMelphZGxsTFRVTkJkMFZCUVdGT1YwMUdVWGRFWjFsRVZsSXdVRUZSU0M5Q1FWRkVRV2RYWjAxQ1RVZEJNVlZrQ2twUlVVMU5RVzlIUTBOelIwRlJWVVpDZDAxRFRVRjNSMEV4VldSRmQwVkNMM2RSUTAxQlFYZElkMWxFVmxJd2FrSkNaM2RHYjBGVk1HUmtlRmcxYTJZS1pWVXdkelpxTmtGT2JERTNNbmMwY25CUWEzZEVVVmxLUzI5YVNXaDJZMDVCVVVWTVFsRkJSR2RuU1VKQlNGWk5kMkZZV21oV1RHd3dabFIxUlV0aWJncERkVFJ4YzNGNGNqVTRiMGh5Ymtwb1pYQnBja2xvUVRSbE0yTkpibWhaYjJ0TVRDdHFXRGQxS3pKbFFsTklXRkJMY0hkblQzTnVRMVkzY21GTGRrcFZDbk50VTI5amVHWlJUekpoYUdGamFGVkpaRkpaZG1GaU4ybHBaamRZUTJOa016VlZiR2gwYjFKTldFNDVlbFI0YmtwYVdUQXZlakpCVjNGc0wwbHFNVmtLWVdaSVltdDJaakpGSzJFdmJFaEZUVTlsUVhaUFNqYzBlbHBxZVRkdE0wVTNUM1JZUzB0SlZVTlZVRVJ0VVRSeVVIcEhXVE54V0dobE9XNHlUa1I1YndwbFpUQkZjUzlYWTBONWFtOTJUa2RqVm5SRVprNXBiRXBQVldsbVpteG5OQ3RzVWpOc2EzUk5iRTUzUm0wcmVsaFllVXhKVURGTlRDOTZSRWRQUkhoRENrRk1WVlptWVRkQ2VXZExVeXR4WW10NGVsSnhRamx1U1UxTlNUZHlVVEZqYlhGeGFuZGpZaXRXZFdJekwzWnZNSGhaWTNWeVVWWnpObmxzZGxKYVpVVUtkM05sYUdsYWIyTldiMEZ1YjNSbFZVeDFWamhKUm5OTlNDOXJiSGRwUVVKTWVFODFTMDlhTDB3NE5tOTVaR2RGYVVOb2JqWlVSQzgwV21Gc1p6QkRSZ3BvZFVndmVrMVRPRXc0YjFwbWNFbGxVa1pYY0UxQk5FRlpWa0ZFWW1oWE5rWmFhMGxaYTJadVRqTkhTVmhpZUVFM0wxUlBiMUV3VmtGUGMwWnFRa1JPQ25BeGJETlRNeTk1Vm5OU1FqUllXbTV4UlVWa1dtMXhiMWwyTDI5emJuaGpialkzUmxVelNTOVlaWEJsUTI1UU1XVTFkamhYUldodU1FTk1lbWg2YkdrS0wxcEdRVWhzWTJVMEwwWXZNVVJ5WkROWU5pdHFRM3BEUTB4R1lreE5ieXR4V25kbGJHSkNjV0l3UkZaR1pGZFpRbkJ1ZDJNMk9GcExaQ3M0Y2xJeVp3cFZjMHhXVm5VNEwySklaMlJVVEhSMEwxTXZlRGg1U205a1VtNWpkVGROZWtoWGFFNWtSR3MyYVRSc1QwUjRZMmw0U0ZWeVoxWnpLekk1Wkd4WVFVaDFDbTFCTDJFd1prSkJSbTFsVVhacFZHaEpjR1JxTVRVeFdBb3RMUzB0TFVWT1JDQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENnPT0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxLUzBGSlFrRkJTME5CWjBWQmNrRkdOQzlxUjJkT1owYzBaM1ZLWVZWMVJtdHZTazlFZUdGYWQyOXhkbEpXUkhKSmIxRmtXVEpXYlVoYVEyUmxDbWxOTjNsalZrdzNha3RpZDBoQ1VYSXJlbVJyT0N0Mk1USkdSbWszV2twSE1FdDVkakZ5TTJOM1VsRkxOMlJMVDJSU1pHNTBWMUpWTm00MFVtRlRiMDRLTkVVcmJXRkhRbVV6UjA1VmMyVldWMlZpY21vM2RVNXFTRmRXTUVGcFEyZFFkREU1TmpkR1VIaFlUM1o2T1c1TlptNUVSazV4Y2xsb1YzbFpSRlJETWdwdFRrWnBORE5PUlN0ME1tbDZNMXByWVRGdlZFRllORmNyZDFwd1VHWXpRVkJ0UjBOclJtbHVabmx5T0V0M1l6aFZNM041VHpnd1ZGQnFTa3RhVlRJckNtTXhNbEJaTTIxMWJubzVhRTk2VTB4NldYbHBlRTlKVjJ4d01uZHNZa2h2VEU5bE0yRnhiMk5XYkhaa01tNVZTRUpyUTFsaFZWSnhiV1ZJUWpWMlJURUtTVEpOYUdaQlFtb3ZNeXRQV1M5aWJraEhjalF2SzI1RFJtRnRhRk5UTDNGeWFtcGlNM2RSZUdobFZUVnJXVzk2WWtoTGRXeFZZV3RRYzI5R1RIVnlPUXBsVW1GS04ySTNiVGxvVW5GWk9TdE1hV0pYT1dSWk5GVjRPVGxYU1hBcllXUlJjR0ZNU0dkV09USTRkblZhTmtWb1N6QnZNekZPTUdwUmJVeHZhRzlLQ25KTE9WWk1iVTlUVUVWV1JGUnlWSEI1YWtoNVN6QTVRWGMxVkdacVZFWTNNa1pLWXl0alJVZEphMWx0ZW1SUVdGRTJSR1JXYlRGYVlrcFhSMmg0VXlzS1UxVm5ORWM0SzJSR1FWVldXa0pGYWtJdmVVaGxWVVI1YUZwVmEyZExkbUZDTjNVNFowMWxaVUUwWXpCT01YcFpTVEJYZUZnMGFHdHRLMU5aU25GUVZBcG9TekppZGtaclJGcEJMMUo0ZVhGeWQwbFdUeTlZUmtWUmQySlBSRVYxZDBOaUwwSnlkWGN4V0RFelVWUTNjVkZUTUc5NVpYbGFZblZFYjNwdmRGUkVDbVJSSzBwVWFtczJSVTlJVEd0MGEyTnBjRVpRVm10alNIazVUSFEzTVc1cFdIcFRPRzFXUTBWb2RFaHlOMXBIYlZSS2JHRXZObHAyV1V0TlEwRjNSVUVLUVZGTFEwRm5RV0p6T0ZWRU1EUlNSa1J1VUd0RFNXRmFhMHBzTDFSNVRFczBNbkZEYlVnclNGQkZlSGgxZEdkNFkxUjZaMEZaVFRGTU0yUlhhbmhJWVFwaWEzZ3ZhVlJSYjB0d2VrVjFSREJLUlU1eFNTOXhWVkJIVEVSa1QyZHFhWGM1UzJGNVR6SlBjVU14V1hodllubHRWV3NyYTJKd1dWcFNkV001WlVKNENsTkZTWE4zU1RONk0zZHBNSGRqVTBaNVNVRjBhelJ0WW1Sc2NrRmhabU0yUTNNM1NFRkJTSGxZTUVWNk9EaEpXbWQzY21WSVVHeGliRmRYUXpCc04wc0tkRWxXZWs5c1RXdEJkMkpMYkRjNGJIZE1kVlZqTVdwU09IbDRka05SWnpRM0wyaGlRMkpvUzJwaE0ybGxZak5sY0RSVVdqSm1TMUppUVVWaEsxVTRTZ3BqVGtNNVJURktjekJZYVhCcmRYZHRXamxGTXpKeldsVTNVMFJoVDJadFJWbDRiRkpDVFZsVU1reFdlbEp6VTFGalp6WnFibXBrTjNOdmVVUkNlVVZVQ2pGcWVHUnNlbVJVYlZaeWRrSklkbmQwZW1jeGNrWlVNSEZGTW04d2NrWTRhMjR6WjB4bE5FcDJTbTR3WkdKMFVIVkpPWFI0TVVGeVlqZE9UM2c0TlZRS1ZuVm5RbFZzT0RKRmIwVnpZamc1ZGxKMVZWSlhVMjh6TVU1UVMzaE1SMHQyV21sbGFXSXlTR2h6YWpaNWFIRjBMMHhxZFhGRFZuTm5kVkpyTlRaQllRcHZNVko0WjNsVlJuSTFhRzFpZFVaaE4xazBSR2Q1T0cwMGNqRk1WRUk1WkRNeE1VOUJlbFZOU0ZkVWNYbHdhRTltU1ZWeE4yRkdLekF2YkdOTWFGbFZDbGRKY1VoTVYzaGxLM056YzFOaVkxZzNPRXhWWVUwdmNUWjNiblJWU1RGQ2FEZG5NbFZCYjNWTE1VMDBPRk41UlVWaVRHTjJOMDg0ZUU1V1prbFJTSGdLZGt4cWEwdDJNSGd5UVUxc1NWcDFWelpXUlVWUU0zWXZjWFIySzBsV1dFdzBaamhxZEdsV05tNUxXbmxhUmtoaFIwWlhlVGhSWTFrd1dsTkpjRzVPZGdwbmJXNXBZbTg0VlhGUGNVaEZNRlZNUjBkYU1pOXVXV3d4V0RoQlpUQnRZakpPYkZwQ1RWaFNNMVEyZVRoMkt6WXdVVXREUVZGRlFYaFlNRlJ1YW05Q0NrMVFRMWRYZDB0SlMyMVpkMmxuWlZvMk5HWjJSbmcwVFdwMFpXaGFNVmhwVWtKQk1IQmpZMGRRTm5KTU5tRmhTRUpoVm5jeGIyOU1RM05DYjJSVUwzWUtXV3BsV0daNVNYWk9aM3AzU0hoYVRuTkdaREp3YkdkaWJXRTNjRmg0Y2tsTWJrTXJNemMyVGpsUWRsaFRjek01UWtWVFJqRkdNRkZ6TW10M1NXZG9hQXBqYVcwMWNWbGxaVzlJZFRGc01EQmtPWGhYWmpSeGFDOXJRVXhoZVdoWlVuTnRTMGhvYUVSVllrTjRUVE5CVDNaT2RXZHhZekoxTVV0M2NVTkdZVkJQQ2pReVUzWTJObmxFY0hkMFJXMUZabEppV0hsVmNteHJUbWswYjJsQ2JXRnVSMWg1TjNGNmFuWktRbVJsS3pRelVrcEljbTV1YkhBMVF6WkxVa04wTkhZS1VuZE1XVXN3YUVaNk1FbEJZalJ4TVZoTGJrVmFWamRRU21SblNqZGlRMjlVTUNzNE1GaGxOV0k1YldKdk1GaEJlWGxVYTJSNlRYRkRlakJEVUhaT1JRcFlOazF3ZVdSUFdsVXhNVmx0ZDB0RFFWRkZRVE4yWlZwWFpGVjBSSFJKVVZRMFRWWjFiVWx2Y0VNMFNXVm9la2R1U1ZWeFRVaEpSVTFwTVdOaGNqUnJDa2RqUmxsTGVVTjJNRnBhTld0VmFtazRkak5RWmtaRVRGVlNTaXRsTVhadmNqSnBVVVZ6ZEdRNU5YTmljbXgwYWpoTGIwbGliMWd5TUdocmRFNVZaM29LWTJ0T2FFSnlOWGRyYjFFeGRFZHdaMEZTV25jdlNHeEZkVEk1UnpKVGVuQnZlRzF3UzJGcEswSXJhbnBGTjFKWVUxTXpjR05DVW01bVpYRTRjbEp3Wndwb1F5ODVaMXBNTjFKSGVWQkhNV1pLVEZaTmFuTk1SblV4TW0xYU16VTNiMnhVUW1wWlNreHdPVTAyZGxVemMycElSVzQzT0daTmFqSlZhVkUzUjJaekNrNUlWR05hU2xwUVYwaFFkRkJOYldOelJqQnlZVzVXZEROM2EzTXdSalJqY0hkaVFrVndiamh1Y1ZSbE1tTlZXVzR2U2xKdFdtOWhZVXRxZEUxbmJERUtSMlpqV1V4VVZFZDRTbGwwUTBGbVVHWm1OMlpaTjBWTVIxaFNZall5VDBodlprVjNlRE5yUlcxUlMwTkJVVUpFTVhscFZFWlNablJ4VDJaMGExcDNWd292U1RJeVJFNUNjVWxaVFZoaVQwbG9aVFU1WkdOU2NFOURWV05qYmpWaVl6ZG9ORzlSUjFadWIybEtNa0ZIZFRCdlRUUkNXVkp2Y0c5cVJYWnZhREpZQ25OeVFWWTNZMG8wVkd0T1lUbDVPV05DYzB4NVVXRXZPR3BCZURGeVpUZDZPV3RPU2pGcFRWSm5WSGczTjBKQ1pHOVZaa0Z0VTBwdldtbzNOa3B5Vm5VS1MySkZRM0poU1dGcE9XOXNjMWcxU1dsVlMwSlplakZ1UTNkUVJrbFRhbTVyTDNjdlNrTkVabVZ5WlVObFRVSXJZbHBwYzA5R05VMXlVSHBzZERWb2RRcElTMlpQY1M5VlkyRkZlRzAyTHpaRlRHTndjMkZ1TUVObE1TczBaazVHYUdzMGJUQllhelF5SzNWV2Rqa3lTbGhvWkhaUVdVOHpZWFJtV25WUUswTkVDbEozWjBKVFUxQjFSbVk1TmxaNWVGQnpjbmRQV1RjMFpIRkxWMVJUTURWMlVuUkNOVTFQTHl0dFRXcEhlbVJQYld0eGJXWXlSVGx1YW5oUkt6SmhjREVLUVdJM04wRnZTVUpCU0ZSSGEwNWFkbmM0TWtSVU1pdFdXa0ZtWkRaU1RYb3lUbE0zZUZodGMyUk9RWGx3ZFdaM2QyWndWalF5Y0hCNlRtVndiM1YyVHdwT05WWlVObmxyUVhKWE5tRnJhVWN2TkdWaFVqSkhaMjFDTWpoUlprRktNbWhwVkc1VlNYZ3pVVlIwUW1odFpUZE1LMWs0Ukd4WVJqTkZZeTgzYnpKUENrZFBTMGsxUVdOMGVtSmpkR1pGV0N0dVkybFpjMVJVZFRrMU5FNDVjR3RHT1Vkc1dtaHRNbHBWYVRKV1VXazJPR2hzZWxNNU9FaEVjMHN6ZDFsU1JWSUtSMnhLYW5jNFYzUlRXQzg1VEdWUk9FNXZOMk5HTUhkeWNqWkRaekJWSzJGQlJrWnJjVXB5YTFaTlVDOWFPRTFvVFcxWVpXUXJUbmhaVVhnNVprMXJRd3A2YW0xTlJHcHBRVlUwUkV0U0sxVk5WbE5CT0dGb01VRmxSbHBhZEN0clQzbElhV1IwWVhaMmNXSlZZemxNTDJveVdHSm1XbE5zV1U1S01WbHBkRWhxQ2twWGNWUlVTMVJqYlM5elIyVndNakpTTXpSakwzRm9aVkJuU0RZMkswVkRaMmRGUWtGTFlUWjFWR3hsZW1KSGRYRjRkMEkyVjFoR1dDOVFPRmxaWW5RS1ZHbFBUREpDVjAwd2FubERWSEJ0Y0c5WmMxSjVNVnB1UTFacWJtczViRGRLY21waWF5OVZUMHBHZDJoamN6WlZVVlpJZG10a1ZsbEZkVlp4Y0dKVlFRcENURmxFY1dOTE9UTlBjRmh5YjB4TVUwZFJNbTVNTlVOcU1GaEhaRTk0SzJwMGQwOXRWMFF6TUdsNFNXMUVhelpTZDBGaVJWbGpNWGd6YkVWQ0t6QlhDbGN4YTJkamFuZHdLM0oyTlU1alF6QXdlaTlpVTJ0WmJubDVkbE5vZUZJMlQySldNSEp2Ym5wdFNYQlBWbFk0VG1sR1Rua3JRamd5VVZvM05EUmFlVGNLTjNGSVdFSlhjWEYzTkhGQ1NXRlJiWEJoTlhseU5WQkZOVUo2VEM5Mk1YRmxTRmhtTVcxdk0zcFhMMkpKWjBsQ05tTlZPQzlOY1Zkc1RUTTBVa0UzT1FwbE1DOTRiVkZqTVZOQ1lXczRUbGM1UzNoS2JTOXhjVGRoYlVwdFVWQTBhemNyTVhsVmNWRjFWa3R2WVhkQlowbDJNemhTUmxOWE1YQTBUVDBLTFMwdExTMUZUa1FnVWxOQklGQlNTVlpCVkVVZ1MwVlpMUzB0TFMwSwogICAgdG9rZW46IDUxNzE2NWM1ODkxMTg0ZjU1NDgyNzhlZTM3N2ZhMTBhNDExYTRhYmFjZWQ1OTY0NTQ1MDdlYWI1YWIyNTE4ZDAzYmFkODIxMGQ1NDE3NDk5YTEwOTI3YTA5ZDBkNWI0ZGE2ZTMwNzRhOWU0ZTY4ZDU5M2E3MmIwNTM1YzRjN2U0Cg==\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-8882?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTg4ODI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "dcfe7b48-b7bc-4c74-8841-2297d3b00a42" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1367,26 +1310,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:50:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "cc8ed652-0b31-43bb-bb7e-e91cf0349e18" + "58b37c16-04e4-436a-a8c3-72ce56bd520d" ], "x-ms-correlation-request-id": [ - "cc8ed652-0b31-43bb-bb7e-e91cf0349e18" + "58b37c16-04e4-436a-a8c3-72ce56bd520d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074344Z:cc8ed652-0b31-43bb-bb7e-e91cf0349e18" + "WESTUS2:20210702T185002Z:58b37c16-04e4-436a-a8c3-72ce56bd520d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1394,29 +1340,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:43:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1424,26 +1367,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:50:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11999" ], "x-ms-request-id": [ - "bfdb4b7d-baf3-40fc-b083-ee48e3f7557e" + "a8193654-8b89-42e9-a3aa-47fcf8f72bf9" ], "x-ms-correlation-request-id": [ - "bfdb4b7d-baf3-40fc-b083-ee48e3f7557e" + "a8193654-8b89-42e9-a3aa-47fcf8f72bf9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074359Z:bfdb4b7d-baf3-40fc-b083-ee48e3f7557e" + "WESTUS2:20210702T185017Z:a8193654-8b89-42e9-a3aa-47fcf8f72bf9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1451,29 +1397,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:43:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1481,26 +1424,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:50:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11998" ], "x-ms-request-id": [ - "b38c6d12-3aed-420b-9f96-3a6804c1f87e" + "e94f201c-5b3c-43ff-bf79-d57df0e6e190" ], "x-ms-correlation-request-id": [ - "b38c6d12-3aed-420b-9f96-3a6804c1f87e" + "e94f201c-5b3c-43ff-bf79-d57df0e6e190" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074415Z:b38c6d12-3aed-420b-9f96-3a6804c1f87e" + "WESTUS2:20210702T185032Z:e94f201c-5b3c-43ff-bf79-d57df0e6e190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1508,29 +1454,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:44:14 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1538,26 +1481,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:50:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11997" ], "x-ms-request-id": [ - "babf9bcd-c241-4c89-87ec-94c665d76d9c" + "7d90783d-29cb-4d9c-9454-49a5769605f5" ], "x-ms-correlation-request-id": [ - "babf9bcd-c241-4c89-87ec-94c665d76d9c" + "7d90783d-29cb-4d9c-9454-49a5769605f5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074430Z:babf9bcd-c241-4c89-87ec-94c665d76d9c" + "WESTUS2:20210702T185047Z:7d90783d-29cb-4d9c-9454-49a5769605f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1565,29 +1511,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:44:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1595,26 +1538,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:51:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11996" ], "x-ms-request-id": [ - "72674f95-79d0-4c4a-ac3d-276a53c1013a" + "59c52624-e352-4388-a955-6ab5ff63e46b" ], "x-ms-correlation-request-id": [ - "72674f95-79d0-4c4a-ac3d-276a53c1013a" + "59c52624-e352-4388-a955-6ab5ff63e46b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074446Z:72674f95-79d0-4c4a-ac3d-276a53c1013a" + "WESTUS2:20210702T185102Z:59c52624-e352-4388-a955-6ab5ff63e46b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1622,29 +1568,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:44:45 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1652,26 +1595,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:51:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11995" ], "x-ms-request-id": [ - "ae15ce3d-0bcf-4c0a-97ec-241dfd78b6db" + "f595920c-1aeb-4795-9f5e-4019a9bbbc19" ], "x-ms-correlation-request-id": [ - "ae15ce3d-0bcf-4c0a-97ec-241dfd78b6db" + "f595920c-1aeb-4795-9f5e-4019a9bbbc19" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074501Z:ae15ce3d-0bcf-4c0a-97ec-241dfd78b6db" + "WESTUS2:20210702T185117Z:f595920c-1aeb-4795-9f5e-4019a9bbbc19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1679,29 +1625,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:45:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1709,26 +1652,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:51:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11994" ], "x-ms-request-id": [ - "cbbdd7bc-71a1-4762-b0e8-e262eff58958" + "fca719f2-c63e-4fed-a115-de503eb9ef30" ], "x-ms-correlation-request-id": [ - "cbbdd7bc-71a1-4762-b0e8-e262eff58958" + "fca719f2-c63e-4fed-a115-de503eb9ef30" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074517Z:cbbdd7bc-71a1-4762-b0e8-e262eff58958" + "WESTUS2:20210702T185132Z:fca719f2-c63e-4fed-a115-de503eb9ef30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1736,29 +1682,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:45:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1766,26 +1709,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:51:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11993" ], "x-ms-request-id": [ - "2665ded8-7c49-4a06-a0c1-50befa49923c" + "27d6ebc9-5b01-4fcb-9ea3-1ce01ea3019a" ], "x-ms-correlation-request-id": [ - "2665ded8-7c49-4a06-a0c1-50befa49923c" + "27d6ebc9-5b01-4fcb-9ea3-1ce01ea3019a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074532Z:2665ded8-7c49-4a06-a0c1-50befa49923c" + "WESTUS2:20210702T185147Z:27d6ebc9-5b01-4fcb-9ea3-1ce01ea3019a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1793,29 +1739,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:45:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1823,26 +1766,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:52:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11992" ], "x-ms-request-id": [ - "4d3fe861-eb2d-4df5-94c1-1e8c1c5e0413" + "0bb9b64e-9996-41cb-a0ef-fac0f226d2a6" ], "x-ms-correlation-request-id": [ - "4d3fe861-eb2d-4df5-94c1-1e8c1c5e0413" + "0bb9b64e-9996-41cb-a0ef-fac0f226d2a6" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074547Z:4d3fe861-eb2d-4df5-94c1-1e8c1c5e0413" + "WESTUS2:20210702T185203Z:0bb9b64e-9996-41cb-a0ef-fac0f226d2a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1850,29 +1796,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:45:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1880,26 +1823,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:52:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11991" ], "x-ms-request-id": [ - "20795bf5-f5f7-48f1-a7ee-5011990a55ca" + "a9798652-a798-41f1-bc1e-88e81fe34160" ], "x-ms-correlation-request-id": [ - "20795bf5-f5f7-48f1-a7ee-5011990a55ca" + "a9798652-a798-41f1-bc1e-88e81fe34160" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074603Z:20795bf5-f5f7-48f1-a7ee-5011990a55ca" + "WESTUS2:20210702T185218Z:a9798652-a798-41f1-bc1e-88e81fe34160" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1907,29 +1853,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:46:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1937,26 +1880,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:52:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11990" ], "x-ms-request-id": [ - "9f353e2f-0ccd-4654-a25f-7c116263f833" + "d2eba47c-f7d6-4f9b-9ffe-1db9120dd631" ], "x-ms-correlation-request-id": [ - "9f353e2f-0ccd-4654-a25f-7c116263f833" + "d2eba47c-f7d6-4f9b-9ffe-1db9120dd631" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074619Z:9f353e2f-0ccd-4654-a25f-7c116263f833" + "WESTUS2:20210702T185233Z:d2eba47c-f7d6-4f9b-9ffe-1db9120dd631" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1964,29 +1910,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:46:18 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1994,26 +1937,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:52:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11989" ], "x-ms-request-id": [ - "a8d094cd-44b8-4b04-90d0-9111c147e141" + "28a0ca44-041b-468a-96a2-9360ac3510dc" ], "x-ms-correlation-request-id": [ - "a8d094cd-44b8-4b04-90d0-9111c147e141" + "28a0ca44-041b-468a-96a2-9360ac3510dc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074634Z:a8d094cd-44b8-4b04-90d0-9111c147e141" + "WESTUS2:20210702T185248Z:28a0ca44-041b-468a-96a2-9360ac3510dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2021,29 +1967,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:46:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2051,26 +1994,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:53:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11988" ], "x-ms-request-id": [ - "22e9a13d-b0c0-4542-b01a-507a001cbe97" + "46b9fea1-dd86-4553-95c0-d90f55e3444f" ], "x-ms-correlation-request-id": [ - "22e9a13d-b0c0-4542-b01a-507a001cbe97" + "46b9fea1-dd86-4553-95c0-d90f55e3444f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074650Z:22e9a13d-b0c0-4542-b01a-507a001cbe97" + "WESTUS2:20210702T185303Z:46b9fea1-dd86-4553-95c0-d90f55e3444f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2078,29 +2024,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:46:49 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2108,26 +2051,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:53:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11987" ], "x-ms-request-id": [ - "c3a96542-78b2-4a91-83eb-2c4a45e59d93" + "b94dbe2e-9c3d-46f1-9d07-1904e00a3c10" ], "x-ms-correlation-request-id": [ - "c3a96542-78b2-4a91-83eb-2c4a45e59d93" + "b94dbe2e-9c3d-46f1-9d07-1904e00a3c10" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074705Z:c3a96542-78b2-4a91-83eb-2c4a45e59d93" + "WESTUS2:20210702T185318Z:b94dbe2e-9c3d-46f1-9d07-1904e00a3c10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2135,29 +2081,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:47:04 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2165,26 +2108,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:53:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11986" ], "x-ms-request-id": [ - "3baddd30-50ff-4dc9-bb3d-757a6c134d74" + "425be428-66fb-4adc-9075-f9fd8bce74eb" ], "x-ms-correlation-request-id": [ - "3baddd30-50ff-4dc9-bb3d-757a6c134d74" + "425be428-66fb-4adc-9075-f9fd8bce74eb" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074720Z:3baddd30-50ff-4dc9-bb3d-757a6c134d74" + "WESTUS2:20210702T185333Z:425be428-66fb-4adc-9075-f9fd8bce74eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2192,29 +2138,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:47:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2222,26 +2165,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:53:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11985" ], "x-ms-request-id": [ - "8e39c8e0-e361-4157-b321-d72d515d2d0d" + "4f075a80-92cc-4aaa-b3ed-aafb8218516c" ], "x-ms-correlation-request-id": [ - "8e39c8e0-e361-4157-b321-d72d515d2d0d" + "4f075a80-92cc-4aaa-b3ed-aafb8218516c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074736Z:8e39c8e0-e361-4157-b321-d72d515d2d0d" + "WESTUS2:20210702T185348Z:4f075a80-92cc-4aaa-b3ed-aafb8218516c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2249,29 +2195,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:47:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2279,26 +2222,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:54:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11984" ], "x-ms-request-id": [ - "f6d74c30-6fe4-46f8-95fb-aa101f99d08f" + "69335340-be58-4051-b485-98f490f0fa68" ], "x-ms-correlation-request-id": [ - "f6d74c30-6fe4-46f8-95fb-aa101f99d08f" + "69335340-be58-4051-b485-98f490f0fa68" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074751Z:f6d74c30-6fe4-46f8-95fb-aa101f99d08f" + "WESTUS2:20210702T185403Z:69335340-be58-4051-b485-98f490f0fa68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2306,29 +2252,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:47:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2336,26 +2279,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:54:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11983" ], "x-ms-request-id": [ - "bd557106-9966-467b-aa36-921f4874ba26" + "a7d66e98-cd05-46dc-907a-fdacbd5b2131" ], "x-ms-correlation-request-id": [ - "bd557106-9966-467b-aa36-921f4874ba26" + "a7d66e98-cd05-46dc-907a-fdacbd5b2131" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074807Z:bd557106-9966-467b-aa36-921f4874ba26" + "WESTUS2:20210702T185418Z:a7d66e98-cd05-46dc-907a-fdacbd5b2131" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2363,29 +2309,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:48:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2393,26 +2336,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:54:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11982" ], "x-ms-request-id": [ - "894d825e-ed37-478b-80da-cb36301231dc" + "ccc18235-09a4-44e6-a9aa-8548d42c32b2" ], "x-ms-correlation-request-id": [ - "894d825e-ed37-478b-80da-cb36301231dc" + "ccc18235-09a4-44e6-a9aa-8548d42c32b2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074822Z:894d825e-ed37-478b-80da-cb36301231dc" + "WESTUS2:20210702T185433Z:ccc18235-09a4-44e6-a9aa-8548d42c32b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2420,29 +2366,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:48:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2450,26 +2393,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:54:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11981" ], "x-ms-request-id": [ - "ccd121b9-c905-4030-810f-96ce7c429085" + "38cb0b57-b5c1-49aa-b713-dcdd22f07801" ], "x-ms-correlation-request-id": [ - "ccd121b9-c905-4030-810f-96ce7c429085" + "38cb0b57-b5c1-49aa-b713-dcdd22f07801" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074837Z:ccd121b9-c905-4030-810f-96ce7c429085" + "WESTUS2:20210702T185448Z:38cb0b57-b5c1-49aa-b713-dcdd22f07801" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2477,29 +2423,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:48:37 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2507,26 +2450,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:55:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11980" ], "x-ms-request-id": [ - "ddaba152-c397-4d1f-8fbb-1b7820d129a0" + "8d54d8c8-9243-40cb-8673-96d5d4398cfb" ], "x-ms-correlation-request-id": [ - "ddaba152-c397-4d1f-8fbb-1b7820d129a0" + "8d54d8c8-9243-40cb-8673-96d5d4398cfb" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074853Z:ddaba152-c397-4d1f-8fbb-1b7820d129a0" + "WESTUS2:20210702T185503Z:8d54d8c8-9243-40cb-8673-96d5d4398cfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2534,29 +2480,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:48:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2564,26 +2507,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:55:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11979" ], "x-ms-request-id": [ - "ad44de90-b786-4186-850c-8a61f8bd6668" + "239361cb-36b2-4b42-9d07-79581ceba414" ], "x-ms-correlation-request-id": [ - "ad44de90-b786-4186-850c-8a61f8bd6668" + "239361cb-36b2-4b42-9d07-79581ceba414" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074908Z:ad44de90-b786-4186-850c-8a61f8bd6668" + "WESTUS2:20210702T185518Z:239361cb-36b2-4b42-9d07-79581ceba414" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2591,29 +2537,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:49:08 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2621,26 +2564,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:55:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11978" ], "x-ms-request-id": [ - "ebd7358c-65ad-4c3a-93df-7ab2c35df2c4" + "cc5680ad-874b-4a61-ac8c-e0949c5f4fad" ], "x-ms-correlation-request-id": [ - "ebd7358c-65ad-4c3a-93df-7ab2c35df2c4" + "cc5680ad-874b-4a61-ac8c-e0949c5f4fad" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074924Z:ebd7358c-65ad-4c3a-93df-7ab2c35df2c4" + "WESTUS2:20210702T185533Z:cc5680ad-874b-4a61-ac8c-e0949c5f4fad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2648,29 +2594,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:49:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2678,26 +2621,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:55:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11977" ], "x-ms-request-id": [ - "d32b624d-f4db-4f3f-8eb0-33767c2b2b94" + "f902e51c-91e7-4531-b99e-13fe7fe5c205" ], "x-ms-correlation-request-id": [ - "d32b624d-f4db-4f3f-8eb0-33767c2b2b94" + "f902e51c-91e7-4531-b99e-13fe7fe5c205" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074939Z:d32b624d-f4db-4f3f-8eb0-33767c2b2b94" + "WESTUS2:20210702T185548Z:f902e51c-91e7-4531-b99e-13fe7fe5c205" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2705,29 +2651,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:49:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2735,26 +2678,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:56:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11976" ], "x-ms-request-id": [ - "9bedab30-5b79-4f76-8cc0-75a44c2e5bcc" + "12d87444-0972-4ccb-a245-a4a2a5c8d9ea" ], "x-ms-correlation-request-id": [ - "9bedab30-5b79-4f76-8cc0-75a44c2e5bcc" + "12d87444-0972-4ccb-a245-a4a2a5c8d9ea" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T074954Z:9bedab30-5b79-4f76-8cc0-75a44c2e5bcc" + "WESTUS2:20210702T185603Z:12d87444-0972-4ccb-a245-a4a2a5c8d9ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2762,29 +2708,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:49:54 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2792,26 +2735,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:56:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11975" ], "x-ms-request-id": [ - "6e7111a3-f1bf-4d24-a809-64e18ea8dfb8" + "67041653-4af3-4747-ae93-bee8587cc561" ], "x-ms-correlation-request-id": [ - "6e7111a3-f1bf-4d24-a809-64e18ea8dfb8" + "67041653-4af3-4747-ae93-bee8587cc561" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075010Z:6e7111a3-f1bf-4d24-a809-64e18ea8dfb8" + "WESTUS2:20210702T185618Z:67041653-4af3-4747-ae93-bee8587cc561" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2819,29 +2765,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:50:09 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2849,26 +2792,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:56:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11974" ], "x-ms-request-id": [ - "98d00c42-2221-4513-939e-39219e1698f0" + "6290ff0f-ab60-4856-9d8a-c189c9014ee8" ], "x-ms-correlation-request-id": [ - "98d00c42-2221-4513-939e-39219e1698f0" + "6290ff0f-ab60-4856-9d8a-c189c9014ee8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075025Z:98d00c42-2221-4513-939e-39219e1698f0" + "WESTUS2:20210702T185633Z:6290ff0f-ab60-4856-9d8a-c189c9014ee8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2876,29 +2822,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:50:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2906,20 +2849,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:56:48 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11973" ], "x-ms-request-id": [ - "ed88ccad-bd1e-45c4-b06f-1d650f6cb8df" + "c0cb086a-6631-4d78-9a6e-2aa0c08fb55b" ], "x-ms-correlation-request-id": [ - "ed88ccad-bd1e-45c4-b06f-1d650f6cb8df" + "c0cb086a-6631-4d78-9a6e-2aa0c08fb55b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075041Z:ed88ccad-bd1e-45c4-b06f-1d650f6cb8df" + "WESTUS2:20210702T185648Z:c0cb086a-6631-4d78-9a6e-2aa0c08fb55b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2927,29 +2873,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:50:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDU1OTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFUxT1RjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2957,20 +2900,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:56:48 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11972" ], "x-ms-request-id": [ - "c45626b5-296b-4131-bf01-d7d1bb9c5b66" + "03c4bfa6-24b0-4acd-87d0-3563fd9af4a8" ], "x-ms-correlation-request-id": [ - "c45626b5-296b-4131-bf01-d7d1bb9c5b66" + "03c4bfa6-24b0-4acd-87d0-3563fd9af4a8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075041Z:c45626b5-296b-4131-bf01-d7d1bb9c5b66" + "WESTUS2:20210702T185648Z:03c4bfa6-24b0-4acd-87d0-3563fd9af4a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2978,14 +2924,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:50:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2994,8 +2937,8 @@ ], "Names": { "ContainerListClusterAdminCredentialsTest": [ - "aks-dotnet-sdk-RG-5597", - "azsmnet4299" + "aks-dotnet-sdk-RG-8882", + "azsmnet7920" ] }, "Variables": { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceCreateManagedServiceTest.json b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceCreateManagedServiceTest.json index ab47d6b1a6a4..7c275c0018b5 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceCreateManagedServiceTest.json +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceCreateManagedServiceTest.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23283061-aaa7-405e-aa8f-3cbc4bf369e7" + "7bd976b8-f1fb-468b-9f39-5e2c2d4a2c3b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:56:49 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-request-id": [ - "babebbfa-6840-4596-a9b7-ffcd3f38bf18" + "a412f936-2950-419e-a86b-a244f1c89f20" ], "x-ms-correlation-request-id": [ - "babebbfa-6840-4596-a9b7-ffcd3f38bf18" + "a412f936-2950-419e-a86b-a244f1c89f20" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075043Z:babebbfa-6840-4596-a9b7-ffcd3f38bf18" + "WESTUS2:20210702T185649Z:a412f936-2950-419e-a86b-a244f1c89f20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,38 +47,35 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:50:42 GMT" + "Content-Length": [ + "101705" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "99358" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV\",\r\n \"name\": \"r-k8sts15325aYDV\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2019-03-14 09:23:48Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008070541-yyAmX\",\r\n \"name\": \"e2erg-prodebld2008070541-yyAmX\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597039818\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-07 12:00:58Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008070541-yyAmX_e2eaks-WZB_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008070541-yyAmX_e2eaks-WZB_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597044377\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141056-OQWgb\",\r\n \"name\": \"e2erg-prodebld2008141056-OQWgb\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141056-crnlg\",\r\n \"name\": \"e2erg-prodebld2008141056-crnlg\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008141056-crnlg_e2eaks-TPA_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008141056-crnlg_e2eaks-TPA_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141114-kEgVB\",\r\n \"name\": \"e2erg-prodebld2008141114-kEgVB\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1597669743\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008141114-kEgVB_e2eaks-FAb_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008141114-kEgVB_e2eaks-FAb_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597669743\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008142224-JRDdF\",\r\n \"name\": \"e2erg-prodebld2008142224-JRDdF\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-15 00:01:11Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008142224-JRDdF_e2eaks-ffW_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008142224-JRDdF_e2eaks-ffW_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008142254-kSZUU\",\r\n \"name\": \"e2erg-prodebld2008142254-kSZUU\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-15 00:01:11Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008142254-kSZUU_billing-a_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008142254-kSZUU_billing-a_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180423-MJKDG\",\r\n \"name\": \"e2erg-prodebld2008180423-MJKDG\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008180423-MJKDG_e2eaks-fGZ_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008180423-MJKDG_e2eaks-fGZ_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598199899\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180426-gZQMm\",\r\n \"name\": \"e2erg-prodebld2008180426-gZQMm\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180426-tMzLm\",\r\n \"name\": \"e2erg-prodebld2008180426-tMzLm\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597991401\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008180426-tMzLm_e2eaks-dda_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008180426-tMzLm_e2eaks-dda_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598253556\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2003231452-gudnR\",\r\n \"name\": \"e2erg-prodebld2003231452-gudnR\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1585206291\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-03-23 12:01:33Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2003231452-gudnR_e2eaks-iHt_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2003231452-gudnR_e2eaks-iHt_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1585206291\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251629-NOlxM\",\r\n \"name\": \"e2erg-prodebld2008251629-NOlxM\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598609690\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251630-XmfRr\",\r\n \"name\": \"e2erg-prodebld2008251630-XmfRr\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598609690\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008251630-XmfRr_e2eaks-prr_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008251630-XmfRr_e2eaks-prr_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260916-fEnfG\",\r\n \"name\": \"e2erg-prodebld2008260916-fEnfG\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260916-fEnfG_e2eaks-TVz_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260916-fEnfG_e2eaks-TVz_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260936-FPqmY\",\r\n \"name\": \"e2erg-prodebld2008260936-FPqmY\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260936-FPqmY_e2eaks-gRH_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260936-FPqmY_e2eaks-gRH_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260941-NKAZq\",\r\n \"name\": \"e2erg-prodebld2008260941-NKAZq\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260941-NKAZq_e2eaks-Yjj_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260941-NKAZq_e2eaks-Yjj_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261040-LFlHH\",\r\n \"name\": \"e2erg-prodebld2008261040-LFlHH\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261040-LFlHH_e2eaks-HPs_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008261040-LFlHH_e2eaks-HPs_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261424-uCUFX\",\r\n \"name\": \"e2erg-prodebld2008261424-uCUFX\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598683172\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261424-uCUFX_e2eaks-NEu_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008261424-uCUFX_e2eaks-NEu_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/chuhua-internal-access-test-2\",\r\n \"name\": \"chuhua-internal-access-test-2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596201197\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-29 00:01:08Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xleastus2_xizhakb_eastus2\",\r\n \"name\": \"MC_xleastus2_xizhakb_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598328971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598340066\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34131508-EASTUS2EUAP\",\r\n \"name\": \"hcppmillerebld34131508-EASTUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34131508\",\r\n \"name\": \"sqlpmillerebld34131508\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34131798-eastus2euap\",\r\n \"name\": \"hcppmillerebld34131798-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34131798\",\r\n \"name\": \"sqlpmillerebld34131798\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34166150\",\r\n \"name\": \"sqlpmillerebld34166150\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-3\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-3\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-svc-0\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-svc-0\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-2\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-1\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-1\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34167951\",\r\n \"name\": \"sqlpmillerebld34167951\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-2\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-3\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-3\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-svc-0\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-svc-0\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-1\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-1\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_euap01_eastus2euap\",\r\n \"name\": \"MC_lima-test_euap01_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao-euap-centralus\",\r\n \"name\": \"haitao-euap-centralus\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595797478\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-24 00:01:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_rucguptTest_azPolicy_centralus\",\r\n \"name\": \"MC_rucguptTest_azPolicy_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/rucguptTest\",\r\n \"name\": \"rucguptTest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xiahe-test\",\r\n \"name\": \"xiahe-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiahe-test_xiahe-test_eastus\",\r\n \"name\": \"MC_xiahe-test_xiahe-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xinywa\",\r\n \"name\": \"xinywa\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yangl\",\r\n \"name\": \"yangl\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yangl_sig_canadaeast\",\r\n \"name\": \"MC_yangl_sig_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/chuhua-aks-test-internal-access\",\r\n \"name\": \"chuhua-aks-test-internal-access\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596201197\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-29 00:01:08Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261010-TxcYZ\",\r\n \"name\": \"e2erg-prodebld2008261010-TxcYZ\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261010-TxcYZ_e2eaks-jgZ_japaneast\",\r\n \"name\": \"MC_e2erg-prodebld2008261010-TxcYZ_e2eaks-jgZ_japaneast\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261038-HWDUL\",\r\n \"name\": \"e2erg-prodebld2008261038-HWDUL\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261038-HWDUL_e2eaks-oVi_japaneast\",\r\n \"name\": \"MC_e2erg-prodebld2008261038-HWDUL_e2eaks-oVi_japaneast\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/go-adal-msi\",\r\n \"name\": \"go-adal-msi\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597007750\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-07 00:02:41Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ben2-provision-test\",\r\n \"name\": \"ben2-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ben2-provision-test_ben2-provision-test_westus\",\r\n \"name\": \"MC_ben2-provision-test_ben2-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008250002-UGaNY\",\r\n \"name\": \"e2erg-prodebld2008250002-UGaNY\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008250002-UGaNY_e2eaks-PnT_westus\",\r\n \"name\": \"MC_e2erg-prodebld2008250002-UGaNY_e2eaks-PnT_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-vicarageha_aro-casketstra-bopo55ffno_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-vicarageha_aro-casketstra-bopo55ffno_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1580698908\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag5\": \"testMapString5\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9d7c5dcb-1375-458c-a09c-d09734793292\",\r\n \"name\": \"9d7c5dcb-1375-458c-a09c-d09734793292\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag5\": \"testMapString5\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate34_zhuoliclusterprivate34_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate34_zhuoliclusterprivate34_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581102119\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/7aff1e81-ba4b-4b5e-95b8-9d22c0e9856a\",\r\n \"name\": \"7aff1e81-ba4b-4b5e-95b8-9d22c0e9856a\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate39_zhuoliclusterprivate39_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate39_zhuoliclusterprivate39_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581231829\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/b7cdece6-bbb4-4e9d-b5a3-995c75c4de1b\",\r\n \"name\": \"b7cdece6-bbb4-4e9d-b5a3-995c75c4de1b\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate41_zhuoliclusterprivate41_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate41_zhuoliclusterprivate41_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581282436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2e77f8b5-568c-4f2d-83ce-ef7fdd7ec21b\",\r\n \"name\": \"2e77f8b5-568c-4f2d-83ce-ef7fdd7ec21b\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-timexsibel_aro-poisonousl-bp1f7pahae_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-timexsibel_aro-poisonousl-bp1f7pahae_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581706849\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag1\": \"aro-BitTorrent-bp1f7jqhae\",\r\n \"testTag2\": \"aro-wisteriass-bp1f7jqhae\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/85b90eb9-5628-4fb0-95f4-383aac00201d\",\r\n \"name\": \"85b90eb9-5628-4fb0-95f4-383aac00201d\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag1\": \"aro-BitTorrent-bp1f7jqhae\",\r\n \"testTag2\": \"aro-wisteriass-bp1f7jqhae\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-nihilistco_aro-showsgerit-bpffvvjr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-nihilistco_aro-showsgerit-bpffvvjr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1583546558\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-scoreparal-bpffvrrr19\",\r\n \"testTag4\": \"aro-nimbibulki-bpffvrrr19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9b5eacb4-a108-41c1-b76f-cdcca239eabc\",\r\n \"name\": \"9b5eacb4-a108-41c1-b76f-cdcca239eabc\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-scoreparal-bpffvrrr19\",\r\n \"testTag4\": \"aro-nimbibulki-bpffvrrr19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1593529369\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilder-rg\",\r\n \"name\": \"aksvhdbuilder-rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/AKS-Win\",\r\n \"name\": \"AKS-Win\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-win-acr\",\r\n \"name\": \"aks-win-acr\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2\",\r\n \"name\": \"hcpabelchebld34050906-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598075528\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlabelchebld34050906\",\r\n \"name\": \"sqlabelchebld34050906\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598075528\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-21 12:04:47Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-svc-0\",\r\n \"name\": \"hcpabelchebld34050906-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-1\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-2\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-3\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34050906_demo2004_westus2\",\r\n \"name\": \"MC_abelchebld34050906_demo2004_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"abelchebld34050906\",\r\n \"deletion_due_time\": \"1598253556\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34104130-westus2\",\r\n \"name\": \"hcpbaheebld34104130-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld34104130\",\r\n \"name\": \"sqlbaheebld34104130\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-23 12:01:21Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34104130\",\r\n \"name\": \"hcpbaheebld34104130\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/backcompat-test-linux-46660-MjIxY\",\r\n \"name\": \"backcompat-test-linux-46660-MjIxY\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_backcompat-test-linux-46660-MjIxY_MjIxY_westus2\",\r\n \"name\": \"MC_backcompat-test-linux-46660-MjIxY_MjIxY_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/backcompat-test-win-46660-NjA2M\",\r\n \"name\": \"backcompat-test-win-46660-NjA2M\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_backcompat-test-win-46660-NjA2M_NjA2M_westus2\",\r\n \"name\": \"MC_backcompat-test-win-46660-NjA2M_NjA2M_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34115608-westus2\",\r\n \"name\": \"hcpguweebld34115608-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34115608\",\r\n \"name\": \"sqlguweebld34115608\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-24 12:02:21Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_guweebld34115608_guwe0824a_westus2\",\r\n \"name\": \"MC_guweebld34115608_guwe0824a_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"guweebld34115608\",\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2\",\r\n \"name\": \"hcpabelchebld34118333-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlabelchebld34118333\",\r\n \"name\": \"sqlabelchebld34118333\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-1\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-svc-0\",\r\n \"name\": \"hcpabelchebld34118333-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-2\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-3\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34118333_test2004_westus2\",\r\n \"name\": \"MC_abelchebld34118333_test2004_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34114510-lWiMp\",\r\n \"name\": \"e2erg-qinhaoebld34114510-lWiMp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598537712\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34114510-lWiMp_e2eaks-Nng_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34114510-lWiMp_e2eaks-Nng_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598537712\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/zuya20200824rg\",\r\n \"name\": \"zuya20200824rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zuya20200824rg_zuya20200824aks_westus2\",\r\n \"name\": \"MC_zuya20200824rg_zuya20200824aks_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34114510-JhPNR\",\r\n \"name\": \"e2erg-qinhaoebld34114510-JhPNR\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34114510-JhPNR_e2eaks-HQw_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34114510-JhPNR_e2eaks-HQw_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld34128399-westus2\",\r\n \"name\": \"hcpnikelleebld34128399-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld34128399\",\r\n \"name\": \"sqlnikelleebld34128399\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34121999-OoXrU\",\r\n \"name\": \"e2erg-qinhaoebld34121999-OoXrU\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34121999-OoXrU_e2eaks-QGT_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34121999-OoXrU_e2eaks-QGT_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/qinhao-upgrade\",\r\n \"name\": \"qinhao-upgrade\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34129746-westus2\",\r\n \"name\": \"hcpismilleebld34129746-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34129746\",\r\n \"name\": \"sqlismilleebld34129746\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34129876-westus2\",\r\n \"name\": \"hcpjoolshevebld34129876-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34129876\",\r\n \"name\": \"sqljoolshevebld34129876\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130227-westus2\",\r\n \"name\": \"hcpismilleebld34130227-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130227\",\r\n \"name\": \"sqlismilleebld34130227\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130395-westus2\",\r\n \"name\": \"hcpismilleebld34130395-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130395\",\r\n \"name\": \"sqlismilleebld34130395\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130867-westus2\",\r\n \"name\": \"hcpismilleebld34130867-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130867\",\r\n \"name\": \"sqlismilleebld34130867\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34131342-westus2\",\r\n \"name\": \"hcpismilleebld34131342-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34131342\",\r\n \"name\": \"sqlismilleebld34131342\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_joolshevebld34129876_test_westus2\",\r\n \"name\": \"MC_joolshevebld34129876_test_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"joolshevebld34129876\",\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-nikelleebld34128399-Amjs\",\r\n \"name\": \"e2erg-nikelleebld34128399-Amjs\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34132247-westus2\",\r\n \"name\": \"hcpismilleebld34132247-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34132247\",\r\n \"name\": \"sqlismilleebld34132247\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34132703-westus2\",\r\n \"name\": \"hcpismilleebld34132703-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34132703\",\r\n \"name\": \"sqlismilleebld34132703\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34133073-westus2\",\r\n \"name\": \"hcpismilleebld34133073-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34133073\",\r\n \"name\": \"sqlismilleebld34133073\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34133710-westus2\",\r\n \"name\": \"hcpismilleebld34133710-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34133710\",\r\n \"name\": \"sqlismilleebld34133710\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-nikelleebld34128399-zjyc\",\r\n \"name\": \"e2erg-nikelleebld34128399-zjyc\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-nikelleebld34128399-zjyc_e2eaks-MFw_westus2\",\r\n \"name\": \"MC_e2erg-nikelleebld34128399-zjyc_e2eaks-MFw_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34134509-westus2\",\r\n \"name\": \"hcpismilleebld34134509-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34134509\",\r\n \"name\": \"sqlismilleebld34134509\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34135103-westus2\",\r\n \"name\": \"hcpismilleebld34135103-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34135103\",\r\n \"name\": \"sqlismilleebld34135103\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34136614-westus2\",\r\n \"name\": \"hcpismilleebld34136614-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34136614\",\r\n \"name\": \"sqlismilleebld34136614\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie0824\",\r\n \"name\": \"robbie0824\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie0824_testmetricsserver_westus2\",\r\n \"name\": \"MC_robbie0824_testmetricsserver_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34137891-westus2\",\r\n \"name\": \"hcpismilleebld34137891-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34137891\",\r\n \"name\": \"sqlismilleebld34137891\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34138934-westus2\",\r\n \"name\": \"hcpismilleebld34138934-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34138934\",\r\n \"name\": \"sqlismilleebld34138934\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34139317-westus2\",\r\n \"name\": \"hcpismilleebld34139317-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34139317\",\r\n \"name\": \"sqlismilleebld34139317\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/bowatest\",\r\n \"name\": \"bowatest\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_bowatest_bowatestvmss_westus2\",\r\n \"name\": \"MC_bowatest_bowatestvmss_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34141166-westus2\",\r\n \"name\": \"hcpismilleebld34141166-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34141166\",\r\n \"name\": \"sqlismilleebld34141166\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34141885-westus2\",\r\n \"name\": \"hcpismilleebld34141885-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34141885\",\r\n \"name\": \"sqlismilleebld34141885\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34142895-westus2\",\r\n \"name\": \"hcpismilleebld34142895-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34142895\",\r\n \"name\": \"sqlismilleebld34142895\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34144718-westus2\",\r\n \"name\": \"hcpismilleebld34144718-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34144718\",\r\n \"name\": \"sqlismilleebld34144718\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_qinhao-upgrade_qinhao-upgrade_westus2\",\r\n \"name\": \"MC_qinhao-upgrade_qinhao-upgrade_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598581408\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34149377\",\r\n \"name\": \"hcpbaheebld34149377\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34149586-westus2\",\r\n \"name\": \"hcpismilleebld34149586-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34149586\",\r\n \"name\": \"sqlismilleebld34149586\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34150227-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34150227-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598418098\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_guweebld34150227_guwe0825p_westus2\",\r\n \"name\": \"MC_guweebld34150227_guwe0825p_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"guweebld34150227\",\r\n \"deletion_due_time\": \"1598592035\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-test\",\r\n \"name\": \"jiliu8-test\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34154688-westus2\",\r\n \"name\": \"hcpbinxiebld34154688-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld34154688\",\r\n \"name\": \"sqlbinxiebld34154688\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2\",\r\n \"name\": \"hcplimaebld34154903-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqllimaebld34154903\",\r\n \"name\": \"sqllimaebld34154903\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-3\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-1\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-2\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-svc-0\",\r\n \"name\": \"hcplimaebld34154903-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251452-EscgP\",\r\n \"name\": \"e2erg-prodebld2008251452-EscgP\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008251452-EscgP_e2eaks-mFR_westus2\",\r\n \"name\": \"MC_e2erg-prodebld2008251452-EscgP_e2eaks-mFR_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2\",\r\n \"name\": \"hcpguweebld34155745-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34155745\",\r\n \"name\": \"sqlguweebld34155745\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34155745-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld34156969-westus2\",\r\n \"name\": \"hcpandliuebld34156969-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld34156969\",\r\n \"name\": \"sqlandliuebld34156969\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2\",\r\n \"name\": \"hcpguweebld34156975-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34156975\",\r\n \"name\": \"sqlguweebld34156975\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld34156969\",\r\n \"name\": \"hcpandliuebld34156969\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34156975-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34160715-westus2\",\r\n \"name\": \"hcpismilleebld34160715-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598620399\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34160715\",\r\n \"name\": \"sqlismilleebld34160715\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598620399\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlqinhaoebld34161761\",\r\n \"name\": \"sqlqinhaoebld34161761\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-1\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-2\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-3\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-svc-0\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163471-westus2\",\r\n \"name\": \"hcpismilleebld34163471-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163471\",\r\n \"name\": \"sqlismilleebld34163471\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163707-westus2\",\r\n \"name\": \"hcpismilleebld34163707-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163707\",\r\n \"name\": \"sqlismilleebld34163707\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163957-westus2\",\r\n \"name\": \"hcpismilleebld34163957-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163957\",\r\n \"name\": \"sqlismilleebld34163957\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34164426-westus2\",\r\n \"name\": \"hcpismilleebld34164426-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34164426\",\r\n \"name\": \"sqlismilleebld34164426\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34165810-westus2\",\r\n \"name\": \"hcpismilleebld34165810-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34165810\",\r\n \"name\": \"sqlismilleebld34165810\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34166108-westus2\",\r\n \"name\": \"hcpismilleebld34166108-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34166108\",\r\n \"name\": \"sqlismilleebld34166108\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34167698\",\r\n \"name\": \"sqljoolshevebld34167698\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-svc-0\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-3\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-1\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-2\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598466377\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34168577\",\r\n \"name\": \"sqljoolshevebld34168577\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598466377\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-3\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-1\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-svc-0\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-2\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34171150-westus2\",\r\n \"name\": \"hcpismilleebld34171150-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34171150\",\r\n \"name\": \"sqlismilleebld34171150\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34171724-westus2\",\r\n \"name\": \"hcpismilleebld34171724-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34171724\",\r\n \"name\": \"sqlismilleebld34171724\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34172827-westus2\",\r\n \"name\": \"hcpismilleebld34172827-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598470110\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34172827\",\r\n \"name\": \"sqlismilleebld34172827\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598470110\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34174869-westus2\",\r\n \"name\": \"hcpismilleebld34174869-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598473506\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34174869\",\r\n \"name\": \"sqlismilleebld34174869\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598473506\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34175370-westus2\",\r\n \"name\": \"hcpismilleebld34175370-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598649359\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34175370\",\r\n \"name\": \"sqlismilleebld34175370\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598649359\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/windows\",\r\n \"name\": \"windows\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598652499\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_windows_windows_westus2\",\r\n \"name\": \"MC_windows_windows_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598656259\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2\",\r\n \"name\": \"hcpguweebld34185241-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34185241\",\r\n \"name\": \"sqlguweebld34185241\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34185241-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34118333_testwnp_westus2\",\r\n \"name\": \"MC_abelchebld34118333_testwnp_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"abelchebld34118333\",\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188204-westus2\",\r\n \"name\": \"hcpzhongzebld34188204-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhongzebld34188204\",\r\n \"name\": \"sqlzhongzebld34188204\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188204\",\r\n \"name\": \"hcpzhongzebld34188204\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188819-westus2\",\r\n \"name\": \"hcpzhongzebld34188819-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhongzebld34188819\",\r\n \"name\": \"sqlzhongzebld34188819\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188819\",\r\n \"name\": \"hcpzhongzebld34188819\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhongzebld34188819_zhongztest16_westus2\",\r\n \"name\": \"MC_zhongzebld34188819_zhongztest16_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhongzebld34188819\",\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhongzebld34188819_zhongztest18_westus2\",\r\n \"name\": \"MC_zhongzebld34188819_zhongztest18_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhongzebld34188819\",\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2007162026-VIEgi\",\r\n \"name\": \"e2erg-prodebld2007162026-VIEgi\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595193180\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-17 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2007162026-VIEgi_e2eaks-pTD_australiaeast\",\r\n \"name\": \"MC_e2erg-prodebld2007162026-VIEgi_e2eaks-pTD_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595470344\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008031812-ixwxP\",\r\n \"name\": \"e2erg-prodebld2008031812-ixwxP\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596739293\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-04 00:05:40Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008031812-PWnVz\",\r\n \"name\": \"e2erg-prodebld2008031812-PWnVz\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596739293\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-04 00:05:40Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008031812-PWnVz_e2eaks-ICB_australiaeast\",\r\n \"name\": \"MC_e2erg-prodebld2008031812-PWnVz_e2eaks-ICB_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596870903\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yangl_test_australiaeast\",\r\n \"name\": \"MC_yangl_test_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008192056-ohpsq\",\r\n \"name\": \"e2erg-prodebld2008192056-ohpsq\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598130148\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-20 00:04:07Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008192056-ohpsq_e2eaks-NiI_eastasia\",\r\n \"name\": \"MC_e2erg-prodebld2008192056-ohpsq_e2eaks-NiI_eastasia\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598378698\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xlEastUS2\",\r\n \"name\": \"xlEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598623566\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-entombingj_aro-peroration-bnq2cd6bc3_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-entombingj_aro-peroration-bnq2cd6bc3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000005\",\r\n \"deletion_due_time\": \"1576541346\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576281751\",\r\n \"now_day\": \"14\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/7bf95809-249a-4cbb-a261-73dd32e0cb75\",\r\n \"name\": \"7bf95809-249a-4cbb-a261-73dd32e0cb75\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-furlhuston\",\r\n \"name\": \"aro-e2e-cluster-furlhuston\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2019-12-17 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1576800306\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576540200\",\r\n \"now_day\": \"16\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-furlhuston_aro-cancelsslo-bns1ga0iol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-furlhuston_aro-cancelsslo-bns1ga0iol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1576800306\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576540298\",\r\n \"now_day\": \"16\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/0c521917-3cb3-4de5-ad90-9b90e19c9758\",\r\n \"name\": \"0c521917-3cb3-4de5-ad90-9b90e19c9758\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-blossoming_aro-crusaderpe-bo7ra9vu0q_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-blossoming_aro-crusaderpe-bo7ra9vu0q_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000004\",\r\n \"deletion_due_time\": \"1578348203\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1578087819\",\r\n \"now_day\": \"3\",\r\n \"now_month\": \"1\",\r\n \"now_year\": \"2020\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/0ed95d7f-fd62-40e8-a36a-06f819c0ebc1\",\r\n \"name\": \"0ed95d7f-fd62-40e8-a36a-06f819c0ebc1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-particular_aro-finneganmc-bob6vm0iol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-particular_aro-finneganmc-bob6vm0iol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1578790938\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag1\": \"testMapString1\",\r\n \"testTag2\": \"testMapString2\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/d0cea153-4a9e-4fbf-8508-b15aad65e515\",\r\n \"name\": \"d0cea153-4a9e-4fbf-8508-b15aad65e515\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-entreaties_aro-needlework-bogl05giol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-entreaties_aro-needlework-bogl05giol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1579500899\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1579241594\",\r\n \"now_day\": \"17\",\r\n \"now_month\": \"1\",\r\n \"now_year\": \"2020\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9095e38b-656f-4c3b-9e66-e4b4ec3c3961\",\r\n \"name\": \"9095e38b-656f-4c3b-9e66-e4b4ec3c3961\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi1_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi1_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi2_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi2_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosiwesteurope_westeurope\",\r\n \"name\": \"MC_tosi1_tosiwesteurope_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625414838\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111-uksouth\",\r\n \"name\": \"hcpgalofirebld44040111-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44040111\",\r\n \"name\": \"sqlgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111\",\r\n \"name\": \"hcpgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224-uksouth\",\r\n \"name\": \"hcpgalofirebld44041224-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44041224\",\r\n \"name\": \"sqlgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224\",\r\n \"name\": \"hcpgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115-uksouth\",\r\n \"name\": \"hcpgalofirebld44054115-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44054115\",\r\n \"name\": \"sqlgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115\",\r\n \"name\": \"hcpgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625493994\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320-southcentralus\",\r\n \"name\": \"hcptqinchenebld44088320-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltqinchenebld44088320\",\r\n \"name\": \"sqltqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320\",\r\n \"name\": \"hcptqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622207190\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622981261\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0604e\",\r\n \"name\": \"doliu0604e\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0604e_t2w_eastus2euap\",\r\n \"name\": \"MC_doliu0604e_t2w_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/michael-scale\",\r\n \"name\": \"michael-scale\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_michael-scale_michael-scale_eastus2\",\r\n \"name\": \"MC_michael-scale_michael-scale_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458018\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksetctestganesh\",\r\n \"name\": \"aksetctestganesh\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAP\",\r\n \"name\": \"DefaultResourceGroup-EAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"name\": \"MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/gktestconfig\",\r\n \"name\": \"gktestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"name\": \"MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ganeshtestconfig\",\r\n \"name\": \"ganeshtestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"name\": \"MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"name\": \"MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625407643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi0702private_eastus2\",\r\n \"name\": \"MC_binxi_binxi0702private_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625504745\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi070201_eastus2\",\r\n \"name\": \"MC_binxi_binxi070201_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-dapr\",\r\n \"name\": \"jiliu8-dapr\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624453613\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44110084-KEATU\",\r\n \"name\": \"e2erg-toncheebld44110084-KEATU\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1602774559\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-10-13 00:08:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156-eastus\",\r\n \"name\": \"hcpxinywaebld43996156-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxinywaebld43996156\",\r\n \"name\": \"sqlxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156\",\r\n \"name\": \"hcpxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksDKCTestGanesh\",\r\n \"name\": \"aksDKCTestGanesh\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655-eastus\",\r\n \"name\": \"hcpshmalfatebld44020655-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44020655\",\r\n \"name\": \"sqlshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655\",\r\n \"name\": \"hcpshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124-eastus\",\r\n \"name\": \"hcptilnlebld44021124-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltilnlebld44021124\",\r\n \"name\": \"sqltilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124\",\r\n \"name\": \"hcptilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474-eastus\",\r\n \"name\": \"hcpbinxiebld44032474-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld44032474\",\r\n \"name\": \"sqlbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474\",\r\n \"name\": \"hcpbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxiebld44032474_test1_eastus\",\r\n \"name\": \"MC_binxiebld44032474_test1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049-eastus\",\r\n \"name\": \"hcpjiliuebld44041049-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiliuebld44041049\",\r\n \"name\": \"sqljiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049\",\r\n \"name\": \"hcpjiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370-eastus\",\r\n \"name\": \"hcpaleldeibebld44056370-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44056370\",\r\n \"name\": \"sqlaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370\",\r\n \"name\": \"hcpaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065539-eastus\",\r\n \"name\": \"hcpaleldeibebld44065539-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065539\",\r\n \"name\": \"sqlaleldeibebld44065539\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065814-eastus\",\r\n \"name\": \"hcpaleldeibebld44065814-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065814\",\r\n \"name\": \"sqlaleldeibebld44065814\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281-eastus\",\r\n \"name\": \"hcpaleldeibebld44066281-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44066281\",\r\n \"name\": \"sqlaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281\",\r\n \"name\": \"hcpaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560-eastus\",\r\n \"name\": \"hcpandliuebld44067560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld44067560\",\r\n \"name\": \"sqlandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560\",\r\n \"name\": \"hcpandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-LGSsum\",\r\n \"name\": \"e2erg-jiliuebld44041049-LGSsum\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"name\": \"MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625296008\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057-eastus\",\r\n \"name\": \"hcpgalofirebld44073057-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44073057\",\r\n \"name\": \"sqlgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057\",\r\n \"name\": \"hcpgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld44067560_andliu3_eastus\",\r\n \"name\": \"MC_andliuebld44067560_andliu3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"andliuebld44067560\",\r\n \"deletion_due_time\": \"1625378786\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"name\": \"MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"galofirebld44073057\",\r\n \"deletion_due_time\": \"1625310357\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-cdQWNg\",\r\n \"name\": \"e2erg-jiliuebld44041049-cdQWNg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-Alxiqi\",\r\n \"name\": \"e2erg-jiliuebld44041049-Alxiqi\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44084491\",\r\n \"name\": \"sqltjnguyenebld44084491\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867-eastus\",\r\n \"name\": \"hcptienleebld44090867-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltienleebld44090867\",\r\n \"name\": \"sqltienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tienle-vhdgeneralized32-rg\",\r\n \"name\": \"tienle-vhdgeneralized32-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339265\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867\",\r\n \"name\": \"hcptienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"name\": \"MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/agentbaker-e2e-tests\",\r\n \"name\": \"agentbaker-e2e-tests\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"name\": \"MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935-eastus\",\r\n \"name\": \"hcpchmcbridebld44098935-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44098935\",\r\n \"name\": \"sqlchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935\",\r\n \"name\": \"hcpchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mutiagenteast\",\r\n \"name\": \"mutiagenteast\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilderrg\",\r\n \"name\": \"aksvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461-eastus\",\r\n \"name\": \"hcpchmcbridebld44101461-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44101461\",\r\n \"name\": \"sqlchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461\",\r\n \"name\": \"hcpchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357-eastus\",\r\n \"name\": \"hcptjuliayiebld44102357-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44102357\",\r\n \"name\": \"sqltjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357\",\r\n \"name\": \"hcptjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao\",\r\n \"name\": \"haitao\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_haitao_bootA_eastus\",\r\n \"name\": \"MC_haitao_bootA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110-eastus\",\r\n \"name\": \"hcpbaheebld44108110-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44108110\",\r\n \"name\": \"sqlbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110\",\r\n \"name\": \"hcpbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld44108110_test_eastus\",\r\n \"name\": \"MC_baheebld44108110_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld44108110\",\r\n \"deletion_due_time\": \"1625371669\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054-eastus\",\r\n \"name\": \"hcphaitchebld44115054-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlhaitchebld44115054\",\r\n \"name\": \"sqlhaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054\",\r\n \"name\": \"hcphaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508-eastus\",\r\n \"name\": \"hcpbaheebld44124508-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44124508\",\r\n \"name\": \"sqlbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosieastus_eastus\",\r\n \"name\": \"MC_tosi1_tosieastus_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508\",\r\n \"name\": \"hcpbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097-eastus\",\r\n \"name\": \"hcptjnguyenebld44127097-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44127097\",\r\n \"name\": \"sqltjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097\",\r\n \"name\": \"hcptjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442-eastus\",\r\n \"name\": \"hcptrangebld44131442-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltrangebld44131442\",\r\n \"name\": \"sqltrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442\",\r\n \"name\": \"hcptrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868-eastus\",\r\n \"name\": \"hcpaganeshkebld44135868-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaganeshkebld44135868\",\r\n \"name\": \"sqlaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868\",\r\n \"name\": \"hcpaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-trangebld44131442-nHqzZl\",\r\n \"name\": \"e2erg-trangebld44131442-nHqzZl\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"name\": \"MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"hcp performance\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695-eastus\",\r\n \"name\": \"hcpnikelleebld44137695-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld44137695\",\r\n \"name\": \"sqlnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695\",\r\n \"name\": \"hcpnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016-eastus\",\r\n \"name\": \"hcptchamakaebld44140016-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44140016\",\r\n \"name\": \"sqltchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016\",\r\n \"name\": \"hcptchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267-eastus\",\r\n \"name\": \"hcptaboraebld44146267-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltaboraebld44146267\",\r\n \"name\": \"sqltaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267\",\r\n \"name\": \"hcptaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687-eastus\",\r\n \"name\": \"hcpasilvermebld44147687-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlasilvermebld44147687\",\r\n \"name\": \"sqlasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687\",\r\n \"name\": \"hcpasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld43927544-RJIOA\",\r\n \"name\": \"e2erg-qinhaoebld43927544-RJIOA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"name\": \"MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"windows k8s\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077-eastus\",\r\n \"name\": \"hcpjiesheebld44153077-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiesheebld44153077\",\r\n \"name\": \"sqljiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077\",\r\n \"name\": \"hcpjiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515-eastus\",\r\n \"name\": \"hcpshmalfatebld44167515-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44167515\",\r\n \"name\": \"sqlshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515\",\r\n \"name\": \"hcpshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516-eastus\",\r\n \"name\": \"hcptjuliayiebld44169516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44169516\",\r\n \"name\": \"sqltjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516\",\r\n \"name\": \"hcptjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"name\": \"MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tjuliayiebld44169516\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-psl7rbiu6l\",\r\n \"name\": \"pkr-Resource-Group-psl7rbiu6l\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248199\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-uwkt8qzc9k\",\r\n \"name\": \"pkr-Resource-Group-uwkt8qzc9k\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248283\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995-eastus\",\r\n \"name\": \"hcptchamakaebld44171995-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44171995\",\r\n \"name\": \"sqltchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995\",\r\n \"name\": \"hcptchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"shmalfatebld44167515\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44107243-nnPeJ\",\r\n \"name\": \"e2erg-toncheebld44107243-nnPeJ\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44109962-CnPeG\",\r\n \"name\": \"e2erg-toncheebld44109962-CnPeG\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/asilverman-provision-test\",\r\n \"name\": \"asilverman-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"name\": \"MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625425583\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917-westus\",\r\n \"name\": \"hcpyunrugeebld44138917-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld44138917\",\r\n \"name\": \"sqlyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917\",\r\n \"name\": \"hcpyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099-westus\",\r\n \"name\": \"hcpmirsikebld44142099-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmirsikebld44142099\",\r\n \"name\": \"sqlmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099\",\r\n \"name\": \"hcpmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624928888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_niqi-test-capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitch\",\r\n \"name\": \"haitch\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tosi1\",\r\n \"name\": \"tosi1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"name\": \"e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625472459\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625212001\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-tmp\",\r\n \"name\": \"lima-tmp\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44072710\",\r\n \"name\": \"yizhangebld44072710\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAU\",\r\n \"name\": \"DefaultResourceGroup-EAU\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625335599\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44096015\",\r\n \"name\": \"yizhangebld44096015\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44096015\",\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44099246\",\r\n \"name\": \"yizhangebld44099246\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3728?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM3Mjg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1747?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE3NDc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "180e9862-f32b-4e22-95b9-ebdbd3ef6c88" + "944c9b75-d28f-405c-abb7-1d225c13e704" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:56:49 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "81ac322c-2769-4d7c-8771-052519930804" + "d72283bd-3e5f-4cca-90d8-7f8f17c2d4b3" ], "x-ms-correlation-request-id": [ - "81ac322c-2769-4d7c-8771-052519930804" + "d72283bd-3e5f-4cca-90d8-7f8f17c2d4b3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075044Z:81ac322c-2769-4d7c-8771-052519930804" + "WESTUS2:20210702T185650Z:d72283bd-3e5f-4cca-90d8-7f8f17c2d4b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:50:43 GMT" - ], "Content-Length": [ "198" ], @@ -123,52 +123,58 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3728\",\r\n \"name\": \"aks-dotnet-sdk-RG-3728\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1747\",\r\n \"name\": \"aks-dotnet-sdk-RG-1747\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3728/providers/Microsoft.ContainerService/managedClusters/azsmnet2429?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM3MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0MjQyOT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1747/providers/Microsoft.ContainerService/managedClusters/azsmnet4867?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE3NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NDg2Nz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\",\r\n \"secret\": \"cef93fc9-1fae-44d4-bb47-9da8f28af538\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\",\r\n \"secret\": \"XFP5t_5wcL48VA00GY7OunpsVlcTR228Co\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f8c39928-8a17-4a7d-8a8c-1753a3a98e67" + "261072be-1038-48e8-bf4e-5ecd93b9c42b" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "412" + "410" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:56:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b2dd2705-996c-4145-a954-64f43f628e91?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30" ], "x-ms-correlation-request-id": [ - "feff65ea-c148-481d-9c7b-965e55b76b8e" + "43edc776-086b-43de-821c-b101355a9322" ], "x-ms-request-id": [ - "b2dd2705-996c-4145-a954-64f43f628e91" + "47ff02f3-6f9d-4c21-aec1-dd5a886f4da3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -176,17 +182,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075059Z:feff65ea-c148-481d-9c7b-965e55b76b8e" - ], - "Date": [ - "Wed, 26 Aug 2020 07:50:59 GMT" + "WESTUS2:20210702T185657Z:43edc776-086b-43de-821c-b101355a9322" ], "Content-Length": [ - "1592" + "1793" ], "Content-Type": [ "application/json" @@ -195,37 +195,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3728/providers/Microsoft.ContainerService/managedClusters/azsmnet2429\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet2429\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-32d2a8ae.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.06\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\"\r\n },\r\n \"addonProfiles\": {\r\n \"KubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-3728_azsmnet2429_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1747/providers/Microsoft.ContainerService/managedClusters/azsmnet4867\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet4867\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-0545b6e0.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-0545b6e0.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-1747_azsmnet4867_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b2dd2705-996c-4145-a954-64f43f628e91?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IyZGQyNzA1LTk5NmMtNDE0NS1hOTU0LTY0ZjQzZjYyOGU5MT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:57:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-correlation-request-id": [ - "2a6e9722-41bc-491b-80d3-8f2668acefcf" + "e97ffdcb-0cad-4282-947d-03b1b58208f8" ], "x-ms-request-id": [ - "54aa9ae3-fc08-4a71-8515-eeb58b8f9e28" + "b6515763-1b53-4d90-b10e-fdb9048f86d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -233,17 +239,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075129Z:2a6e9722-41bc-491b-80d3-8f2668acefcf" - ], - "Date": [ - "Wed, 26 Aug 2020 07:51:29 GMT" + "WESTUS2:20210702T185727Z:e97ffdcb-0cad-4282-947d-03b1b58208f8" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -252,37 +252,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"0527ddb2-6c99-4541-a954-64f43f628e91\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T07:50:57.4815211Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b2dd2705-996c-4145-a954-64f43f628e91?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IyZGQyNzA1LTk5NmMtNDE0NS1hOTU0LTY0ZjQzZjYyOGU5MT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:57:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-correlation-request-id": [ - "8d07c85f-f459-478b-b23e-7ab20f97ed8a" + "e788fb05-66ba-4a6e-8068-053971d5c68d" ], "x-ms-request-id": [ - "ca19917c-db62-400b-8ebe-dff14cb5365d" + "162ac1e7-a497-4fd3-9cb7-ec5aa9527ce6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -290,17 +296,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075200Z:8d07c85f-f459-478b-b23e-7ab20f97ed8a" - ], - "Date": [ - "Wed, 26 Aug 2020 07:51:59 GMT" + "WESTUS2:20210702T185757Z:e788fb05-66ba-4a6e-8068-053971d5c68d" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -309,37 +309,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"0527ddb2-6c99-4541-a954-64f43f628e91\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T07:50:57.4815211Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b2dd2705-996c-4145-a954-64f43f628e91?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IyZGQyNzA1LTk5NmMtNDE0NS1hOTU0LTY0ZjQzZjYyOGU5MT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:58:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-correlation-request-id": [ - "6891f21b-8536-4693-be40-c292101e30a0" + "d2923463-863b-43fa-9eb8-0bf116934d3f" ], "x-ms-request-id": [ - "33e904bb-8098-4f9c-af7b-6826828747fb" + "e011b12e-34d5-47a4-9960-6c1252ec9b03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -347,17 +353,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075230Z:6891f21b-8536-4693-be40-c292101e30a0" - ], - "Date": [ - "Wed, 26 Aug 2020 07:52:29 GMT" + "WESTUS2:20210702T185827Z:d2923463-863b-43fa-9eb8-0bf116934d3f" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -366,37 +366,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"0527ddb2-6c99-4541-a954-64f43f628e91\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T07:50:57.4815211Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b2dd2705-996c-4145-a954-64f43f628e91?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IyZGQyNzA1LTk5NmMtNDE0NS1hOTU0LTY0ZjQzZjYyOGU5MT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:58:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-correlation-request-id": [ - "bc5a1dee-1141-4714-804c-62acca1cea7b" + "ddb8f6f0-a649-4c5d-bc4b-511f25e67850" ], "x-ms-request-id": [ - "3b9953f0-39f0-457c-a1f0-22aed9c47e51" + "adaa6fe0-de4d-4d98-b5b8-ff700977b79a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -404,17 +410,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075301Z:bc5a1dee-1141-4714-804c-62acca1cea7b" - ], - "Date": [ - "Wed, 26 Aug 2020 07:53:01 GMT" + "WESTUS2:20210702T185857Z:ddb8f6f0-a649-4c5d-bc4b-511f25e67850" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -423,37 +423,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"0527ddb2-6c99-4541-a954-64f43f628e91\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T07:50:57.4815211Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b2dd2705-996c-4145-a954-64f43f628e91?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IyZGQyNzA1LTk5NmMtNDE0NS1hOTU0LTY0ZjQzZjYyOGU5MT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:59:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-correlation-request-id": [ - "3f309afb-4208-44dd-b6f1-ad755bd96fc4" + "032c8551-594d-4a2f-9ee4-12b410b57dda" ], "x-ms-request-id": [ - "966b7715-27e3-4517-9979-cba7e60485a1" + "c9e186af-5a18-4f77-b319-ac1be1504cb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -461,17 +467,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075331Z:3f309afb-4208-44dd-b6f1-ad755bd96fc4" - ], - "Date": [ - "Wed, 26 Aug 2020 07:53:31 GMT" + "WESTUS2:20210702T185927Z:032c8551-594d-4a2f-9ee4-12b410b57dda" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -480,37 +480,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"0527ddb2-6c99-4541-a954-64f43f628e91\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T07:50:57.4815211Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b2dd2705-996c-4145-a954-64f43f628e91?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IyZGQyNzA1LTk5NmMtNDE0NS1hOTU0LTY0ZjQzZjYyOGU5MT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 18:59:57 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-correlation-request-id": [ - "9cb4fe38-a181-46d3-9f53-a41e10697190" + "28ee4eb2-3d1b-4bab-8760-2b979c6dd3e1" ], "x-ms-request-id": [ - "043bdf2b-5570-4e5c-865a-8785850cb063" + "e886fd0c-dcb7-4cb5-9ddc-94260e6f60e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -518,17 +524,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075402Z:9cb4fe38-a181-46d3-9f53-a41e10697190" - ], - "Date": [ - "Wed, 26 Aug 2020 07:54:01 GMT" + "WESTUS2:20210702T185957Z:28ee4eb2-3d1b-4bab-8760-2b979c6dd3e1" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -537,37 +537,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"0527ddb2-6c99-4541-a954-64f43f628e91\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T07:50:57.4815211Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b2dd2705-996c-4145-a954-64f43f628e91?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IyZGQyNzA1LTk5NmMtNDE0NS1hOTU0LTY0ZjQzZjYyOGU5MT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:00:27 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-correlation-request-id": [ - "655a7169-1a13-4d48-bfd8-0439355f2553" + "5791d916-b2a7-4fb4-ab5b-9091bbf2a013" ], "x-ms-request-id": [ - "a9a8f078-9154-4123-ba28-57e4dfd77a38" + "5ecfe40e-1d3c-4a8e-9421-b60114adcfea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -575,17 +581,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075432Z:655a7169-1a13-4d48-bfd8-0439355f2553" - ], - "Date": [ - "Wed, 26 Aug 2020 07:54:31 GMT" + "WESTUS2:20210702T190027Z:5791d916-b2a7-4fb4-ab5b-9091bbf2a013" ], "Content-Length": [ - "170" + "164" ], "Content-Type": [ "application/json" @@ -594,37 +594,46 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"0527ddb2-6c99-4541-a954-64f43f628e91\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-08-26T07:50:57.4815211Z\",\r\n \"endTime\": \"2020-08-26T07:54:11.2599589Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\",\r\n \"endTime\": \"2021-07-02T19:00:15.548185Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3728/providers/Microsoft.ContainerService/managedClusters/azsmnet2429?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM3MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0MjQyOT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1747/providers/Microsoft.ContainerService/managedClusters/azsmnet4867?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE3NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NDg2Nz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:00:28 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20210702T190028Z:55c0f2e4-8979-45b8-9b9d-9269026018f2" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-correlation-request-id": [ - "0e7b0c96-4089-4c86-a9a8-6a83454d14d8" + "55c0f2e4-8979-45b8-9b9d-9269026018f2" ], "x-ms-request-id": [ - "79943431-d189-4aa4-ad00-2e9ce498fb2a" + "e78ed2bc-ed82-48dd-971d-25de332211aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -632,17 +641,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075433Z:0e7b0c96-4089-4c86-a9a8-6a83454d14d8" - ], - "Date": [ - "Wed, 26 Aug 2020 07:54:32 GMT" - ], "Content-Length": [ - "1860" + "2061" ], "Content-Type": [ "application/json" @@ -651,139 +651,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3728/providers/Microsoft.ContainerService/managedClusters/azsmnet2429\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet2429\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-32d2a8ae.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.06\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\"\r\n },\r\n \"addonProfiles\": {\r\n \"KubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-3728_azsmnet2429_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-3728_azsmnet2429_westus2/providers/Microsoft.Network/publicIPAddresses/18990d18-0d4b-4471-9da8-5188e7d4f56e\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1747/providers/Microsoft.ContainerService/managedClusters/azsmnet4867\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet4867\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-0545b6e0.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-0545b6e0.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-1747_azsmnet4867_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-1747_azsmnet4867_westus2/providers/Microsoft.Network/publicIPAddresses/860ea691-5b4a-4b1c-8438-2035093a3945\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3728?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM3Mjg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1747?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE3NDc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83e7d52b-6d74-4962-9260-1989f7d85129" + "168c618b-b3fb-48b0-b4aa-c2ee72b2126c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-request-id": [ - "ac2e1d20-85e8-41a6-8fbf-e04ddf51b509" - ], - "x-ms-correlation-request-id": [ - "ac2e1d20-85e8-41a6-8fbf-e04ddf51b509" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075436Z:ac2e1d20-85e8-41a6-8fbf-e04ddf51b509" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 07:54:36 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "0a594574-81fa-482a-b4d6-83e5dee08b0d" - ], - "x-ms-correlation-request-id": [ - "0a594574-81fa-482a-b4d6-83e5dee08b0d" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075452Z:0a594574-81fa-482a-b4d6-83e5dee08b0d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 07:54:51 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -791,539 +677,29 @@ "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "b11efb52-bdc3-4047-bcc5-93c3ed20ce0e" - ], - "x-ms-correlation-request-id": [ - "b11efb52-bdc3-4047-bcc5-93c3ed20ce0e" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075507Z:b11efb52-bdc3-4047-bcc5-93c3ed20ce0e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Wed, 26 Aug 2020 07:55:07 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-request-id": [ - "36b29ee9-f09a-42e6-a97b-5a2c3239b8f8" - ], - "x-ms-correlation-request-id": [ - "36b29ee9-f09a-42e6-a97b-5a2c3239b8f8" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075523Z:36b29ee9-f09a-42e6-a97b-5a2c3239b8f8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 07:55:22 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-request-id": [ - "09fba70a-3785-427d-a3ab-aeb90e83e119" - ], - "x-ms-correlation-request-id": [ - "09fba70a-3785-427d-a3ab-aeb90e83e119" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075538Z:09fba70a-3785-427d-a3ab-aeb90e83e119" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 07:55:38 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-request-id": [ - "16e62dcd-4d42-4cb4-bd28-5eb91ade955e" - ], - "x-ms-correlation-request-id": [ - "16e62dcd-4d42-4cb4-bd28-5eb91ade955e" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075553Z:16e62dcd-4d42-4cb4-bd28-5eb91ade955e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 07:55:53 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-request-id": [ - "d09f32c1-5442-4587-9399-ff518b102471" - ], - "x-ms-correlation-request-id": [ - "d09f32c1-5442-4587-9399-ff518b102471" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075609Z:d09f32c1-5442-4587-9399-ff518b102471" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 07:56:09 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-request-id": [ - "626ace52-72fa-467e-bb3d-e7ff4bc0a905" - ], - "x-ms-correlation-request-id": [ - "626ace52-72fa-467e-bb3d-e7ff4bc0a905" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075624Z:626ace52-72fa-467e-bb3d-e7ff4bc0a905" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 07:56:24 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-request-id": [ - "52756190-6b12-48ad-8b2e-ca18dbda8508" - ], - "x-ms-correlation-request-id": [ - "52756190-6b12-48ad-8b2e-ca18dbda8508" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075640Z:52756190-6b12-48ad-8b2e-ca18dbda8508" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 07:56:39 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-request-id": [ - "5240c098-505d-4167-b986-7bd61a6acfff" - ], - "x-ms-correlation-request-id": [ - "5240c098-505d-4167-b986-7bd61a6acfff" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075655Z:5240c098-505d-4167-b986-7bd61a6acfff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 07:56:54 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-request-id": [ - "0769814c-2181-4898-9c52-7827966622e7" - ], - "x-ms-correlation-request-id": [ - "0769814c-2181-4898-9c52-7827966622e7" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075710Z:0769814c-2181-4898-9c52-7827966622e7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 07:57:10 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Fri, 02 Jul 2021 19:00:27 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "55a7baa3-1288-4dd6-9347-afdf403a1c60" + "a31a5b65-9d09-464f-98eb-9c54c9346051" ], "x-ms-correlation-request-id": [ - "55a7baa3-1288-4dd6-9347-afdf403a1c60" + "a31a5b65-9d09-464f-98eb-9c54c9346051" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075726Z:55a7baa3-1288-4dd6-9347-afdf403a1c60" + "WESTUS2:20210702T190028Z:a31a5b65-9d09-464f-98eb-9c54c9346051" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1331,29 +707,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:57:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1361,26 +734,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:00:42 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11999" ], "x-ms-request-id": [ - "ef8f425a-f5dd-45ef-a939-96e2fe93c566" + "7383e806-6ff7-413e-89da-aa343ac3bb22" ], "x-ms-correlation-request-id": [ - "ef8f425a-f5dd-45ef-a939-96e2fe93c566" + "7383e806-6ff7-413e-89da-aa343ac3bb22" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075741Z:ef8f425a-f5dd-45ef-a939-96e2fe93c566" + "WESTUS2:20210702T190043Z:7383e806-6ff7-413e-89da-aa343ac3bb22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1388,29 +764,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:57:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1418,26 +791,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:00:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11998" ], "x-ms-request-id": [ - "777fd2c6-423a-43ff-887f-a4b796e7ed24" + "f4f70528-d486-494d-96a9-c8032ae40702" ], "x-ms-correlation-request-id": [ - "777fd2c6-423a-43ff-887f-a4b796e7ed24" + "f4f70528-d486-494d-96a9-c8032ae40702" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075757Z:777fd2c6-423a-43ff-887f-a4b796e7ed24" + "WESTUS2:20210702T190058Z:f4f70528-d486-494d-96a9-c8032ae40702" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1445,29 +821,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:57:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1475,26 +848,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:01:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11997" ], "x-ms-request-id": [ - "9216a87e-f56e-49ae-98d2-405858788169" + "8229a420-cc3c-4f51-ae55-aaec8fbadb3e" ], "x-ms-correlation-request-id": [ - "9216a87e-f56e-49ae-98d2-405858788169" + "8229a420-cc3c-4f51-ae55-aaec8fbadb3e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075812Z:9216a87e-f56e-49ae-98d2-405858788169" + "WESTUS2:20210702T190113Z:8229a420-cc3c-4f51-ae55-aaec8fbadb3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1502,29 +878,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:58:12 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1532,26 +905,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:01:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11996" ], "x-ms-request-id": [ - "382be278-13e3-4601-ad8e-e7c846ba9b19" + "920af3f9-dfd8-4c8c-9b26-6f3f2547fdf7" ], "x-ms-correlation-request-id": [ - "382be278-13e3-4601-ad8e-e7c846ba9b19" + "920af3f9-dfd8-4c8c-9b26-6f3f2547fdf7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075827Z:382be278-13e3-4601-ad8e-e7c846ba9b19" + "WESTUS2:20210702T190128Z:920af3f9-dfd8-4c8c-9b26-6f3f2547fdf7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1559,29 +935,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:58:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1589,26 +962,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:01:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11995" ], "x-ms-request-id": [ - "89266380-97ad-475a-a07f-c390ab86a1ee" + "32eaeafb-e98e-424a-b726-a3105e2f553e" ], "x-ms-correlation-request-id": [ - "89266380-97ad-475a-a07f-c390ab86a1ee" + "32eaeafb-e98e-424a-b726-a3105e2f553e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075843Z:89266380-97ad-475a-a07f-c390ab86a1ee" + "WESTUS2:20210702T190143Z:32eaeafb-e98e-424a-b726-a3105e2f553e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1616,29 +992,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:58:43 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1646,26 +1019,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:01:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11994" ], "x-ms-request-id": [ - "2292bc4f-f5aa-431c-9080-62989fcf5ea9" + "dde2e426-95e8-4fc4-966b-a73c686e5178" ], "x-ms-correlation-request-id": [ - "2292bc4f-f5aa-431c-9080-62989fcf5ea9" + "dde2e426-95e8-4fc4-966b-a73c686e5178" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075858Z:2292bc4f-f5aa-431c-9080-62989fcf5ea9" + "WESTUS2:20210702T190158Z:dde2e426-95e8-4fc4-966b-a73c686e5178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1673,29 +1049,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:58:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1703,26 +1076,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:02:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11993" ], "x-ms-request-id": [ - "1e29071d-fbe0-460b-af57-291143cad967" + "bdc032f9-c6bb-439b-bba0-ffa2f33e587c" ], "x-ms-correlation-request-id": [ - "1e29071d-fbe0-460b-af57-291143cad967" + "bdc032f9-c6bb-439b-bba0-ffa2f33e587c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075914Z:1e29071d-fbe0-460b-af57-291143cad967" + "WESTUS2:20210702T190213Z:bdc032f9-c6bb-439b-bba0-ffa2f33e587c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1730,29 +1106,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:59:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1760,26 +1133,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:02:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11992" ], "x-ms-request-id": [ - "12c362cc-af41-4c70-a9a5-587970bacaf1" + "b1f1dd75-8538-4d8c-9567-c15345cab39d" ], "x-ms-correlation-request-id": [ - "12c362cc-af41-4c70-a9a5-587970bacaf1" + "b1f1dd75-8538-4d8c-9567-c15345cab39d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075930Z:12c362cc-af41-4c70-a9a5-587970bacaf1" + "WESTUS2:20210702T190228Z:b1f1dd75-8538-4d8c-9567-c15345cab39d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1787,29 +1163,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:59:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1817,26 +1190,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:02:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11991" ], "x-ms-request-id": [ - "510346aa-8311-4b8b-abaf-0920e95d22cb" + "941eec35-e70e-4d6f-89e8-f2cc63805b0c" ], "x-ms-correlation-request-id": [ - "510346aa-8311-4b8b-abaf-0920e95d22cb" + "941eec35-e70e-4d6f-89e8-f2cc63805b0c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T075945Z:510346aa-8311-4b8b-abaf-0920e95d22cb" + "WESTUS2:20210702T190244Z:941eec35-e70e-4d6f-89e8-f2cc63805b0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1844,29 +1220,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 07:59:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1874,26 +1247,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:02:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11990" ], "x-ms-request-id": [ - "9e5d4776-a8ad-4d43-b603-beeaa8d31020" + "1cc0a5b0-3b81-42d7-81f2-77443b811b46" ], "x-ms-correlation-request-id": [ - "9e5d4776-a8ad-4d43-b603-beeaa8d31020" + "1cc0a5b0-3b81-42d7-81f2-77443b811b46" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080001Z:9e5d4776-a8ad-4d43-b603-beeaa8d31020" + "WESTUS2:20210702T190259Z:1cc0a5b0-3b81-42d7-81f2-77443b811b46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1901,29 +1277,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:00:00 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1931,26 +1304,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:03:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11989" ], "x-ms-request-id": [ - "824d4628-9539-43a2-a25b-104edf56a2ff" + "5df39149-f6dd-4759-bb0a-16b52a7a083b" ], "x-ms-correlation-request-id": [ - "824d4628-9539-43a2-a25b-104edf56a2ff" + "5df39149-f6dd-4759-bb0a-16b52a7a083b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080016Z:824d4628-9539-43a2-a25b-104edf56a2ff" + "WESTUS2:20210702T190314Z:5df39149-f6dd-4759-bb0a-16b52a7a083b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1958,29 +1334,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:00:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1988,26 +1361,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:03:28 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11988" ], "x-ms-request-id": [ - "b5aab9c7-b666-4f33-85c2-a8b0e17b35c9" + "12420533-dd0a-4405-a21a-4487eb1ca172" ], "x-ms-correlation-request-id": [ - "b5aab9c7-b666-4f33-85c2-a8b0e17b35c9" + "12420533-dd0a-4405-a21a-4487eb1ca172" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080032Z:b5aab9c7-b666-4f33-85c2-a8b0e17b35c9" + "WESTUS2:20210702T190329Z:12420533-dd0a-4405-a21a-4487eb1ca172" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2015,29 +1391,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:00:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2045,26 +1418,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:03:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11987" ], "x-ms-request-id": [ - "15a1d6bb-053b-4fca-b8c4-e695febcc1d4" + "150c34c7-1d0c-4f34-a311-945c12ce2deb" ], "x-ms-correlation-request-id": [ - "15a1d6bb-053b-4fca-b8c4-e695febcc1d4" + "150c34c7-1d0c-4f34-a311-945c12ce2deb" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080047Z:15a1d6bb-053b-4fca-b8c4-e695febcc1d4" + "WESTUS2:20210702T190344Z:150c34c7-1d0c-4f34-a311-945c12ce2deb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2072,29 +1448,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:00:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2102,26 +1475,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:03:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11986" ], "x-ms-request-id": [ - "c4594789-f0c2-4f35-8fde-8ce7beb917a8" + "062fecaf-abd8-46b9-834a-7e9dbc9ed5c7" ], "x-ms-correlation-request-id": [ - "c4594789-f0c2-4f35-8fde-8ce7beb917a8" + "062fecaf-abd8-46b9-834a-7e9dbc9ed5c7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080102Z:c4594789-f0c2-4f35-8fde-8ce7beb917a8" + "WESTUS2:20210702T190359Z:062fecaf-abd8-46b9-834a-7e9dbc9ed5c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2129,29 +1505,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:01:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2159,26 +1532,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:04:13 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11985" ], "x-ms-request-id": [ - "e6daa61b-4527-4286-a07e-4a8520851c88" + "f030e125-71ef-42ca-bfbe-a495fbd6bb91" ], "x-ms-correlation-request-id": [ - "e6daa61b-4527-4286-a07e-4a8520851c88" + "f030e125-71ef-42ca-bfbe-a495fbd6bb91" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080118Z:e6daa61b-4527-4286-a07e-4a8520851c88" + "WESTUS2:20210702T190414Z:f030e125-71ef-42ca-bfbe-a495fbd6bb91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2186,29 +1562,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:01:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2216,26 +1589,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:04:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11984" ], "x-ms-request-id": [ - "ccbbdfdd-314c-46a5-811a-65fc42d9fcb5" + "f1a34fb4-9f16-40ef-98a9-a15ba2a38d6c" ], "x-ms-correlation-request-id": [ - "ccbbdfdd-314c-46a5-811a-65fc42d9fcb5" + "f1a34fb4-9f16-40ef-98a9-a15ba2a38d6c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080133Z:ccbbdfdd-314c-46a5-811a-65fc42d9fcb5" + "WESTUS2:20210702T190429Z:f1a34fb4-9f16-40ef-98a9-a15ba2a38d6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2243,29 +1619,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:01:33 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2273,26 +1646,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:04:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11983" ], "x-ms-request-id": [ - "043f3b58-759c-41a0-ac75-8d58cb0c9845" + "69bd0e5c-42b2-4438-8ec0-5f79aa2b6c72" ], "x-ms-correlation-request-id": [ - "043f3b58-759c-41a0-ac75-8d58cb0c9845" + "69bd0e5c-42b2-4438-8ec0-5f79aa2b6c72" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080149Z:043f3b58-759c-41a0-ac75-8d58cb0c9845" + "WESTUS2:20210702T190444Z:69bd0e5c-42b2-4438-8ec0-5f79aa2b6c72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2300,29 +1676,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:01:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2330,26 +1703,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:04:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11982" ], "x-ms-request-id": [ - "d55ad391-f0d0-4d5b-9a83-151a7d7ea93f" + "79aa5b8b-564f-42f2-9daa-a60a851393a6" ], "x-ms-correlation-request-id": [ - "d55ad391-f0d0-4d5b-9a83-151a7d7ea93f" + "79aa5b8b-564f-42f2-9daa-a60a851393a6" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080204Z:d55ad391-f0d0-4d5b-9a83-151a7d7ea93f" + "WESTUS2:20210702T190459Z:79aa5b8b-564f-42f2-9daa-a60a851393a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2357,29 +1733,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:02:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2387,26 +1760,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:05:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11981" ], "x-ms-request-id": [ - "976225fd-2b24-41ac-a26a-ca6cffad631b" + "28785b3b-a090-4eab-bf17-a179cec1cbb7" ], "x-ms-correlation-request-id": [ - "976225fd-2b24-41ac-a26a-ca6cffad631b" + "28785b3b-a090-4eab-bf17-a179cec1cbb7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080220Z:976225fd-2b24-41ac-a26a-ca6cffad631b" + "WESTUS2:20210702T190514Z:28785b3b-a090-4eab-bf17-a179cec1cbb7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2414,29 +1790,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:02:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2444,26 +1817,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:05:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11980" ], "x-ms-request-id": [ - "f82cae1e-3b2a-459e-8bc1-3b7352aacde6" + "cf984f18-2616-42a3-903c-c01f5d680bf6" ], "x-ms-correlation-request-id": [ - "f82cae1e-3b2a-459e-8bc1-3b7352aacde6" + "cf984f18-2616-42a3-903c-c01f5d680bf6" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080235Z:f82cae1e-3b2a-459e-8bc1-3b7352aacde6" + "WESTUS2:20210702T190529Z:cf984f18-2616-42a3-903c-c01f5d680bf6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2471,29 +1847,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:02:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2501,26 +1874,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:05:43 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11979" ], "x-ms-request-id": [ - "9a7eea45-5baf-43ac-8292-d6ac35ff2f16" + "09c8b4b7-977e-4bc8-83e5-5db82f5646bc" ], "x-ms-correlation-request-id": [ - "9a7eea45-5baf-43ac-8292-d6ac35ff2f16" + "09c8b4b7-977e-4bc8-83e5-5db82f5646bc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080251Z:9a7eea45-5baf-43ac-8292-d6ac35ff2f16" + "WESTUS2:20210702T190544Z:09c8b4b7-977e-4bc8-83e5-5db82f5646bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2528,29 +1904,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:02:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2558,26 +1931,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:05:58 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11978" ], "x-ms-request-id": [ - "b9aec8eb-07da-40d4-a5ef-cef9f49799a0" + "cac1c921-d2df-433b-a282-ce5f33fb05ba" ], "x-ms-correlation-request-id": [ - "b9aec8eb-07da-40d4-a5ef-cef9f49799a0" + "cac1c921-d2df-433b-a282-ce5f33fb05ba" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080306Z:b9aec8eb-07da-40d4-a5ef-cef9f49799a0" + "WESTUS2:20210702T190559Z:cac1c921-d2df-433b-a282-ce5f33fb05ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2585,29 +1961,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:03:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2615,26 +1988,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:06:14 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11977" ], "x-ms-request-id": [ - "2e0c0b28-d23d-4b19-9b9f-7b668a26ccc4" + "8516bb44-3dff-43a3-899a-41dec4fea5d2" ], "x-ms-correlation-request-id": [ - "2e0c0b28-d23d-4b19-9b9f-7b668a26ccc4" + "8516bb44-3dff-43a3-899a-41dec4fea5d2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080321Z:2e0c0b28-d23d-4b19-9b9f-7b668a26ccc4" + "WESTUS2:20210702T190614Z:8516bb44-3dff-43a3-899a-41dec4fea5d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2642,29 +2018,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:03:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2672,26 +2045,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:06:29 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11976" ], "x-ms-request-id": [ - "028b32c8-3811-4c3c-a124-c3b10559df90" + "173cbbeb-822e-4477-9430-77a3ae0383a2" ], "x-ms-correlation-request-id": [ - "028b32c8-3811-4c3c-a124-c3b10559df90" + "173cbbeb-822e-4477-9430-77a3ae0383a2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080337Z:028b32c8-3811-4c3c-a124-c3b10559df90" + "WESTUS2:20210702T190629Z:173cbbeb-822e-4477-9430-77a3ae0383a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2699,29 +2075,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:03:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2729,26 +2102,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:06:44 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11975" ], "x-ms-request-id": [ - "7588c50e-87bc-492b-ab7c-5223ea04ebd2" + "57295f32-838c-4839-b655-1a133f54254a" ], "x-ms-correlation-request-id": [ - "7588c50e-87bc-492b-ab7c-5223ea04ebd2" + "57295f32-838c-4839-b655-1a133f54254a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080352Z:7588c50e-87bc-492b-ab7c-5223ea04ebd2" + "WESTUS2:20210702T190644Z:57295f32-838c-4839-b655-1a133f54254a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2756,29 +2132,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:03:52 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2786,26 +2159,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:06:59 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11974" ], "x-ms-request-id": [ - "ec0e76e3-0bbf-4287-acc6-44a651e2e098" + "ea560f52-338b-4417-8bfb-8554889c0f54" ], "x-ms-correlation-request-id": [ - "ec0e76e3-0bbf-4287-acc6-44a651e2e098" + "ea560f52-338b-4417-8bfb-8554889c0f54" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080408Z:ec0e76e3-0bbf-4287-acc6-44a651e2e098" + "WESTUS2:20210702T190659Z:ea560f52-338b-4417-8bfb-8554889c0f54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2813,29 +2189,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:04:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2843,20 +2216,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:07:14 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11973" ], "x-ms-request-id": [ - "634acb5a-99d2-462b-a475-e1f0d2607020" + "1c8d1d88-7c41-4100-bd5f-eee921da19f2" ], "x-ms-correlation-request-id": [ - "634acb5a-99d2-462b-a475-e1f0d2607020" + "1c8d1d88-7c41-4100-bd5f-eee921da19f2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080424Z:634acb5a-99d2-462b-a475-e1f0d2607020" + "WESTUS2:20210702T190714Z:1c8d1d88-7c41-4100-bd5f-eee921da19f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2864,29 +2240,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:04:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM3MjgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0zTWpndFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2894,20 +2267,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:07:14 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11972" ], "x-ms-request-id": [ - "35630997-b93a-4e89-8442-a91b153d30fa" + "349c5347-5b92-4d56-8c32-461f551333f9" ], "x-ms-correlation-request-id": [ - "35630997-b93a-4e89-8442-a91b153d30fa" + "349c5347-5b92-4d56-8c32-461f551333f9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080424Z:35630997-b93a-4e89-8442-a91b153d30fa" + "WESTUS2:20210702T190714Z:349c5347-5b92-4d56-8c32-461f551333f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2915,14 +2291,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:04:24 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -2931,8 +2304,8 @@ ], "Names": { "ContainerServiceCreateManagedServiceTest": [ - "aks-dotnet-sdk-RG-3728", - "azsmnet2429" + "aks-dotnet-sdk-RG-1747", + "azsmnet4867" ] }, "Variables": { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceDeleteServiceTest.json b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceDeleteServiceTest.json index 63903103656c..ce544f93db0e 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceDeleteServiceTest.json +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceDeleteServiceTest.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a550fe85-1062-4d9f-877e-b3c4eece27ca" + "da257b04-73df-4580-817f-34bd7f61ff7e" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -23,20 +23,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:19:48 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11999" ], "x-ms-request-id": [ - "224307fb-0dc9-432e-b8ae-28e0868e76f4" + "7b073e39-988d-4fba-ac69-49bf6a96cf39" ], "x-ms-correlation-request-id": [ - "224307fb-0dc9-432e-b8ae-28e0868e76f4" + "7b073e39-988d-4fba-ac69-49bf6a96cf39" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082054Z:224307fb-0dc9-432e-b8ae-28e0868e76f4" + "WESTUS2:20210702T191949Z:7b073e39-988d-4fba-ac69-49bf6a96cf39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,38 +47,35 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:20:53 GMT" + "Content-Length": [ + "101476" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "100622" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV\",\r\n \"name\": \"r-k8sts15325aYDV\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2019-03-14 09:23:48Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008070541-yyAmX\",\r\n \"name\": \"e2erg-prodebld2008070541-yyAmX\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597039818\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-07 12:00:58Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008070541-yyAmX_e2eaks-WZB_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008070541-yyAmX_e2eaks-WZB_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597044377\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141056-OQWgb\",\r\n \"name\": \"e2erg-prodebld2008141056-OQWgb\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141056-crnlg\",\r\n \"name\": \"e2erg-prodebld2008141056-crnlg\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008141056-crnlg_e2eaks-TPA_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008141056-crnlg_e2eaks-TPA_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141114-kEgVB\",\r\n \"name\": \"e2erg-prodebld2008141114-kEgVB\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1597669743\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008141114-kEgVB_e2eaks-FAb_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008141114-kEgVB_e2eaks-FAb_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597669743\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008142224-JRDdF\",\r\n \"name\": \"e2erg-prodebld2008142224-JRDdF\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-15 00:01:11Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008142224-JRDdF_e2eaks-ffW_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008142224-JRDdF_e2eaks-ffW_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008142254-kSZUU\",\r\n \"name\": \"e2erg-prodebld2008142254-kSZUU\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-15 00:01:11Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008142254-kSZUU_billing-a_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008142254-kSZUU_billing-a_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180423-MJKDG\",\r\n \"name\": \"e2erg-prodebld2008180423-MJKDG\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008180423-MJKDG_e2eaks-fGZ_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008180423-MJKDG_e2eaks-fGZ_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598199899\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180426-gZQMm\",\r\n \"name\": \"e2erg-prodebld2008180426-gZQMm\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180426-tMzLm\",\r\n \"name\": \"e2erg-prodebld2008180426-tMzLm\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597991401\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008180426-tMzLm_e2eaks-dda_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008180426-tMzLm_e2eaks-dda_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598253556\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"coin\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2003231452-gudnR\",\r\n \"name\": \"e2erg-prodebld2003231452-gudnR\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1585206291\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-03-23 12:01:33Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2003231452-gudnR_e2eaks-iHt_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2003231452-gudnR_e2eaks-iHt_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1585206291\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251629-NOlxM\",\r\n \"name\": \"e2erg-prodebld2008251629-NOlxM\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598609690\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251630-XmfRr\",\r\n \"name\": \"e2erg-prodebld2008251630-XmfRr\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598609690\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008251630-XmfRr_e2eaks-prr_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008251630-XmfRr_e2eaks-prr_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260916-fEnfG\",\r\n \"name\": \"e2erg-prodebld2008260916-fEnfG\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260916-fEnfG_e2eaks-TVz_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260916-fEnfG_e2eaks-TVz_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260936-FPqmY\",\r\n \"name\": \"e2erg-prodebld2008260936-FPqmY\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260936-FPqmY_e2eaks-gRH_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260936-FPqmY_e2eaks-gRH_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260941-NKAZq\",\r\n \"name\": \"e2erg-prodebld2008260941-NKAZq\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260941-NKAZq_e2eaks-Yjj_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260941-NKAZq_e2eaks-Yjj_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261040-LFlHH\",\r\n \"name\": \"e2erg-prodebld2008261040-LFlHH\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261040-LFlHH_e2eaks-HPs_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008261040-LFlHH_e2eaks-HPs_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261424-uCUFX\",\r\n \"name\": \"e2erg-prodebld2008261424-uCUFX\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598683172\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261424-uCUFX_e2eaks-NEu_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008261424-uCUFX_e2eaks-NEu_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/chuhua-internal-access-test-2\",\r\n \"name\": \"chuhua-internal-access-test-2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596201197\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-29 00:01:08Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xleastus2_xizhakb_eastus2\",\r\n \"name\": \"MC_xleastus2_xizhakb_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598328971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598340066\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34131508-EASTUS2EUAP\",\r\n \"name\": \"hcppmillerebld34131508-EASTUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34131508\",\r\n \"name\": \"sqlpmillerebld34131508\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34131798-eastus2euap\",\r\n \"name\": \"hcppmillerebld34131798-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34131798\",\r\n \"name\": \"sqlpmillerebld34131798\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34166150\",\r\n \"name\": \"sqlpmillerebld34166150\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-3\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-3\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-svc-0\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-svc-0\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-2\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-1\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-1\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34167951\",\r\n \"name\": \"sqlpmillerebld34167951\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-2\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-3\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-3\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-svc-0\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-svc-0\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-1\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-1\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_euap01_eastus2euap\",\r\n \"name\": \"MC_lima-test_euap01_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao-euap-centralus\",\r\n \"name\": \"haitao-euap-centralus\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595797478\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-24 00:01:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_rucguptTest_azPolicy_centralus\",\r\n \"name\": \"MC_rucguptTest_azPolicy_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/rucguptTest\",\r\n \"name\": \"rucguptTest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xiahe-test\",\r\n \"name\": \"xiahe-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiahe-test_xiahe-test_eastus\",\r\n \"name\": \"MC_xiahe-test_xiahe-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xinywa\",\r\n \"name\": \"xinywa\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yangl\",\r\n \"name\": \"yangl\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yangl_sig_canadaeast\",\r\n \"name\": \"MC_yangl_sig_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/chuhua-aks-test-internal-access\",\r\n \"name\": \"chuhua-aks-test-internal-access\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596201197\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-29 00:01:08Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261010-TxcYZ\",\r\n \"name\": \"e2erg-prodebld2008261010-TxcYZ\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261010-TxcYZ_e2eaks-jgZ_japaneast\",\r\n \"name\": \"MC_e2erg-prodebld2008261010-TxcYZ_e2eaks-jgZ_japaneast\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261038-HWDUL\",\r\n \"name\": \"e2erg-prodebld2008261038-HWDUL\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261038-HWDUL_e2eaks-oVi_japaneast\",\r\n \"name\": \"MC_e2erg-prodebld2008261038-HWDUL_e2eaks-oVi_japaneast\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/go-adal-msi\",\r\n \"name\": \"go-adal-msi\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597007750\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-07 00:02:41Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ben2-provision-test\",\r\n \"name\": \"ben2-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ben2-provision-test_ben2-provision-test_westus\",\r\n \"name\": \"MC_ben2-provision-test_ben2-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008250002-UGaNY\",\r\n \"name\": \"e2erg-prodebld2008250002-UGaNY\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008250002-UGaNY_e2eaks-PnT_westus\",\r\n \"name\": \"MC_e2erg-prodebld2008250002-UGaNY_e2eaks-PnT_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-vicarageha_aro-casketstra-bopo55ffno_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-vicarageha_aro-casketstra-bopo55ffno_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1580698908\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag5\": \"testMapString5\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9d7c5dcb-1375-458c-a09c-d09734793292\",\r\n \"name\": \"9d7c5dcb-1375-458c-a09c-d09734793292\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag5\": \"testMapString5\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate34_zhuoliclusterprivate34_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate34_zhuoliclusterprivate34_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581102119\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/7aff1e81-ba4b-4b5e-95b8-9d22c0e9856a\",\r\n \"name\": \"7aff1e81-ba4b-4b5e-95b8-9d22c0e9856a\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate39_zhuoliclusterprivate39_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate39_zhuoliclusterprivate39_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581231829\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/b7cdece6-bbb4-4e9d-b5a3-995c75c4de1b\",\r\n \"name\": \"b7cdece6-bbb4-4e9d-b5a3-995c75c4de1b\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate41_zhuoliclusterprivate41_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate41_zhuoliclusterprivate41_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581282436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2e77f8b5-568c-4f2d-83ce-ef7fdd7ec21b\",\r\n \"name\": \"2e77f8b5-568c-4f2d-83ce-ef7fdd7ec21b\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-timexsibel_aro-poisonousl-bp1f7pahae_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-timexsibel_aro-poisonousl-bp1f7pahae_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581706849\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag1\": \"aro-BitTorrent-bp1f7jqhae\",\r\n \"testTag2\": \"aro-wisteriass-bp1f7jqhae\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/85b90eb9-5628-4fb0-95f4-383aac00201d\",\r\n \"name\": \"85b90eb9-5628-4fb0-95f4-383aac00201d\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag1\": \"aro-BitTorrent-bp1f7jqhae\",\r\n \"testTag2\": \"aro-wisteriass-bp1f7jqhae\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-nihilistco_aro-showsgerit-bpffvvjr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-nihilistco_aro-showsgerit-bpffvvjr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1583546558\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-scoreparal-bpffvrrr19\",\r\n \"testTag4\": \"aro-nimbibulki-bpffvrrr19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9b5eacb4-a108-41c1-b76f-cdcca239eabc\",\r\n \"name\": \"9b5eacb4-a108-41c1-b76f-cdcca239eabc\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-scoreparal-bpffvrrr19\",\r\n \"testTag4\": \"aro-nimbibulki-bpffvrrr19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"coin\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1593529369\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilder-rg\",\r\n \"name\": \"aksvhdbuilder-rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/AKS-Win\",\r\n \"name\": \"AKS-Win\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-win-acr\",\r\n \"name\": \"aks-win-acr\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2\",\r\n \"name\": \"hcpabelchebld34050906-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598075528\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlabelchebld34050906\",\r\n \"name\": \"sqlabelchebld34050906\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598075528\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-21 12:04:47Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-svc-0\",\r\n \"name\": \"hcpabelchebld34050906-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-1\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-2\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-3\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34050906_demo2004_westus2\",\r\n \"name\": \"MC_abelchebld34050906_demo2004_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"abelchebld34050906\",\r\n \"deletion_due_time\": \"1598253556\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34104130-westus2\",\r\n \"name\": \"hcpbaheebld34104130-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld34104130\",\r\n \"name\": \"sqlbaheebld34104130\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-23 12:01:21Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34104130\",\r\n \"name\": \"hcpbaheebld34104130\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/backcompat-test-linux-46660-MjIxY\",\r\n \"name\": \"backcompat-test-linux-46660-MjIxY\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_backcompat-test-linux-46660-MjIxY_MjIxY_westus2\",\r\n \"name\": \"MC_backcompat-test-linux-46660-MjIxY_MjIxY_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/backcompat-test-win-46660-NjA2M\",\r\n \"name\": \"backcompat-test-win-46660-NjA2M\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_backcompat-test-win-46660-NjA2M_NjA2M_westus2\",\r\n \"name\": \"MC_backcompat-test-win-46660-NjA2M_NjA2M_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34115608-westus2\",\r\n \"name\": \"hcpguweebld34115608-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34115608\",\r\n \"name\": \"sqlguweebld34115608\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-24 12:02:21Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_guweebld34115608_guwe0824a_westus2\",\r\n \"name\": \"MC_guweebld34115608_guwe0824a_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"guweebld34115608\",\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2\",\r\n \"name\": \"hcpabelchebld34118333-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlabelchebld34118333\",\r\n \"name\": \"sqlabelchebld34118333\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-1\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-svc-0\",\r\n \"name\": \"hcpabelchebld34118333-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-2\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-3\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34118333_test2004_westus2\",\r\n \"name\": \"MC_abelchebld34118333_test2004_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34114510-lWiMp\",\r\n \"name\": \"e2erg-qinhaoebld34114510-lWiMp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598537712\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34114510-lWiMp_e2eaks-Nng_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34114510-lWiMp_e2eaks-Nng_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598537712\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/zuya20200824rg\",\r\n \"name\": \"zuya20200824rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zuya20200824rg_zuya20200824aks_westus2\",\r\n \"name\": \"MC_zuya20200824rg_zuya20200824aks_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34114510-JhPNR\",\r\n \"name\": \"e2erg-qinhaoebld34114510-JhPNR\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34114510-JhPNR_e2eaks-HQw_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34114510-JhPNR_e2eaks-HQw_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld34128399-westus2\",\r\n \"name\": \"hcpnikelleebld34128399-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld34128399\",\r\n \"name\": \"sqlnikelleebld34128399\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34121999-OoXrU\",\r\n \"name\": \"e2erg-qinhaoebld34121999-OoXrU\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34121999-OoXrU_e2eaks-QGT_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34121999-OoXrU_e2eaks-QGT_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/qinhao-upgrade\",\r\n \"name\": \"qinhao-upgrade\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34129746-westus2\",\r\n \"name\": \"hcpismilleebld34129746-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34129746\",\r\n \"name\": \"sqlismilleebld34129746\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34129876-westus2\",\r\n \"name\": \"hcpjoolshevebld34129876-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34129876\",\r\n \"name\": \"sqljoolshevebld34129876\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130227-westus2\",\r\n \"name\": \"hcpismilleebld34130227-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130227\",\r\n \"name\": \"sqlismilleebld34130227\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130395-westus2\",\r\n \"name\": \"hcpismilleebld34130395-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130395\",\r\n \"name\": \"sqlismilleebld34130395\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130867-westus2\",\r\n \"name\": \"hcpismilleebld34130867-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130867\",\r\n \"name\": \"sqlismilleebld34130867\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34131342-westus2\",\r\n \"name\": \"hcpismilleebld34131342-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34131342\",\r\n \"name\": \"sqlismilleebld34131342\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_joolshevebld34129876_test_westus2\",\r\n \"name\": \"MC_joolshevebld34129876_test_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"joolshevebld34129876\",\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-nikelleebld34128399-Amjs\",\r\n \"name\": \"e2erg-nikelleebld34128399-Amjs\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34132247-westus2\",\r\n \"name\": \"hcpismilleebld34132247-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34132247\",\r\n \"name\": \"sqlismilleebld34132247\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34132703-westus2\",\r\n \"name\": \"hcpismilleebld34132703-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34132703\",\r\n \"name\": \"sqlismilleebld34132703\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34133073-westus2\",\r\n \"name\": \"hcpismilleebld34133073-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34133073\",\r\n \"name\": \"sqlismilleebld34133073\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34133710-westus2\",\r\n \"name\": \"hcpismilleebld34133710-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34133710\",\r\n \"name\": \"sqlismilleebld34133710\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-nikelleebld34128399-zjyc\",\r\n \"name\": \"e2erg-nikelleebld34128399-zjyc\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-nikelleebld34128399-zjyc_e2eaks-MFw_westus2\",\r\n \"name\": \"MC_e2erg-nikelleebld34128399-zjyc_e2eaks-MFw_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34134509-westus2\",\r\n \"name\": \"hcpismilleebld34134509-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34134509\",\r\n \"name\": \"sqlismilleebld34134509\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34135103-westus2\",\r\n \"name\": \"hcpismilleebld34135103-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34135103\",\r\n \"name\": \"sqlismilleebld34135103\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34136614-westus2\",\r\n \"name\": \"hcpismilleebld34136614-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34136614\",\r\n \"name\": \"sqlismilleebld34136614\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie0824\",\r\n \"name\": \"robbie0824\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie0824_testmetricsserver_westus2\",\r\n \"name\": \"MC_robbie0824_testmetricsserver_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34137891-westus2\",\r\n \"name\": \"hcpismilleebld34137891-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34137891\",\r\n \"name\": \"sqlismilleebld34137891\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34138934-westus2\",\r\n \"name\": \"hcpismilleebld34138934-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34138934\",\r\n \"name\": \"sqlismilleebld34138934\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34139317-westus2\",\r\n \"name\": \"hcpismilleebld34139317-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34139317\",\r\n \"name\": \"sqlismilleebld34139317\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/bowatest\",\r\n \"name\": \"bowatest\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_bowatest_bowatestvmss_westus2\",\r\n \"name\": \"MC_bowatest_bowatestvmss_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34141166-westus2\",\r\n \"name\": \"hcpismilleebld34141166-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34141166\",\r\n \"name\": \"sqlismilleebld34141166\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34141885-westus2\",\r\n \"name\": \"hcpismilleebld34141885-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34141885\",\r\n \"name\": \"sqlismilleebld34141885\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34142895-westus2\",\r\n \"name\": \"hcpismilleebld34142895-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34142895\",\r\n \"name\": \"sqlismilleebld34142895\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34144718-westus2\",\r\n \"name\": \"hcpismilleebld34144718-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34144718\",\r\n \"name\": \"sqlismilleebld34144718\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_qinhao-upgrade_qinhao-upgrade_westus2\",\r\n \"name\": \"MC_qinhao-upgrade_qinhao-upgrade_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598581408\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34149377\",\r\n \"name\": \"hcpbaheebld34149377\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34149586-westus2\",\r\n \"name\": \"hcpismilleebld34149586-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34149586\",\r\n \"name\": \"sqlismilleebld34149586\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34150227-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34150227-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598418098\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_guweebld34150227_guwe0825p_westus2\",\r\n \"name\": \"MC_guweebld34150227_guwe0825p_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"guweebld34150227\",\r\n \"deletion_due_time\": \"1598592035\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-test\",\r\n \"name\": \"jiliu8-test\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34154688-westus2\",\r\n \"name\": \"hcpbinxiebld34154688-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld34154688\",\r\n \"name\": \"sqlbinxiebld34154688\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2\",\r\n \"name\": \"hcplimaebld34154903-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqllimaebld34154903\",\r\n \"name\": \"sqllimaebld34154903\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-3\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-1\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-2\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-svc-0\",\r\n \"name\": \"hcplimaebld34154903-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251452-EscgP\",\r\n \"name\": \"e2erg-prodebld2008251452-EscgP\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008251452-EscgP_e2eaks-mFR_westus2\",\r\n \"name\": \"MC_e2erg-prodebld2008251452-EscgP_e2eaks-mFR_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2\",\r\n \"name\": \"hcpguweebld34155745-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34155745\",\r\n \"name\": \"sqlguweebld34155745\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34155745-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld34156969-westus2\",\r\n \"name\": \"hcpandliuebld34156969-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld34156969\",\r\n \"name\": \"sqlandliuebld34156969\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2\",\r\n \"name\": \"hcpguweebld34156975-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34156975\",\r\n \"name\": \"sqlguweebld34156975\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld34156969\",\r\n \"name\": \"hcpandliuebld34156969\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34156975-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34160715-westus2\",\r\n \"name\": \"hcpismilleebld34160715-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598620399\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34160715\",\r\n \"name\": \"sqlismilleebld34160715\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598620399\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlqinhaoebld34161761\",\r\n \"name\": \"sqlqinhaoebld34161761\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-1\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-2\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-3\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-svc-0\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163471-westus2\",\r\n \"name\": \"hcpismilleebld34163471-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163471\",\r\n \"name\": \"sqlismilleebld34163471\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163707-westus2\",\r\n \"name\": \"hcpismilleebld34163707-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163707\",\r\n \"name\": \"sqlismilleebld34163707\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163957-westus2\",\r\n \"name\": \"hcpismilleebld34163957-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163957\",\r\n \"name\": \"sqlismilleebld34163957\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34164426-westus2\",\r\n \"name\": \"hcpismilleebld34164426-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34164426\",\r\n \"name\": \"sqlismilleebld34164426\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34165810-westus2\",\r\n \"name\": \"hcpismilleebld34165810-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34165810\",\r\n \"name\": \"sqlismilleebld34165810\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34166108-westus2\",\r\n \"name\": \"hcpismilleebld34166108-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34166108\",\r\n \"name\": \"sqlismilleebld34166108\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34167698\",\r\n \"name\": \"sqljoolshevebld34167698\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-svc-0\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-3\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-1\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-2\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598466377\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34168577\",\r\n \"name\": \"sqljoolshevebld34168577\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598466377\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-3\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-1\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-svc-0\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-2\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34171150-westus2\",\r\n \"name\": \"hcpismilleebld34171150-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34171150\",\r\n \"name\": \"sqlismilleebld34171150\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34171724-westus2\",\r\n \"name\": \"hcpismilleebld34171724-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34171724\",\r\n \"name\": \"sqlismilleebld34171724\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34172827-westus2\",\r\n \"name\": \"hcpismilleebld34172827-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598470110\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34172827\",\r\n \"name\": \"sqlismilleebld34172827\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598470110\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34174869-westus2\",\r\n \"name\": \"hcpismilleebld34174869-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598473506\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34174869\",\r\n \"name\": \"sqlismilleebld34174869\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598473506\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34175370-westus2\",\r\n \"name\": \"hcpismilleebld34175370-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598649359\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34175370\",\r\n \"name\": \"sqlismilleebld34175370\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598649359\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/windows\",\r\n \"name\": \"windows\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598652499\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_windows_windows_westus2\",\r\n \"name\": \"MC_windows_windows_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598656259\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2\",\r\n \"name\": \"hcpguweebld34185241-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34185241\",\r\n \"name\": \"sqlguweebld34185241\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34185241-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34118333_testwnp_westus2\",\r\n \"name\": \"MC_abelchebld34118333_testwnp_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"abelchebld34118333\",\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188204-westus2\",\r\n \"name\": \"hcpzhongzebld34188204-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhongzebld34188204\",\r\n \"name\": \"sqlzhongzebld34188204\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188204\",\r\n \"name\": \"hcpzhongzebld34188204\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188819-westus2\",\r\n \"name\": \"hcpzhongzebld34188819-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhongzebld34188819\",\r\n \"name\": \"sqlzhongzebld34188819\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188819\",\r\n \"name\": \"hcpzhongzebld34188819\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhongzebld34188819_zhongztest16_westus2\",\r\n \"name\": \"MC_zhongzebld34188819_zhongztest16_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhongzebld34188819\",\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhongzebld34188819_zhongztest18_westus2\",\r\n \"name\": \"MC_zhongzebld34188819_zhongztest18_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhongzebld34188819\",\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld34195011-westus2\",\r\n \"name\": \"hcpjiliuebld34195011-westus2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiliuebld34195011\",\r\n \"name\": \"sqljiliuebld34195011\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld34195011-westus2-cx-2\",\r\n \"name\": \"hcpjiliuebld34195011-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld34195011-westus2-cx-3\",\r\n \"name\": \"hcpjiliuebld34195011-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld34195011-westus2-cx-1\",\r\n \"name\": \"hcpjiliuebld34195011-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld34195011-westus2-svc-0\",\r\n \"name\": \"hcpjiliuebld34195011-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2007162026-VIEgi\",\r\n \"name\": \"e2erg-prodebld2007162026-VIEgi\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595193180\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-17 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2007162026-VIEgi_e2eaks-pTD_australiaeast\",\r\n \"name\": \"MC_e2erg-prodebld2007162026-VIEgi_e2eaks-pTD_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595470344\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008031812-ixwxP\",\r\n \"name\": \"e2erg-prodebld2008031812-ixwxP\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596739293\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-04 00:05:40Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008031812-PWnVz\",\r\n \"name\": \"e2erg-prodebld2008031812-PWnVz\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596739293\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-04 00:05:40Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008031812-PWnVz_e2eaks-ICB_australiaeast\",\r\n \"name\": \"MC_e2erg-prodebld2008031812-PWnVz_e2eaks-ICB_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596870903\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yangl_test_australiaeast\",\r\n \"name\": \"MC_yangl_test_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008192056-ohpsq\",\r\n \"name\": \"e2erg-prodebld2008192056-ohpsq\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598130148\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-20 00:04:07Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008192056-ohpsq_e2eaks-NiI_eastasia\",\r\n \"name\": \"MC_e2erg-prodebld2008192056-ohpsq_e2eaks-NiI_eastasia\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598378698\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xlEastUS2\",\r\n \"name\": \"xlEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598623566\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-entombingj_aro-peroration-bnq2cd6bc3_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-entombingj_aro-peroration-bnq2cd6bc3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000005\",\r\n \"deletion_due_time\": \"1576541346\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576281751\",\r\n \"now_day\": \"14\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/7bf95809-249a-4cbb-a261-73dd32e0cb75\",\r\n \"name\": \"7bf95809-249a-4cbb-a261-73dd32e0cb75\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-furlhuston\",\r\n \"name\": \"aro-e2e-cluster-furlhuston\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2019-12-17 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1576800306\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576540200\",\r\n \"now_day\": \"16\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-furlhuston_aro-cancelsslo-bns1ga0iol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-furlhuston_aro-cancelsslo-bns1ga0iol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1576800306\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576540298\",\r\n \"now_day\": \"16\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/0c521917-3cb3-4de5-ad90-9b90e19c9758\",\r\n \"name\": \"0c521917-3cb3-4de5-ad90-9b90e19c9758\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-blossoming_aro-crusaderpe-bo7ra9vu0q_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-blossoming_aro-crusaderpe-bo7ra9vu0q_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000004\",\r\n \"deletion_due_time\": \"1578348203\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1578087819\",\r\n \"now_day\": \"3\",\r\n \"now_month\": \"1\",\r\n \"now_year\": \"2020\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/0ed95d7f-fd62-40e8-a36a-06f819c0ebc1\",\r\n \"name\": \"0ed95d7f-fd62-40e8-a36a-06f819c0ebc1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-particular_aro-finneganmc-bob6vm0iol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-particular_aro-finneganmc-bob6vm0iol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1578790938\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag1\": \"testMapString1\",\r\n \"testTag2\": \"testMapString2\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/d0cea153-4a9e-4fbf-8508-b15aad65e515\",\r\n \"name\": \"d0cea153-4a9e-4fbf-8508-b15aad65e515\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-entreaties_aro-needlework-bogl05giol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-entreaties_aro-needlework-bogl05giol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1579500899\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1579241594\",\r\n \"now_day\": \"17\",\r\n \"now_month\": \"1\",\r\n \"now_year\": \"2020\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9095e38b-656f-4c3b-9e66-e4b4ec3c3961\",\r\n \"name\": \"9095e38b-656f-4c3b-9e66-e4b4ec3c3961\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi1_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi1_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi2_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi2_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosiwesteurope_westeurope\",\r\n \"name\": \"MC_tosi1_tosiwesteurope_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625414838\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111-uksouth\",\r\n \"name\": \"hcpgalofirebld44040111-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44040111\",\r\n \"name\": \"sqlgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111\",\r\n \"name\": \"hcpgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224-uksouth\",\r\n \"name\": \"hcpgalofirebld44041224-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44041224\",\r\n \"name\": \"sqlgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224\",\r\n \"name\": \"hcpgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115-uksouth\",\r\n \"name\": \"hcpgalofirebld44054115-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44054115\",\r\n \"name\": \"sqlgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115\",\r\n \"name\": \"hcpgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625493994\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320-southcentralus\",\r\n \"name\": \"hcptqinchenebld44088320-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltqinchenebld44088320\",\r\n \"name\": \"sqltqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320\",\r\n \"name\": \"hcptqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622207190\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622981261\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0604e\",\r\n \"name\": \"doliu0604e\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0604e_t2w_eastus2euap\",\r\n \"name\": \"MC_doliu0604e_t2w_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/michael-scale\",\r\n \"name\": \"michael-scale\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_michael-scale_michael-scale_eastus2\",\r\n \"name\": \"MC_michael-scale_michael-scale_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458018\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksetctestganesh\",\r\n \"name\": \"aksetctestganesh\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAP\",\r\n \"name\": \"DefaultResourceGroup-EAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"name\": \"MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/gktestconfig\",\r\n \"name\": \"gktestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"name\": \"MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ganeshtestconfig\",\r\n \"name\": \"ganeshtestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"name\": \"MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"name\": \"MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625407643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi0702private_eastus2\",\r\n \"name\": \"MC_binxi_binxi0702private_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625504745\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi070201_eastus2\",\r\n \"name\": \"MC_binxi_binxi070201_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-dapr\",\r\n \"name\": \"jiliu8-dapr\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624453613\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44110084-KEATU\",\r\n \"name\": \"e2erg-toncheebld44110084-KEATU\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1602774559\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-10-13 00:08:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156-eastus\",\r\n \"name\": \"hcpxinywaebld43996156-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxinywaebld43996156\",\r\n \"name\": \"sqlxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156\",\r\n \"name\": \"hcpxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksDKCTestGanesh\",\r\n \"name\": \"aksDKCTestGanesh\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655-eastus\",\r\n \"name\": \"hcpshmalfatebld44020655-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44020655\",\r\n \"name\": \"sqlshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655\",\r\n \"name\": \"hcpshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124-eastus\",\r\n \"name\": \"hcptilnlebld44021124-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltilnlebld44021124\",\r\n \"name\": \"sqltilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124\",\r\n \"name\": \"hcptilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474-eastus\",\r\n \"name\": \"hcpbinxiebld44032474-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld44032474\",\r\n \"name\": \"sqlbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474\",\r\n \"name\": \"hcpbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxiebld44032474_test1_eastus\",\r\n \"name\": \"MC_binxiebld44032474_test1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049-eastus\",\r\n \"name\": \"hcpjiliuebld44041049-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiliuebld44041049\",\r\n \"name\": \"sqljiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049\",\r\n \"name\": \"hcpjiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370-eastus\",\r\n \"name\": \"hcpaleldeibebld44056370-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44056370\",\r\n \"name\": \"sqlaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370\",\r\n \"name\": \"hcpaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065539-eastus\",\r\n \"name\": \"hcpaleldeibebld44065539-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065539\",\r\n \"name\": \"sqlaleldeibebld44065539\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065814-eastus\",\r\n \"name\": \"hcpaleldeibebld44065814-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065814\",\r\n \"name\": \"sqlaleldeibebld44065814\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281-eastus\",\r\n \"name\": \"hcpaleldeibebld44066281-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44066281\",\r\n \"name\": \"sqlaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281\",\r\n \"name\": \"hcpaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560-eastus\",\r\n \"name\": \"hcpandliuebld44067560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld44067560\",\r\n \"name\": \"sqlandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560\",\r\n \"name\": \"hcpandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-LGSsum\",\r\n \"name\": \"e2erg-jiliuebld44041049-LGSsum\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"name\": \"MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625296008\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057-eastus\",\r\n \"name\": \"hcpgalofirebld44073057-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44073057\",\r\n \"name\": \"sqlgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057\",\r\n \"name\": \"hcpgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld44067560_andliu3_eastus\",\r\n \"name\": \"MC_andliuebld44067560_andliu3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"andliuebld44067560\",\r\n \"deletion_due_time\": \"1625378786\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"name\": \"MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"galofirebld44073057\",\r\n \"deletion_due_time\": \"1625310357\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-cdQWNg\",\r\n \"name\": \"e2erg-jiliuebld44041049-cdQWNg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-Alxiqi\",\r\n \"name\": \"e2erg-jiliuebld44041049-Alxiqi\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44084491\",\r\n \"name\": \"sqltjnguyenebld44084491\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867-eastus\",\r\n \"name\": \"hcptienleebld44090867-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltienleebld44090867\",\r\n \"name\": \"sqltienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tienle-vhdgeneralized32-rg\",\r\n \"name\": \"tienle-vhdgeneralized32-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339265\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867\",\r\n \"name\": \"hcptienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"name\": \"MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/agentbaker-e2e-tests\",\r\n \"name\": \"agentbaker-e2e-tests\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"name\": \"MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935-eastus\",\r\n \"name\": \"hcpchmcbridebld44098935-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44098935\",\r\n \"name\": \"sqlchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935\",\r\n \"name\": \"hcpchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mutiagenteast\",\r\n \"name\": \"mutiagenteast\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilderrg\",\r\n \"name\": \"aksvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461-eastus\",\r\n \"name\": \"hcpchmcbridebld44101461-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44101461\",\r\n \"name\": \"sqlchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461\",\r\n \"name\": \"hcpchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357-eastus\",\r\n \"name\": \"hcptjuliayiebld44102357-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44102357\",\r\n \"name\": \"sqltjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357\",\r\n \"name\": \"hcptjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao\",\r\n \"name\": \"haitao\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_haitao_bootA_eastus\",\r\n \"name\": \"MC_haitao_bootA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110-eastus\",\r\n \"name\": \"hcpbaheebld44108110-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44108110\",\r\n \"name\": \"sqlbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110\",\r\n \"name\": \"hcpbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld44108110_test_eastus\",\r\n \"name\": \"MC_baheebld44108110_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld44108110\",\r\n \"deletion_due_time\": \"1625371669\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054-eastus\",\r\n \"name\": \"hcphaitchebld44115054-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlhaitchebld44115054\",\r\n \"name\": \"sqlhaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054\",\r\n \"name\": \"hcphaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508-eastus\",\r\n \"name\": \"hcpbaheebld44124508-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44124508\",\r\n \"name\": \"sqlbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosieastus_eastus\",\r\n \"name\": \"MC_tosi1_tosieastus_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508\",\r\n \"name\": \"hcpbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097-eastus\",\r\n \"name\": \"hcptjnguyenebld44127097-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44127097\",\r\n \"name\": \"sqltjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097\",\r\n \"name\": \"hcptjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442-eastus\",\r\n \"name\": \"hcptrangebld44131442-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltrangebld44131442\",\r\n \"name\": \"sqltrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442\",\r\n \"name\": \"hcptrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868-eastus\",\r\n \"name\": \"hcpaganeshkebld44135868-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaganeshkebld44135868\",\r\n \"name\": \"sqlaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868\",\r\n \"name\": \"hcpaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-trangebld44131442-nHqzZl\",\r\n \"name\": \"e2erg-trangebld44131442-nHqzZl\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"name\": \"MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"hcp performance\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695-eastus\",\r\n \"name\": \"hcpnikelleebld44137695-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld44137695\",\r\n \"name\": \"sqlnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695\",\r\n \"name\": \"hcpnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016-eastus\",\r\n \"name\": \"hcptchamakaebld44140016-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44140016\",\r\n \"name\": \"sqltchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016\",\r\n \"name\": \"hcptchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267-eastus\",\r\n \"name\": \"hcptaboraebld44146267-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltaboraebld44146267\",\r\n \"name\": \"sqltaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267\",\r\n \"name\": \"hcptaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687-eastus\",\r\n \"name\": \"hcpasilvermebld44147687-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlasilvermebld44147687\",\r\n \"name\": \"sqlasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687\",\r\n \"name\": \"hcpasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld43927544-RJIOA\",\r\n \"name\": \"e2erg-qinhaoebld43927544-RJIOA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"name\": \"MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"windows k8s\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077-eastus\",\r\n \"name\": \"hcpjiesheebld44153077-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiesheebld44153077\",\r\n \"name\": \"sqljiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077\",\r\n \"name\": \"hcpjiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515-eastus\",\r\n \"name\": \"hcpshmalfatebld44167515-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44167515\",\r\n \"name\": \"sqlshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515\",\r\n \"name\": \"hcpshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516-eastus\",\r\n \"name\": \"hcptjuliayiebld44169516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44169516\",\r\n \"name\": \"sqltjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516\",\r\n \"name\": \"hcptjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"name\": \"MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tjuliayiebld44169516\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-uwkt8qzc9k\",\r\n \"name\": \"pkr-Resource-Group-uwkt8qzc9k\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248283\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995-eastus\",\r\n \"name\": \"hcptchamakaebld44171995-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44171995\",\r\n \"name\": \"sqltchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995\",\r\n \"name\": \"hcptchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"shmalfatebld44167515\",\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44107243-nnPeJ\",\r\n \"name\": \"e2erg-toncheebld44107243-nnPeJ\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44109962-CnPeG\",\r\n \"name\": \"e2erg-toncheebld44109962-CnPeG\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/asilverman-provision-test\",\r\n \"name\": \"asilverman-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"name\": \"MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625425583\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917-westus\",\r\n \"name\": \"hcpyunrugeebld44138917-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld44138917\",\r\n \"name\": \"sqlyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917\",\r\n \"name\": \"hcpyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099-westus\",\r\n \"name\": \"hcpmirsikebld44142099-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmirsikebld44142099\",\r\n \"name\": \"sqlmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099\",\r\n \"name\": \"hcpmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624928888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_niqi-test-capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitch\",\r\n \"name\": \"haitch\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tosi1\",\r\n \"name\": \"tosi1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"name\": \"e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625472459\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625212001\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-tmp\",\r\n \"name\": \"lima-tmp\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44072710\",\r\n \"name\": \"yizhangebld44072710\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAU\",\r\n \"name\": \"DefaultResourceGroup-EAU\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625335599\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44096015\",\r\n \"name\": \"yizhangebld44096015\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44096015\",\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44099246\",\r\n \"name\": \"yizhangebld44099246\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3056?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTMwNTY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-250?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTI1MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0d4ffe26-f375-4c99-b534-bf4d72fa35af" + "3332f709-80bd-429e-8769-f197c224abf2" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -89,20 +89,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:19:49 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "8a1c44b1-1bb6-4ad5-8de0-e6fdc8f8f579" + "1fc2be57-8dbd-4859-8b4e-aa52bafab325" ], "x-ms-correlation-request-id": [ - "8a1c44b1-1bb6-4ad5-8de0-e6fdc8f8f579" + "1fc2be57-8dbd-4859-8b4e-aa52bafab325" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082056Z:8a1c44b1-1bb6-4ad5-8de0-e6fdc8f8f579" + "WESTUS2:20210702T191949Z:1fc2be57-8dbd-4859-8b4e-aa52bafab325" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,11 +113,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:20:55 GMT" - ], "Content-Length": [ - "198" + "196" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,52 +123,58 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3056\",\r\n \"name\": \"aks-dotnet-sdk-RG-3056\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-250\",\r\n \"name\": \"aks-dotnet-sdk-RG-250\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3056/providers/Microsoft.ContainerService/managedClusters/azsmnet8778?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTMwNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0ODc3OD9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-250/providers/Microsoft.ContainerService/managedClusters/azsmnet5762?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ1NzYyP2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\",\r\n \"secret\": \"cef93fc9-1fae-44d4-bb47-9da8f28af538\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\",\r\n \"secret\": \"XFP5t_5wcL48VA00GY7OunpsVlcTR228Co\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "951707f1-4db4-4283-8a4c-2edfca8d35a2" + "3013db3a-3826-471c-882e-505eea856884" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "412" + "410" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:19:54 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/d341a295-f14c-4326-82c0-5845090aa6e2?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30" ], "x-ms-correlation-request-id": [ - "b3f5ea99-429f-4a14-8c27-72842f176767" + "fe4cfb4f-6618-42c6-975a-daa752c7a5a1" ], "x-ms-request-id": [ - "d341a295-f14c-4326-82c0-5845090aa6e2" + "48db5ae7-d938-404f-b77f-b68434b6b257" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -176,17 +182,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082110Z:b3f5ea99-429f-4a14-8c27-72842f176767" - ], - "Date": [ - "Wed, 26 Aug 2020 08:21:09 GMT" + "WESTUS2:20210702T191955Z:fe4cfb4f-6618-42c6-975a-daa752c7a5a1" ], "Content-Length": [ - "1592" + "1791" ], "Content-Type": [ "application/json" @@ -195,37 +195,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3056/providers/Microsoft.ContainerService/managedClusters/azsmnet8778\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet8778\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-399951b7.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.06\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\"\r\n },\r\n \"addonProfiles\": {\r\n \"KubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-3056_azsmnet8778_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-250/providers/Microsoft.ContainerService/managedClusters/azsmnet5762\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet5762\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-230927a8.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-230927a8.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-250_azsmnet5762_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/d341a295-f14c-4326-82c0-5845090aa6e2?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2QzNDFhMjk1LWYxNGMtNDMyNi04MmMwLTU4NDUwOTBhYTZlMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:20:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11999" ], "x-ms-correlation-request-id": [ - "67b3e6f6-024b-4ea5-a21f-9f25f884513b" + "33226713-e5f4-457e-a11f-24885233e8e7" ], "x-ms-request-id": [ - "c71bc6dd-636f-45dd-8b72-801f27c48cd7" + "44357006-60f6-4c71-b014-7f941fd5a3a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -233,14 +239,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082140Z:67b3e6f6-024b-4ea5-a21f-9f25f884513b" - ], - "Date": [ - "Wed, 26 Aug 2020 08:21:39 GMT" + "WESTUS2:20210702T192025Z:33226713-e5f4-457e-a11f-24885233e8e7" ], "Content-Length": [ "126" @@ -252,37 +252,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"95a241d3-4cf1-2643-82c0-5845090aa6e2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:21:08.3481027Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/d341a295-f14c-4326-82c0-5845090aa6e2?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2QzNDFhMjk1LWYxNGMtNDMyNi04MmMwLTU4NDUwOTBhYTZlMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:20:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11998" ], "x-ms-correlation-request-id": [ - "1170aa0f-2b19-4059-9005-e34104bb060e" + "29e46834-d309-434e-b745-0d2fab89aafe" ], "x-ms-request-id": [ - "520130f0-2396-4392-a44a-0c7d8c3a50ec" + "efb11687-d8c5-45d3-9fa8-266e74327b07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -290,14 +296,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082211Z:1170aa0f-2b19-4059-9005-e34104bb060e" - ], - "Date": [ - "Wed, 26 Aug 2020 08:22:10 GMT" + "WESTUS2:20210702T192055Z:29e46834-d309-434e-b745-0d2fab89aafe" ], "Content-Length": [ "126" @@ -309,37 +309,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"95a241d3-4cf1-2643-82c0-5845090aa6e2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:21:08.3481027Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/d341a295-f14c-4326-82c0-5845090aa6e2?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2QzNDFhMjk1LWYxNGMtNDMyNi04MmMwLTU4NDUwOTBhYTZlMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:21:24 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11997" ], "x-ms-correlation-request-id": [ - "4a1240e0-98d4-4f6e-9966-9ac0fad9a066" + "5e0b1063-74f1-493f-b798-038ad0aa3f7b" ], "x-ms-request-id": [ - "6e331703-036c-4eea-b25e-27930dd59947" + "7f4fca2d-4d45-460d-8818-b4dcc7724095" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -347,14 +353,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082241Z:4a1240e0-98d4-4f6e-9966-9ac0fad9a066" - ], - "Date": [ - "Wed, 26 Aug 2020 08:22:41 GMT" + "WESTUS2:20210702T192125Z:5e0b1063-74f1-493f-b798-038ad0aa3f7b" ], "Content-Length": [ "126" @@ -366,37 +366,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"95a241d3-4cf1-2643-82c0-5845090aa6e2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:21:08.3481027Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/d341a295-f14c-4326-82c0-5845090aa6e2?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2QzNDFhMjk1LWYxNGMtNDMyNi04MmMwLTU4NDUwOTBhYTZlMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:21:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11996" ], "x-ms-correlation-request-id": [ - "1934a704-3661-49df-8055-65eef9c0d165" + "0d1f1370-6cfe-4378-9a39-050a0690548f" ], "x-ms-request-id": [ - "47efde59-0460-4188-9d1f-fa720b2563c1" + "f2885ce3-5ae7-427f-ac5f-581df68942d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -404,14 +410,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082311Z:1934a704-3661-49df-8055-65eef9c0d165" - ], - "Date": [ - "Wed, 26 Aug 2020 08:23:11 GMT" + "WESTUS2:20210702T192155Z:0d1f1370-6cfe-4378-9a39-050a0690548f" ], "Content-Length": [ "126" @@ -423,37 +423,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"95a241d3-4cf1-2643-82c0-5845090aa6e2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:21:08.3481027Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/d341a295-f14c-4326-82c0-5845090aa6e2?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2QzNDFhMjk1LWYxNGMtNDMyNi04MmMwLTU4NDUwOTBhYTZlMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:22:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11995" ], "x-ms-correlation-request-id": [ - "3bfca69d-4716-4ec9-8822-852e973c8cd6" + "dc41c923-3b14-447a-bcf9-3a185d868e22" ], "x-ms-request-id": [ - "35a72355-cd3f-410f-8c94-ec28d29b95fd" + "f583926f-af01-4d3f-a8c9-8ebdd6cb65ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -461,14 +467,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082342Z:3bfca69d-4716-4ec9-8822-852e973c8cd6" - ], - "Date": [ - "Wed, 26 Aug 2020 08:23:41 GMT" + "WESTUS2:20210702T192225Z:dc41c923-3b14-447a-bcf9-3a185d868e22" ], "Content-Length": [ "126" @@ -480,37 +480,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"95a241d3-4cf1-2643-82c0-5845090aa6e2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:21:08.3481027Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/d341a295-f14c-4326-82c0-5845090aa6e2?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2QzNDFhMjk1LWYxNGMtNDMyNi04MmMwLTU4NDUwOTBhYTZlMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:22:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "11994" ], "x-ms-correlation-request-id": [ - "93b2f011-5021-4e6c-a9a9-dc3e620d2463" + "6ef8f13a-6c9a-4659-99dd-5aafa1c8bebf" ], "x-ms-request-id": [ - "a8f07ade-bdfa-4221-94af-9154a9642cea" + "dc844b5e-f73c-4cb3-b23b-267d58fdb451" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -518,14 +524,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082412Z:93b2f011-5021-4e6c-a9a9-dc3e620d2463" - ], - "Date": [ - "Wed, 26 Aug 2020 08:24:11 GMT" + "WESTUS2:20210702T192256Z:6ef8f13a-6c9a-4659-99dd-5aafa1c8bebf" ], "Content-Length": [ "126" @@ -537,37 +537,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"95a241d3-4cf1-2643-82c0-5845090aa6e2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:21:08.3481027Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/d341a295-f14c-4326-82c0-5845090aa6e2?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2QzNDFhMjk1LWYxNGMtNDMyNi04MmMwLTU4NDUwOTBhYTZlMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:23:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11993" ], "x-ms-correlation-request-id": [ - "2bbc22ed-41f2-41a2-9b3f-3237be35f8f2" + "e6816133-3604-4893-9992-c562f12e8e81" ], "x-ms-request-id": [ - "d34f79e8-20f4-46e4-b91f-4104b8649d55" + "e928a1e5-0eaa-449e-9209-d07e8cb1e733" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -575,17 +581,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082443Z:2bbc22ed-41f2-41a2-9b3f-3237be35f8f2" - ], - "Date": [ - "Wed, 26 Aug 2020 08:24:43 GMT" + "WESTUS2:20210702T192326Z:e6816133-3604-4893-9992-c562f12e8e81" ], "Content-Length": [ - "170" + "169" ], "Content-Type": [ "application/json" @@ -594,37 +594,46 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"95a241d3-4cf1-2643-82c0-5845090aa6e2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-08-26T08:21:08.3481027Z\",\r\n \"endTime\": \"2020-08-26T08:24:24.0088336Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\",\r\n \"endTime\": \"2021-07-02T19:23:17.546984Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3056/providers/Microsoft.ContainerService/managedClusters/azsmnet8778?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTMwNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0ODc3OD9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-250/providers/Microsoft.ContainerService/managedClusters/azsmnet5762?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ1NzYyP2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:23:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20210702T192326Z:fb0da047-d48b-4dd8-8cba-ef88af676578" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" + "11992" ], "x-ms-correlation-request-id": [ - "e5c98bbb-9061-4dd4-ac98-4ba7052e612a" + "fb0da047-d48b-4dd8-8cba-ef88af676578" ], "x-ms-request-id": [ - "669528dd-02ff-4987-8e44-9a545458ae21" + "e3772d5e-a4ea-4ecf-83e0-5968072569e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -632,17 +641,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082443Z:e5c98bbb-9061-4dd4-ac98-4ba7052e612a" - ], - "Date": [ - "Wed, 26 Aug 2020 08:24:43 GMT" - ], "Content-Length": [ - "1860" + "2058" ], "Content-Type": [ "application/json" @@ -651,160 +651,109 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3056/providers/Microsoft.ContainerService/managedClusters/azsmnet8778\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet8778\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-399951b7.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.06\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\"\r\n },\r\n \"addonProfiles\": {\r\n \"KubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-3056_azsmnet8778_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-3056_azsmnet8778_westus2/providers/Microsoft.Network/publicIPAddresses/d162dc7c-dc9a-453f-b1d6-89b3c88657fc\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-250/providers/Microsoft.ContainerService/managedClusters/azsmnet5762\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet5762\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-230927a8.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-230927a8.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-250_azsmnet5762_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-250_azsmnet5762_westus2/providers/Microsoft.Network/publicIPAddresses/f5d05eeb-4d94-4d67-a71b-d2766f5fa157\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3056/providers/Microsoft.ContainerService/managedClusters/azsmnet8778?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTMwNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0ODc3OD9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-250/providers/Microsoft.ContainerService/managedClusters/azsmnet5762?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ1NzYyP2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8f7cde5-9803-472f-a010-155687eca360" + "62d83197-50c8-4957-a0e1-ba26d72d74e8" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:23:36 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operationresults/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operationresults/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30" + ], + "Server": [ + "nginx" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30" ], "x-ms-correlation-request-id": [ - "6fdbd1f5-6b7d-4153-affd-0aad5f31b650" + "5b6c7f02-ce44-4369-8b7d-4d541bdd8a5d" ], "x-ms-request-id": [ - "82dee7d0-bf1c-4945-bb84-744d94fbbb3f" + "9e5877a9-7876-4148-81bc-6f7a390fca8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082455Z:6fdbd1f5-6b7d-4153-affd-0aad5f31b650" + "WESTUS2:20210702T192337Z:5b6c7f02-ce44-4369-8b7d-4d541bdd8a5d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:24:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:24:06 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" - ], - "x-ms-correlation-request-id": [ - "e267882c-737e-489a-a6af-6288b0100952" - ], - "x-ms-request-id": [ - "a48ff549-9bdf-4e22-9414-b25419d6918c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082526Z:e267882c-737e-489a-a6af-6288b0100952" - ], - "Date": [ - "Wed, 26 Aug 2020 08:25:25 GMT" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"d0e7de82-1cbf-4549-bb84-744d94fbbb3f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:24:55.4486738Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" + "11991" ], "x-ms-correlation-request-id": [ - "d42d747a-9bbd-4077-a4e1-2953159a4169" + "e546ff69-bed7-4410-89ae-fd528ed776fc" ], "x-ms-request-id": [ - "01c06a9b-a0dd-427b-a8fa-1276e861c5ff" + "5ea31bf5-1a57-463a-b968-ada3745296c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -812,14 +761,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082556Z:d42d747a-9bbd-4077-a4e1-2953159a4169" - ], - "Date": [ - "Wed, 26 Aug 2020 08:25:55 GMT" + "WESTUS2:20210702T192407Z:e546ff69-bed7-4410-89ae-fd528ed776fc" ], "Content-Length": [ "126" @@ -831,94 +774,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"d0e7de82-1cbf-4549-bb84-744d94fbbb3f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:24:55.4486738Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:24:37 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" - ], - "x-ms-correlation-request-id": [ - "f15bee14-dfbc-4020-95fb-193b4433e8fc" - ], - "x-ms-request-id": [ - "1de6410d-9ca5-4058-9fde-66304ea5aa88" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082627Z:f15bee14-dfbc-4020-95fb-193b4433e8fc" - ], - "Date": [ - "Wed, 26 Aug 2020 08:26:26 GMT" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"d0e7de82-1cbf-4549-bb84-744d94fbbb3f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:24:55.4486738Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11925" + "11990" ], "x-ms-correlation-request-id": [ - "c93d3ae5-dcd4-4378-85ad-6ae429c38ff1" + "b01b46b4-ca53-4eee-b1f5-df07362b25a0" ], "x-ms-request-id": [ - "b38e7075-ef48-4220-98f9-25f86f07dd2f" + "01586ced-5a23-4af8-8b71-7a55f4911ebd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -926,14 +818,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082658Z:c93d3ae5-dcd4-4378-85ad-6ae429c38ff1" - ], - "Date": [ - "Wed, 26 Aug 2020 08:26:58 GMT" + "WESTUS2:20210702T192437Z:b01b46b4-ca53-4eee-b1f5-df07362b25a0" ], "Content-Length": [ "126" @@ -945,94 +831,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"d0e7de82-1cbf-4549-bb84-744d94fbbb3f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:24:55.4486738Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:25:06 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11924" - ], - "x-ms-correlation-request-id": [ - "ee77c47e-2111-4b42-b9ea-5355ba70c9f9" - ], - "x-ms-request-id": [ - "667d5390-de59-4182-af31-3ba4c9a19f05" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082728Z:ee77c47e-2111-4b42-b9ea-5355ba70c9f9" - ], - "Date": [ - "Wed, 26 Aug 2020 08:27:28 GMT" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"d0e7de82-1cbf-4549-bb84-744d94fbbb3f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:24:55.4486738Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11922" + "11989" ], "x-ms-correlation-request-id": [ - "12bb1784-a67e-4a6c-8a0b-0073c4b0e873" + "49cc028e-87b9-40ca-998c-732fc4f10ec7" ], "x-ms-request-id": [ - "ffa9db25-0cb1-42a7-9e79-62742a3442e4" + "a5642922-b60b-4665-a200-45dd69813822" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1040,14 +875,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082759Z:12bb1784-a67e-4a6c-8a0b-0073c4b0e873" - ], - "Date": [ - "Wed, 26 Aug 2020 08:27:58 GMT" + "WESTUS2:20210702T192507Z:49cc028e-87b9-40ca-998c-732fc4f10ec7" ], "Content-Length": [ "126" @@ -1059,94 +888,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"d0e7de82-1cbf-4549-bb84-744d94fbbb3f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:24:55.4486738Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:25:36 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11921" - ], - "x-ms-correlation-request-id": [ - "0448a601-d0d4-4015-a9e1-e228b22e3c39" - ], - "x-ms-request-id": [ - "d1a56c35-a9b5-4ed2-a95b-e86ac672b319" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082829Z:0448a601-d0d4-4015-a9e1-e228b22e3c39" - ], - "Date": [ - "Wed, 26 Aug 2020 08:28:28 GMT" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"d0e7de82-1cbf-4549-bb84-744d94fbbb3f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:24:55.4486738Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11920" + "11988" ], "x-ms-correlation-request-id": [ - "85f94ccd-f5aa-421e-9fcb-dda72dce88b1" + "405cec0e-dd1a-46fc-922e-dd3d0ef95deb" ], "x-ms-request-id": [ - "6c0a3380-918f-4ae1-bf22-cb71999d9a21" + "1ea9255f-f97b-4e45-b92a-de83f014f34e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1154,14 +932,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082859Z:85f94ccd-f5aa-421e-9fcb-dda72dce88b1" - ], - "Date": [ - "Wed, 26 Aug 2020 08:28:59 GMT" + "WESTUS2:20210702T192537Z:405cec0e-dd1a-46fc-922e-dd3d0ef95deb" ], "Content-Length": [ "126" @@ -1173,94 +945,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"d0e7de82-1cbf-4549-bb84-744d94fbbb3f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:24:55.4486738Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:26:07 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11919" - ], - "x-ms-correlation-request-id": [ - "d030bb11-ca55-4fff-91fe-b30468f991df" - ], - "x-ms-request-id": [ - "20683b19-da10-49b5-9779-5f8e82d28bca" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082930Z:d030bb11-ca55-4fff-91fe-b30468f991df" - ], - "Date": [ - "Wed, 26 Aug 2020 08:29:30 GMT" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"d0e7de82-1cbf-4549-bb84-744d94fbbb3f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:24:55.4486738Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" + "11987" ], "x-ms-correlation-request-id": [ - "87609b85-d1c1-4be0-8b8a-46998aa0a935" + "4732e2d3-34d8-4e0f-88b6-81651712f697" ], "x-ms-request-id": [ - "129f5eaa-7dc8-43bb-b3d6-b7675bfd6adf" + "360f0b4a-9290-43e1-8715-4b35a02fc418" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1268,14 +989,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083000Z:87609b85-d1c1-4be0-8b8a-46998aa0a935" - ], - "Date": [ - "Wed, 26 Aug 2020 08:30:00 GMT" + "WESTUS2:20210702T192607Z:4732e2d3-34d8-4e0f-88b6-81651712f697" ], "Content-Length": [ "126" @@ -1287,94 +1002,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"d0e7de82-1cbf-4549-bb84-744d94fbbb3f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:24:55.4486738Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:26:36 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11926" - ], - "x-ms-correlation-request-id": [ - "11b5190b-0486-4a8e-b46e-7c57d716b981" - ], - "x-ms-request-id": [ - "4b329c66-b4e7-4e15-a3b1-565830374c3a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083031Z:11b5190b-0486-4a8e-b46e-7c57d716b981" - ], - "Date": [ - "Wed, 26 Aug 2020 08:30:30 GMT" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"d0e7de82-1cbf-4549-bb84-744d94fbbb3f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:24:55.4486738Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11925" + "11986" ], "x-ms-correlation-request-id": [ - "48a2bd92-fd2b-4489-9ecb-045fe0d57b89" + "d019d7b5-c719-4fa9-9b24-7638fb5eaf04" ], "x-ms-request-id": [ - "f7fd9f3c-baaa-4999-813a-4000ca1efe16" + "073c6af5-6fda-440d-ba2e-7073b83912e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1382,14 +1046,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083101Z:48a2bd92-fd2b-4489-9ecb-045fe0d57b89" - ], - "Date": [ - "Wed, 26 Aug 2020 08:31:00 GMT" + "WESTUS2:20210702T192637Z:d019d7b5-c719-4fa9-9b24-7638fb5eaf04" ], "Content-Length": [ "126" @@ -1401,37 +1059,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"d0e7de82-1cbf-4549-bb84-744d94fbbb3f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:24:55.4486738Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:27:07 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11924" + "11985" ], "x-ms-correlation-request-id": [ - "e340f3d8-6d1e-4374-816c-d11eb8666fd6" + "86140bd1-80a7-4870-90b4-b9c9cb0fcc6a" ], "x-ms-request-id": [ - "829b1945-44ec-4a57-a707-31b1b671eacd" + "417c8266-f035-44ef-bd8d-9d5589f658aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1439,14 +1103,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083132Z:e340f3d8-6d1e-4374-816c-d11eb8666fd6" - ], - "Date": [ - "Wed, 26 Aug 2020 08:31:32 GMT" + "WESTUS2:20210702T192707Z:86140bd1-80a7-4870-90b4-b9c9cb0fcc6a" ], "Content-Length": [ "170" @@ -1458,40 +1116,46 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"d0e7de82-1cbf-4549-bb84-744d94fbbb3f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-08-26T08:24:55.4486738Z\",\r\n \"endTime\": \"2020-08-26T08:31:05.6739049Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\",\r\n \"endTime\": \"2021-07-02T19:26:45.9104131Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operationresults/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25yZXN1bHRzLzgyZGVlN2QwLWJmMWMtNDk0NS1iYjg0LTc0NGQ5NGZiYmIzZj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operationresults/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25yZXN1bHRzLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:27:07 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operationresults/82dee7d0-bf1c-4945-bb84-744d94fbbb3f?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operationresults/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30" + ], + "Server": [ + "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11923" + "11984" ], "x-ms-correlation-request-id": [ - "4d41be32-efbc-49c7-ba22-8f37c4d44f57" + "ca5dfd9a-4c08-4ca0-8754-dd4c8a5023a4" ], "x-ms-request-id": [ - "3886dada-b604-4b19-8678-507d5b11d06a" + "7d89b37f-a757-4ff9-a2eb-234f2049e649" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1499,14 +1163,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083132Z:4d41be32-efbc-49c7-ba22-8f37c4d44f57" - ], - "Date": [ - "Wed, 26 Aug 2020 08:31:32 GMT" + "WESTUS2:20210702T192707Z:ca5dfd9a-4c08-4ca0-8754-dd4c8a5023a4" ], "Content-Type": [ "application/json" @@ -1519,42 +1177,45 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3056/providers/Microsoft.ContainerService/managedClusters?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTMwNTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycz9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-250/providers/Microsoft.ContainerService/managedClusters?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3b57b6b-3a13-4424-b1ad-c8c3ecad0270" + "13a01d87-d1fd-4176-8f50-fcd3489f8438" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:27:07 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11922" + "11983" ], "x-ms-request-id": [ - "f45a0126-a85b-4fb2-b3b4-d8ae389a3561" + "a129e67f-78bf-42e8-ac4f-b7343ff9bf93" ], "x-ms-correlation-request-id": [ - "f45a0126-a85b-4fb2-b3b4-d8ae389a3561" + "a129e67f-78bf-42e8-ac4f-b7343ff9bf93" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083132Z:f45a0126-a85b-4fb2-b3b4-d8ae389a3561" + "WESTUS2:20210702T192707Z:a129e67f-78bf-42e8-ac4f-b7343ff9bf93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1562,38 +1223,35 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:31:32 GMT" + "Content-Length": [ + "12" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3056?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTMwNTY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-250?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTI1MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b747626-a8a6-40fd-ab18-d6822e367c37" + "c107a84f-67f8-4315-9632-188891e76219" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1601,11 +1259,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:27:08 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDMwNTYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1614,13 +1275,13 @@ "14999" ], "x-ms-request-id": [ - "5d56cc01-1870-4628-a2a0-a4f1b39048d4" + "dd18f9d3-a929-4feb-a0b2-05cf9f08521d" ], "x-ms-correlation-request-id": [ - "5d56cc01-1870-4628-a2a0-a4f1b39048d4" + "dd18f9d3-a929-4feb-a0b2-05cf9f08521d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083136Z:5d56cc01-1870-4628-a2a0-a4f1b39048d4" + "WESTUS2:20210702T192708Z:dd18f9d3-a929-4feb-a0b2-05cf9f08521d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1628,29 +1289,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:31:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDMwNTYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE13TlRZdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREkxTUMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1658,26 +1316,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:27:23 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDMwNTYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-request-id": [ - "3cfb570a-4b6d-42a6-8a01-4c3541b61d08" + "caf71b29-b983-41a6-8fba-9e23a54a7232" ], "x-ms-correlation-request-id": [ - "3cfb570a-4b6d-42a6-8a01-4c3541b61d08" + "caf71b29-b983-41a6-8fba-9e23a54a7232" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083151Z:3cfb570a-4b6d-42a6-8a01-4c3541b61d08" + "WESTUS2:20210702T192723Z:caf71b29-b983-41a6-8fba-9e23a54a7232" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1685,29 +1346,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:31:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDMwNTYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE13TlRZdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREkxTUMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1715,26 +1373,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:27:37 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDMwNTYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11998" ], "x-ms-request-id": [ - "5b884846-34ab-4a55-892c-a3087098593c" + "16f949d9-ce70-4f20-9384-7bf192324c2f" ], "x-ms-correlation-request-id": [ - "5b884846-34ab-4a55-892c-a3087098593c" + "16f949d9-ce70-4f20-9384-7bf192324c2f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083206Z:5b884846-34ab-4a55-892c-a3087098593c" + "WESTUS2:20210702T192738Z:16f949d9-ce70-4f20-9384-7bf192324c2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1742,29 +1403,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:32:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDMwNTYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE13TlRZdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREkxTUMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1772,20 +1430,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:27:52 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11997" ], "x-ms-request-id": [ - "7ddb2aa8-f135-40ed-b7e3-49bca18f10a1" + "400ecd1a-0255-49e1-b89c-4c314f00a4a5" ], "x-ms-correlation-request-id": [ - "7ddb2aa8-f135-40ed-b7e3-49bca18f10a1" + "400ecd1a-0255-49e1-b89c-4c314f00a4a5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083222Z:7ddb2aa8-f135-40ed-b7e3-49bca18f10a1" + "WESTUS2:20210702T192753Z:400ecd1a-0255-49e1-b89c-4c314f00a4a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1793,29 +1454,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:32:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDMwNTYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE13TlRZdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREkxTUMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1823,20 +1481,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:27:52 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11996" ], "x-ms-request-id": [ - "1f9239a2-28e0-4bc5-982a-e254702f91bc" + "6c26d6fa-b0a5-4f34-acf5-912d43e477a1" ], "x-ms-correlation-request-id": [ - "1f9239a2-28e0-4bc5-982a-e254702f91bc" + "6c26d6fa-b0a5-4f34-acf5-912d43e477a1" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083222Z:1f9239a2-28e0-4bc5-982a-e254702f91bc" + "WESTUS2:20210702T192753Z:6c26d6fa-b0a5-4f34-acf5-912d43e477a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1844,14 +1505,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:32:22 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -1860,8 +1518,8 @@ ], "Names": { "ContainerServiceDeleteServiceTest": [ - "aks-dotnet-sdk-RG-3056", - "azsmnet8778" + "aks-dotnet-sdk-RG-250", + "azsmnet5762" ] }, "Variables": { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceGetCredentialsTest.json b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceGetCredentialsTest.json index a04a9c2bdf5e..993566164a29 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceGetCredentialsTest.json +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceGetCredentialsTest.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76e5f374-f5e1-4105-9e56-e1b37b84915e" + "cf78216f-65ac-4b51-934b-4c2e14b38c79" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:27:53 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "cc2e5c32-a1b1-4e81-8e0c-b1ef533fc8fe" + "63697888-a22e-4f87-a61c-ef918c9152fe" ], "x-ms-correlation-request-id": [ - "cc2e5c32-a1b1-4e81-8e0c-b1ef533fc8fe" + "63697888-a22e-4f87-a61c-ef918c9152fe" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083224Z:cc2e5c32-a1b1-4e81-8e0c-b1ef533fc8fe" + "WESTUS2:20210702T192754Z:63697888-a22e-4f87-a61c-ef918c9152fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,38 +47,35 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:32:23 GMT" + "Content-Length": [ + "101354" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "99492" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV\",\r\n \"name\": \"r-k8sts15325aYDV\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2019-03-14 09:23:48Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008070541-yyAmX\",\r\n \"name\": \"e2erg-prodebld2008070541-yyAmX\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597039818\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-07 12:00:58Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008070541-yyAmX_e2eaks-WZB_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008070541-yyAmX_e2eaks-WZB_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597044377\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141056-OQWgb\",\r\n \"name\": \"e2erg-prodebld2008141056-OQWgb\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141056-crnlg\",\r\n \"name\": \"e2erg-prodebld2008141056-crnlg\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008141056-crnlg_e2eaks-TPA_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008141056-crnlg_e2eaks-TPA_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141114-kEgVB\",\r\n \"name\": \"e2erg-prodebld2008141114-kEgVB\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1597669743\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008141114-kEgVB_e2eaks-FAb_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008141114-kEgVB_e2eaks-FAb_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597669743\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008142224-JRDdF\",\r\n \"name\": \"e2erg-prodebld2008142224-JRDdF\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-15 00:01:11Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008142224-JRDdF_e2eaks-ffW_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008142224-JRDdF_e2eaks-ffW_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008142254-kSZUU\",\r\n \"name\": \"e2erg-prodebld2008142254-kSZUU\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-15 00:01:11Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008142254-kSZUU_billing-a_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008142254-kSZUU_billing-a_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180423-MJKDG\",\r\n \"name\": \"e2erg-prodebld2008180423-MJKDG\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008180423-MJKDG_e2eaks-fGZ_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008180423-MJKDG_e2eaks-fGZ_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598199899\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180426-gZQMm\",\r\n \"name\": \"e2erg-prodebld2008180426-gZQMm\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180426-tMzLm\",\r\n \"name\": \"e2erg-prodebld2008180426-tMzLm\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597991401\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008180426-tMzLm_e2eaks-dda_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008180426-tMzLm_e2eaks-dda_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598253556\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598689404\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2003231452-gudnR\",\r\n \"name\": \"e2erg-prodebld2003231452-gudnR\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1585206291\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-03-23 12:01:33Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2003231452-gudnR_e2eaks-iHt_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2003231452-gudnR_e2eaks-iHt_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1585206291\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251629-NOlxM\",\r\n \"name\": \"e2erg-prodebld2008251629-NOlxM\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598609690\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251630-XmfRr\",\r\n \"name\": \"e2erg-prodebld2008251630-XmfRr\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598609690\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008251630-XmfRr_e2eaks-prr_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008251630-XmfRr_e2eaks-prr_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260916-fEnfG\",\r\n \"name\": \"e2erg-prodebld2008260916-fEnfG\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260916-fEnfG_e2eaks-TVz_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260916-fEnfG_e2eaks-TVz_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260936-FPqmY\",\r\n \"name\": \"e2erg-prodebld2008260936-FPqmY\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260936-FPqmY_e2eaks-gRH_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260936-FPqmY_e2eaks-gRH_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260941-NKAZq\",\r\n \"name\": \"e2erg-prodebld2008260941-NKAZq\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260941-NKAZq_e2eaks-Yjj_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260941-NKAZq_e2eaks-Yjj_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261040-LFlHH\",\r\n \"name\": \"e2erg-prodebld2008261040-LFlHH\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261040-LFlHH_e2eaks-HPs_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008261040-LFlHH_e2eaks-HPs_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261424-uCUFX\",\r\n \"name\": \"e2erg-prodebld2008261424-uCUFX\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598683172\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261424-uCUFX_e2eaks-NEu_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008261424-uCUFX_e2eaks-NEu_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/chuhua-internal-access-test-2\",\r\n \"name\": \"chuhua-internal-access-test-2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596201197\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-29 00:01:08Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xleastus2_xizhakb_eastus2\",\r\n \"name\": \"MC_xleastus2_xizhakb_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598328971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598340066\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34131508-EASTUS2EUAP\",\r\n \"name\": \"hcppmillerebld34131508-EASTUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34131508\",\r\n \"name\": \"sqlpmillerebld34131508\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34131798-eastus2euap\",\r\n \"name\": \"hcppmillerebld34131798-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34131798\",\r\n \"name\": \"sqlpmillerebld34131798\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34166150\",\r\n \"name\": \"sqlpmillerebld34166150\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-3\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-3\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-svc-0\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-svc-0\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-2\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-1\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-1\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34167951\",\r\n \"name\": \"sqlpmillerebld34167951\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-2\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-3\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-3\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-svc-0\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-svc-0\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-1\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-1\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_euap01_eastus2euap\",\r\n \"name\": \"MC_lima-test_euap01_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao-euap-centralus\",\r\n \"name\": \"haitao-euap-centralus\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595797478\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-24 00:01:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_rucguptTest_azPolicy_centralus\",\r\n \"name\": \"MC_rucguptTest_azPolicy_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/rucguptTest\",\r\n \"name\": \"rucguptTest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xiahe-test\",\r\n \"name\": \"xiahe-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiahe-test_xiahe-test_eastus\",\r\n \"name\": \"MC_xiahe-test_xiahe-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xinywa\",\r\n \"name\": \"xinywa\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yangl\",\r\n \"name\": \"yangl\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yangl_sig_canadaeast\",\r\n \"name\": \"MC_yangl_sig_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/chuhua-aks-test-internal-access\",\r\n \"name\": \"chuhua-aks-test-internal-access\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596201197\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-29 00:01:08Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261010-TxcYZ\",\r\n \"name\": \"e2erg-prodebld2008261010-TxcYZ\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261010-TxcYZ_e2eaks-jgZ_japaneast\",\r\n \"name\": \"MC_e2erg-prodebld2008261010-TxcYZ_e2eaks-jgZ_japaneast\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261038-HWDUL\",\r\n \"name\": \"e2erg-prodebld2008261038-HWDUL\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261038-HWDUL_e2eaks-oVi_japaneast\",\r\n \"name\": \"MC_e2erg-prodebld2008261038-HWDUL_e2eaks-oVi_japaneast\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/go-adal-msi\",\r\n \"name\": \"go-adal-msi\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597007750\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-07 00:02:41Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ben2-provision-test\",\r\n \"name\": \"ben2-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ben2-provision-test_ben2-provision-test_westus\",\r\n \"name\": \"MC_ben2-provision-test_ben2-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008250002-UGaNY\",\r\n \"name\": \"e2erg-prodebld2008250002-UGaNY\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008250002-UGaNY_e2eaks-PnT_westus\",\r\n \"name\": \"MC_e2erg-prodebld2008250002-UGaNY_e2eaks-PnT_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-vicarageha_aro-casketstra-bopo55ffno_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-vicarageha_aro-casketstra-bopo55ffno_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1580698908\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag5\": \"testMapString5\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9d7c5dcb-1375-458c-a09c-d09734793292\",\r\n \"name\": \"9d7c5dcb-1375-458c-a09c-d09734793292\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag5\": \"testMapString5\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate34_zhuoliclusterprivate34_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate34_zhuoliclusterprivate34_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581102119\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/7aff1e81-ba4b-4b5e-95b8-9d22c0e9856a\",\r\n \"name\": \"7aff1e81-ba4b-4b5e-95b8-9d22c0e9856a\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate39_zhuoliclusterprivate39_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate39_zhuoliclusterprivate39_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581231829\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/b7cdece6-bbb4-4e9d-b5a3-995c75c4de1b\",\r\n \"name\": \"b7cdece6-bbb4-4e9d-b5a3-995c75c4de1b\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate41_zhuoliclusterprivate41_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate41_zhuoliclusterprivate41_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581282436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2e77f8b5-568c-4f2d-83ce-ef7fdd7ec21b\",\r\n \"name\": \"2e77f8b5-568c-4f2d-83ce-ef7fdd7ec21b\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-timexsibel_aro-poisonousl-bp1f7pahae_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-timexsibel_aro-poisonousl-bp1f7pahae_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581706849\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag1\": \"aro-BitTorrent-bp1f7jqhae\",\r\n \"testTag2\": \"aro-wisteriass-bp1f7jqhae\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/85b90eb9-5628-4fb0-95f4-383aac00201d\",\r\n \"name\": \"85b90eb9-5628-4fb0-95f4-383aac00201d\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag1\": \"aro-BitTorrent-bp1f7jqhae\",\r\n \"testTag2\": \"aro-wisteriass-bp1f7jqhae\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-nihilistco_aro-showsgerit-bpffvvjr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-nihilistco_aro-showsgerit-bpffvvjr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1583546558\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-scoreparal-bpffvrrr19\",\r\n \"testTag4\": \"aro-nimbibulki-bpffvrrr19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9b5eacb4-a108-41c1-b76f-cdcca239eabc\",\r\n \"name\": \"9b5eacb4-a108-41c1-b76f-cdcca239eabc\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-scoreparal-bpffvrrr19\",\r\n \"testTag4\": \"aro-nimbibulki-bpffvrrr19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598689404\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1593529369\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilder-rg\",\r\n \"name\": \"aksvhdbuilder-rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/AKS-Win\",\r\n \"name\": \"AKS-Win\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-win-acr\",\r\n \"name\": \"aks-win-acr\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2\",\r\n \"name\": \"hcpabelchebld34050906-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598075528\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlabelchebld34050906\",\r\n \"name\": \"sqlabelchebld34050906\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598075528\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-21 12:04:47Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-svc-0\",\r\n \"name\": \"hcpabelchebld34050906-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-1\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-2\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-3\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34050906_demo2004_westus2\",\r\n \"name\": \"MC_abelchebld34050906_demo2004_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"abelchebld34050906\",\r\n \"deletion_due_time\": \"1598253556\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34104130-westus2\",\r\n \"name\": \"hcpbaheebld34104130-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld34104130\",\r\n \"name\": \"sqlbaheebld34104130\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-23 12:01:21Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34104130\",\r\n \"name\": \"hcpbaheebld34104130\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/backcompat-test-linux-46660-MjIxY\",\r\n \"name\": \"backcompat-test-linux-46660-MjIxY\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_backcompat-test-linux-46660-MjIxY_MjIxY_westus2\",\r\n \"name\": \"MC_backcompat-test-linux-46660-MjIxY_MjIxY_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/backcompat-test-win-46660-NjA2M\",\r\n \"name\": \"backcompat-test-win-46660-NjA2M\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_backcompat-test-win-46660-NjA2M_NjA2M_westus2\",\r\n \"name\": \"MC_backcompat-test-win-46660-NjA2M_NjA2M_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34115608-westus2\",\r\n \"name\": \"hcpguweebld34115608-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34115608\",\r\n \"name\": \"sqlguweebld34115608\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-24 12:02:21Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_guweebld34115608_guwe0824a_westus2\",\r\n \"name\": \"MC_guweebld34115608_guwe0824a_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"guweebld34115608\",\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2\",\r\n \"name\": \"hcpabelchebld34118333-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlabelchebld34118333\",\r\n \"name\": \"sqlabelchebld34118333\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-1\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-svc-0\",\r\n \"name\": \"hcpabelchebld34118333-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-2\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-3\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34118333_test2004_westus2\",\r\n \"name\": \"MC_abelchebld34118333_test2004_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34114510-lWiMp\",\r\n \"name\": \"e2erg-qinhaoebld34114510-lWiMp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598537712\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34114510-lWiMp_e2eaks-Nng_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34114510-lWiMp_e2eaks-Nng_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598537712\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/zuya20200824rg\",\r\n \"name\": \"zuya20200824rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zuya20200824rg_zuya20200824aks_westus2\",\r\n \"name\": \"MC_zuya20200824rg_zuya20200824aks_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34114510-JhPNR\",\r\n \"name\": \"e2erg-qinhaoebld34114510-JhPNR\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34114510-JhPNR_e2eaks-HQw_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34114510-JhPNR_e2eaks-HQw_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld34128399-westus2\",\r\n \"name\": \"hcpnikelleebld34128399-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld34128399\",\r\n \"name\": \"sqlnikelleebld34128399\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34121999-OoXrU\",\r\n \"name\": \"e2erg-qinhaoebld34121999-OoXrU\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34121999-OoXrU_e2eaks-QGT_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34121999-OoXrU_e2eaks-QGT_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/qinhao-upgrade\",\r\n \"name\": \"qinhao-upgrade\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34129746-westus2\",\r\n \"name\": \"hcpismilleebld34129746-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34129746\",\r\n \"name\": \"sqlismilleebld34129746\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34129876-westus2\",\r\n \"name\": \"hcpjoolshevebld34129876-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34129876\",\r\n \"name\": \"sqljoolshevebld34129876\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130227-westus2\",\r\n \"name\": \"hcpismilleebld34130227-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130227\",\r\n \"name\": \"sqlismilleebld34130227\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130395-westus2\",\r\n \"name\": \"hcpismilleebld34130395-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130395\",\r\n \"name\": \"sqlismilleebld34130395\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130867-westus2\",\r\n \"name\": \"hcpismilleebld34130867-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130867\",\r\n \"name\": \"sqlismilleebld34130867\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34131342-westus2\",\r\n \"name\": \"hcpismilleebld34131342-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34131342\",\r\n \"name\": \"sqlismilleebld34131342\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_joolshevebld34129876_test_westus2\",\r\n \"name\": \"MC_joolshevebld34129876_test_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"joolshevebld34129876\",\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-nikelleebld34128399-Amjs\",\r\n \"name\": \"e2erg-nikelleebld34128399-Amjs\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34132247-westus2\",\r\n \"name\": \"hcpismilleebld34132247-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34132247\",\r\n \"name\": \"sqlismilleebld34132247\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34132703-westus2\",\r\n \"name\": \"hcpismilleebld34132703-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34132703\",\r\n \"name\": \"sqlismilleebld34132703\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34133073-westus2\",\r\n \"name\": \"hcpismilleebld34133073-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34133073\",\r\n \"name\": \"sqlismilleebld34133073\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34133710-westus2\",\r\n \"name\": \"hcpismilleebld34133710-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34133710\",\r\n \"name\": \"sqlismilleebld34133710\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-nikelleebld34128399-zjyc\",\r\n \"name\": \"e2erg-nikelleebld34128399-zjyc\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-nikelleebld34128399-zjyc_e2eaks-MFw_westus2\",\r\n \"name\": \"MC_e2erg-nikelleebld34128399-zjyc_e2eaks-MFw_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34134509-westus2\",\r\n \"name\": \"hcpismilleebld34134509-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34134509\",\r\n \"name\": \"sqlismilleebld34134509\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34135103-westus2\",\r\n \"name\": \"hcpismilleebld34135103-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34135103\",\r\n \"name\": \"sqlismilleebld34135103\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34136614-westus2\",\r\n \"name\": \"hcpismilleebld34136614-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34136614\",\r\n \"name\": \"sqlismilleebld34136614\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie0824\",\r\n \"name\": \"robbie0824\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie0824_testmetricsserver_westus2\",\r\n \"name\": \"MC_robbie0824_testmetricsserver_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34137891-westus2\",\r\n \"name\": \"hcpismilleebld34137891-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34137891\",\r\n \"name\": \"sqlismilleebld34137891\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34138934-westus2\",\r\n \"name\": \"hcpismilleebld34138934-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34138934\",\r\n \"name\": \"sqlismilleebld34138934\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34139317-westus2\",\r\n \"name\": \"hcpismilleebld34139317-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34139317\",\r\n \"name\": \"sqlismilleebld34139317\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/bowatest\",\r\n \"name\": \"bowatest\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_bowatest_bowatestvmss_westus2\",\r\n \"name\": \"MC_bowatest_bowatestvmss_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34141166-westus2\",\r\n \"name\": \"hcpismilleebld34141166-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34141166\",\r\n \"name\": \"sqlismilleebld34141166\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34141885-westus2\",\r\n \"name\": \"hcpismilleebld34141885-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34141885\",\r\n \"name\": \"sqlismilleebld34141885\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34142895-westus2\",\r\n \"name\": \"hcpismilleebld34142895-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34142895\",\r\n \"name\": \"sqlismilleebld34142895\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34144718-westus2\",\r\n \"name\": \"hcpismilleebld34144718-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34144718\",\r\n \"name\": \"sqlismilleebld34144718\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_qinhao-upgrade_qinhao-upgrade_westus2\",\r\n \"name\": \"MC_qinhao-upgrade_qinhao-upgrade_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598581408\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34149377\",\r\n \"name\": \"hcpbaheebld34149377\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34149586-westus2\",\r\n \"name\": \"hcpismilleebld34149586-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34149586\",\r\n \"name\": \"sqlismilleebld34149586\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34150227-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34150227-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598418098\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_guweebld34150227_guwe0825p_westus2\",\r\n \"name\": \"MC_guweebld34150227_guwe0825p_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"guweebld34150227\",\r\n \"deletion_due_time\": \"1598592035\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-test\",\r\n \"name\": \"jiliu8-test\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34154688-westus2\",\r\n \"name\": \"hcpbinxiebld34154688-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld34154688\",\r\n \"name\": \"sqlbinxiebld34154688\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-3\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-1\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-2\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-svc-0\",\r\n \"name\": \"hcplimaebld34154903-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251452-EscgP\",\r\n \"name\": \"e2erg-prodebld2008251452-EscgP\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008251452-EscgP_e2eaks-mFR_westus2\",\r\n \"name\": \"MC_e2erg-prodebld2008251452-EscgP_e2eaks-mFR_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34155745-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld34156969-westus2\",\r\n \"name\": \"hcpandliuebld34156969-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld34156969\",\r\n \"name\": \"sqlandliuebld34156969\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2\",\r\n \"name\": \"hcpguweebld34156975-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34156975\",\r\n \"name\": \"sqlguweebld34156975\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld34156969\",\r\n \"name\": \"hcpandliuebld34156969\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34156975-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34160715-westus2\",\r\n \"name\": \"hcpismilleebld34160715-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598620399\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34160715\",\r\n \"name\": \"sqlismilleebld34160715\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598620399\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlqinhaoebld34161761\",\r\n \"name\": \"sqlqinhaoebld34161761\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-1\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-2\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-3\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-svc-0\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163471-westus2\",\r\n \"name\": \"hcpismilleebld34163471-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163471\",\r\n \"name\": \"sqlismilleebld34163471\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163707-westus2\",\r\n \"name\": \"hcpismilleebld34163707-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163707\",\r\n \"name\": \"sqlismilleebld34163707\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163957-westus2\",\r\n \"name\": \"hcpismilleebld34163957-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163957\",\r\n \"name\": \"sqlismilleebld34163957\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34164426-westus2\",\r\n \"name\": \"hcpismilleebld34164426-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34164426\",\r\n \"name\": \"sqlismilleebld34164426\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34165810-westus2\",\r\n \"name\": \"hcpismilleebld34165810-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34165810\",\r\n \"name\": \"sqlismilleebld34165810\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34166108-westus2\",\r\n \"name\": \"hcpismilleebld34166108-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34166108\",\r\n \"name\": \"sqlismilleebld34166108\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34167698\",\r\n \"name\": \"sqljoolshevebld34167698\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-svc-0\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-3\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-1\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-2\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598466377\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34168577\",\r\n \"name\": \"sqljoolshevebld34168577\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598466377\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-3\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-1\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-svc-0\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-2\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34171150-westus2\",\r\n \"name\": \"hcpismilleebld34171150-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34171150\",\r\n \"name\": \"sqlismilleebld34171150\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34171724-westus2\",\r\n \"name\": \"hcpismilleebld34171724-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34171724\",\r\n \"name\": \"sqlismilleebld34171724\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34172827-westus2\",\r\n \"name\": \"hcpismilleebld34172827-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598470110\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34172827\",\r\n \"name\": \"sqlismilleebld34172827\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598470110\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34174869-westus2\",\r\n \"name\": \"hcpismilleebld34174869-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598473506\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34174869\",\r\n \"name\": \"sqlismilleebld34174869\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598473506\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34175370-westus2\",\r\n \"name\": \"hcpismilleebld34175370-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598649359\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34175370\",\r\n \"name\": \"sqlismilleebld34175370\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598649359\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/windows\",\r\n \"name\": \"windows\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598652499\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_windows_windows_westus2\",\r\n \"name\": \"MC_windows_windows_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598656259\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2\",\r\n \"name\": \"hcpguweebld34185241-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34185241\",\r\n \"name\": \"sqlguweebld34185241\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34185241-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34118333_testwnp_westus2\",\r\n \"name\": \"MC_abelchebld34118333_testwnp_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"abelchebld34118333\",\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188204-westus2\",\r\n \"name\": \"hcpzhongzebld34188204-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhongzebld34188204\",\r\n \"name\": \"sqlzhongzebld34188204\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188204\",\r\n \"name\": \"hcpzhongzebld34188204\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188819-westus2\",\r\n \"name\": \"hcpzhongzebld34188819-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhongzebld34188819\",\r\n \"name\": \"sqlzhongzebld34188819\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188819\",\r\n \"name\": \"hcpzhongzebld34188819\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhongzebld34188819_zhongztest18_westus2\",\r\n \"name\": \"MC_zhongzebld34188819_zhongztest18_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhongzebld34188819\",\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld34195011-westus2\",\r\n \"name\": \"hcpjiliuebld34195011-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598517089\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiliuebld34195011\",\r\n \"name\": \"sqljiliuebld34195011\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598517089\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld34195011-westus2-cx-2\",\r\n \"name\": \"hcpjiliuebld34195011-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598517089\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld34195011-westus2-cx-3\",\r\n \"name\": \"hcpjiliuebld34195011-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598517089\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld34195011-westus2-cx-1\",\r\n \"name\": \"hcpjiliuebld34195011-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598517089\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld34195011-westus2-svc-0\",\r\n \"name\": \"hcpjiliuebld34195011-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598517089\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2007162026-VIEgi\",\r\n \"name\": \"e2erg-prodebld2007162026-VIEgi\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595193180\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-17 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2007162026-VIEgi_e2eaks-pTD_australiaeast\",\r\n \"name\": \"MC_e2erg-prodebld2007162026-VIEgi_e2eaks-pTD_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595470344\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008031812-ixwxP\",\r\n \"name\": \"e2erg-prodebld2008031812-ixwxP\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596739293\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-04 00:05:40Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008031812-PWnVz\",\r\n \"name\": \"e2erg-prodebld2008031812-PWnVz\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596739293\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-04 00:05:40Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008031812-PWnVz_e2eaks-ICB_australiaeast\",\r\n \"name\": \"MC_e2erg-prodebld2008031812-PWnVz_e2eaks-ICB_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596870903\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yangl_test_australiaeast\",\r\n \"name\": \"MC_yangl_test_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008192056-ohpsq\",\r\n \"name\": \"e2erg-prodebld2008192056-ohpsq\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598130148\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-20 00:04:07Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008192056-ohpsq_e2eaks-NiI_eastasia\",\r\n \"name\": \"MC_e2erg-prodebld2008192056-ohpsq_e2eaks-NiI_eastasia\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598378698\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xlEastUS2\",\r\n \"name\": \"xlEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598623566\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-entombingj_aro-peroration-bnq2cd6bc3_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-entombingj_aro-peroration-bnq2cd6bc3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000005\",\r\n \"deletion_due_time\": \"1576541346\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576281751\",\r\n \"now_day\": \"14\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/7bf95809-249a-4cbb-a261-73dd32e0cb75\",\r\n \"name\": \"7bf95809-249a-4cbb-a261-73dd32e0cb75\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-furlhuston\",\r\n \"name\": \"aro-e2e-cluster-furlhuston\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2019-12-17 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1576800306\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576540200\",\r\n \"now_day\": \"16\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-furlhuston_aro-cancelsslo-bns1ga0iol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-furlhuston_aro-cancelsslo-bns1ga0iol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1576800306\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576540298\",\r\n \"now_day\": \"16\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/0c521917-3cb3-4de5-ad90-9b90e19c9758\",\r\n \"name\": \"0c521917-3cb3-4de5-ad90-9b90e19c9758\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-blossoming_aro-crusaderpe-bo7ra9vu0q_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-blossoming_aro-crusaderpe-bo7ra9vu0q_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000004\",\r\n \"deletion_due_time\": \"1578348203\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1578087819\",\r\n \"now_day\": \"3\",\r\n \"now_month\": \"1\",\r\n \"now_year\": \"2020\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/0ed95d7f-fd62-40e8-a36a-06f819c0ebc1\",\r\n \"name\": \"0ed95d7f-fd62-40e8-a36a-06f819c0ebc1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-particular_aro-finneganmc-bob6vm0iol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-particular_aro-finneganmc-bob6vm0iol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1578790938\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag1\": \"testMapString1\",\r\n \"testTag2\": \"testMapString2\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/d0cea153-4a9e-4fbf-8508-b15aad65e515\",\r\n \"name\": \"d0cea153-4a9e-4fbf-8508-b15aad65e515\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-entreaties_aro-needlework-bogl05giol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-entreaties_aro-needlework-bogl05giol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1579500899\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1579241594\",\r\n \"now_day\": \"17\",\r\n \"now_month\": \"1\",\r\n \"now_year\": \"2020\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9095e38b-656f-4c3b-9e66-e4b4ec3c3961\",\r\n \"name\": \"9095e38b-656f-4c3b-9e66-e4b4ec3c3961\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi1_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi1_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi2_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi2_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosiwesteurope_westeurope\",\r\n \"name\": \"MC_tosi1_tosiwesteurope_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625414838\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111-uksouth\",\r\n \"name\": \"hcpgalofirebld44040111-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44040111\",\r\n \"name\": \"sqlgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111\",\r\n \"name\": \"hcpgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224-uksouth\",\r\n \"name\": \"hcpgalofirebld44041224-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44041224\",\r\n \"name\": \"sqlgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224\",\r\n \"name\": \"hcpgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115-uksouth\",\r\n \"name\": \"hcpgalofirebld44054115-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44054115\",\r\n \"name\": \"sqlgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115\",\r\n \"name\": \"hcpgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625493994\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320-southcentralus\",\r\n \"name\": \"hcptqinchenebld44088320-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltqinchenebld44088320\",\r\n \"name\": \"sqltqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320\",\r\n \"name\": \"hcptqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622207190\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622981261\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0604e\",\r\n \"name\": \"doliu0604e\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0604e_t2w_eastus2euap\",\r\n \"name\": \"MC_doliu0604e_t2w_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/michael-scale\",\r\n \"name\": \"michael-scale\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_michael-scale_michael-scale_eastus2\",\r\n \"name\": \"MC_michael-scale_michael-scale_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458018\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksetctestganesh\",\r\n \"name\": \"aksetctestganesh\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAP\",\r\n \"name\": \"DefaultResourceGroup-EAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"name\": \"MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/gktestconfig\",\r\n \"name\": \"gktestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"name\": \"MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ganeshtestconfig\",\r\n \"name\": \"ganeshtestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"name\": \"MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"name\": \"MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625407643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi0702private_eastus2\",\r\n \"name\": \"MC_binxi_binxi0702private_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625504745\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi070201_eastus2\",\r\n \"name\": \"MC_binxi_binxi070201_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-dapr\",\r\n \"name\": \"jiliu8-dapr\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624453613\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44110084-KEATU\",\r\n \"name\": \"e2erg-toncheebld44110084-KEATU\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1602774559\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-10-13 00:08:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156-eastus\",\r\n \"name\": \"hcpxinywaebld43996156-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxinywaebld43996156\",\r\n \"name\": \"sqlxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156\",\r\n \"name\": \"hcpxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksDKCTestGanesh\",\r\n \"name\": \"aksDKCTestGanesh\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655-eastus\",\r\n \"name\": \"hcpshmalfatebld44020655-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44020655\",\r\n \"name\": \"sqlshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655\",\r\n \"name\": \"hcpshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124-eastus\",\r\n \"name\": \"hcptilnlebld44021124-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltilnlebld44021124\",\r\n \"name\": \"sqltilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124\",\r\n \"name\": \"hcptilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474-eastus\",\r\n \"name\": \"hcpbinxiebld44032474-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld44032474\",\r\n \"name\": \"sqlbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474\",\r\n \"name\": \"hcpbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxiebld44032474_test1_eastus\",\r\n \"name\": \"MC_binxiebld44032474_test1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049-eastus\",\r\n \"name\": \"hcpjiliuebld44041049-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiliuebld44041049\",\r\n \"name\": \"sqljiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049\",\r\n \"name\": \"hcpjiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370-eastus\",\r\n \"name\": \"hcpaleldeibebld44056370-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44056370\",\r\n \"name\": \"sqlaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370\",\r\n \"name\": \"hcpaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065539-eastus\",\r\n \"name\": \"hcpaleldeibebld44065539-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065539\",\r\n \"name\": \"sqlaleldeibebld44065539\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065814-eastus\",\r\n \"name\": \"hcpaleldeibebld44065814-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065814\",\r\n \"name\": \"sqlaleldeibebld44065814\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281-eastus\",\r\n \"name\": \"hcpaleldeibebld44066281-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44066281\",\r\n \"name\": \"sqlaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281\",\r\n \"name\": \"hcpaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560-eastus\",\r\n \"name\": \"hcpandliuebld44067560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld44067560\",\r\n \"name\": \"sqlandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560\",\r\n \"name\": \"hcpandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-LGSsum\",\r\n \"name\": \"e2erg-jiliuebld44041049-LGSsum\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"name\": \"MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625296008\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057-eastus\",\r\n \"name\": \"hcpgalofirebld44073057-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44073057\",\r\n \"name\": \"sqlgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057\",\r\n \"name\": \"hcpgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld44067560_andliu3_eastus\",\r\n \"name\": \"MC_andliuebld44067560_andliu3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"andliuebld44067560\",\r\n \"deletion_due_time\": \"1625378786\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"name\": \"MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"galofirebld44073057\",\r\n \"deletion_due_time\": \"1625310357\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-cdQWNg\",\r\n \"name\": \"e2erg-jiliuebld44041049-cdQWNg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-Alxiqi\",\r\n \"name\": \"e2erg-jiliuebld44041049-Alxiqi\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44084491\",\r\n \"name\": \"sqltjnguyenebld44084491\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867-eastus\",\r\n \"name\": \"hcptienleebld44090867-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltienleebld44090867\",\r\n \"name\": \"sqltienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tienle-vhdgeneralized32-rg\",\r\n \"name\": \"tienle-vhdgeneralized32-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339265\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867\",\r\n \"name\": \"hcptienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"name\": \"MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/agentbaker-e2e-tests\",\r\n \"name\": \"agentbaker-e2e-tests\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"name\": \"MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935-eastus\",\r\n \"name\": \"hcpchmcbridebld44098935-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44098935\",\r\n \"name\": \"sqlchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935\",\r\n \"name\": \"hcpchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mutiagenteast\",\r\n \"name\": \"mutiagenteast\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilderrg\",\r\n \"name\": \"aksvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461-eastus\",\r\n \"name\": \"hcpchmcbridebld44101461-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44101461\",\r\n \"name\": \"sqlchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461\",\r\n \"name\": \"hcpchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357-eastus\",\r\n \"name\": \"hcptjuliayiebld44102357-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44102357\",\r\n \"name\": \"sqltjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357\",\r\n \"name\": \"hcptjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao\",\r\n \"name\": \"haitao\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_haitao_bootA_eastus\",\r\n \"name\": \"MC_haitao_bootA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110-eastus\",\r\n \"name\": \"hcpbaheebld44108110-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44108110\",\r\n \"name\": \"sqlbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110\",\r\n \"name\": \"hcpbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld44108110_test_eastus\",\r\n \"name\": \"MC_baheebld44108110_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld44108110\",\r\n \"deletion_due_time\": \"1625371669\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054-eastus\",\r\n \"name\": \"hcphaitchebld44115054-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlhaitchebld44115054\",\r\n \"name\": \"sqlhaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054\",\r\n \"name\": \"hcphaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508-eastus\",\r\n \"name\": \"hcpbaheebld44124508-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44124508\",\r\n \"name\": \"sqlbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosieastus_eastus\",\r\n \"name\": \"MC_tosi1_tosieastus_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508\",\r\n \"name\": \"hcpbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097-eastus\",\r\n \"name\": \"hcptjnguyenebld44127097-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44127097\",\r\n \"name\": \"sqltjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097\",\r\n \"name\": \"hcptjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442-eastus\",\r\n \"name\": \"hcptrangebld44131442-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltrangebld44131442\",\r\n \"name\": \"sqltrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442\",\r\n \"name\": \"hcptrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868-eastus\",\r\n \"name\": \"hcpaganeshkebld44135868-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaganeshkebld44135868\",\r\n \"name\": \"sqlaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868\",\r\n \"name\": \"hcpaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-trangebld44131442-nHqzZl\",\r\n \"name\": \"e2erg-trangebld44131442-nHqzZl\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"name\": \"MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"hcp performance\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695-eastus\",\r\n \"name\": \"hcpnikelleebld44137695-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld44137695\",\r\n \"name\": \"sqlnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695\",\r\n \"name\": \"hcpnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016-eastus\",\r\n \"name\": \"hcptchamakaebld44140016-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44140016\",\r\n \"name\": \"sqltchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016\",\r\n \"name\": \"hcptchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267-eastus\",\r\n \"name\": \"hcptaboraebld44146267-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltaboraebld44146267\",\r\n \"name\": \"sqltaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267\",\r\n \"name\": \"hcptaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687-eastus\",\r\n \"name\": \"hcpasilvermebld44147687-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlasilvermebld44147687\",\r\n \"name\": \"sqlasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687\",\r\n \"name\": \"hcpasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld43927544-RJIOA\",\r\n \"name\": \"e2erg-qinhaoebld43927544-RJIOA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"name\": \"MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"windows k8s\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077-eastus\",\r\n \"name\": \"hcpjiesheebld44153077-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiesheebld44153077\",\r\n \"name\": \"sqljiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077\",\r\n \"name\": \"hcpjiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515-eastus\",\r\n \"name\": \"hcpshmalfatebld44167515-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44167515\",\r\n \"name\": \"sqlshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515\",\r\n \"name\": \"hcpshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516-eastus\",\r\n \"name\": \"hcptjuliayiebld44169516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44169516\",\r\n \"name\": \"sqltjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516\",\r\n \"name\": \"hcptjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"name\": \"MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tjuliayiebld44169516\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995-eastus\",\r\n \"name\": \"hcptchamakaebld44171995-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44171995\",\r\n \"name\": \"sqltchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995\",\r\n \"name\": \"hcptchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"shmalfatebld44167515\",\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/vhd-test-1625253933\",\r\n \"name\": \"vhd-test-1625253933\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"source\": \"AgentBaker\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44107243-nnPeJ\",\r\n \"name\": \"e2erg-toncheebld44107243-nnPeJ\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44109962-CnPeG\",\r\n \"name\": \"e2erg-toncheebld44109962-CnPeG\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/asilverman-provision-test\",\r\n \"name\": \"asilverman-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"name\": \"MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625425583\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917-westus\",\r\n \"name\": \"hcpyunrugeebld44138917-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld44138917\",\r\n \"name\": \"sqlyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917\",\r\n \"name\": \"hcpyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099-westus\",\r\n \"name\": \"hcpmirsikebld44142099-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmirsikebld44142099\",\r\n \"name\": \"sqlmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099\",\r\n \"name\": \"hcpmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624928888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_niqi-test-capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitch\",\r\n \"name\": \"haitch\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tosi1\",\r\n \"name\": \"tosi1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"name\": \"e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625472459\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625212001\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-tmp\",\r\n \"name\": \"lima-tmp\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44072710\",\r\n \"name\": \"yizhangebld44072710\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAU\",\r\n \"name\": \"DefaultResourceGroup-EAU\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625335599\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44096015\",\r\n \"name\": \"yizhangebld44096015\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44096015\",\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44099246\",\r\n \"name\": \"yizhangebld44099246\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-9744?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTk3NDQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3621?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM2MjE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2e6c210c-74ae-43ab-80a7-c69e49cbd582" + "a8016460-2118-4cae-bbca-9179dafd158d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:27:53 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "c4db38c3-57fc-4799-bf97-15f4e9664270" + "ce84adac-7676-4e81-872a-8cd9b5d826ec" ], "x-ms-correlation-request-id": [ - "c4db38c3-57fc-4799-bf97-15f4e9664270" + "ce84adac-7676-4e81-872a-8cd9b5d826ec" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083226Z:c4db38c3-57fc-4799-bf97-15f4e9664270" + "WESTUS2:20210702T192754Z:ce84adac-7676-4e81-872a-8cd9b5d826ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,9 +113,6 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:32:26 GMT" - ], "Content-Length": [ "198" ], @@ -123,52 +123,58 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-9744\",\r\n \"name\": \"aks-dotnet-sdk-RG-9744\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3621\",\r\n \"name\": \"aks-dotnet-sdk-RG-3621\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-9744/providers/Microsoft.ContainerService/managedClusters/azsmnet8933?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTk3NDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0ODkzMz9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3621/providers/Microsoft.ContainerService/managedClusters/azsmnet5584?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM2MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NTU4ND9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\",\r\n \"secret\": \"cef93fc9-1fae-44d4-bb47-9da8f28af538\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\",\r\n \"secret\": \"XFP5t_5wcL48VA00GY7OunpsVlcTR228Co\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bf959d57-f4d6-4a6c-becc-ac95f68b2ced" + "884a0cfa-7b14-410c-928c-2c0b00ce2958" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "412" + "410" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:28:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/c1054ea0-07de-4c48-b0de-652ab0143541?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30" ], "x-ms-correlation-request-id": [ - "643f73a5-f8e5-475c-8b95-6bf93093bb40" + "3683674e-2bbe-4d76-98d1-234376c040ee" ], "x-ms-request-id": [ - "c1054ea0-07de-4c48-b0de-652ab0143541" + "763490c5-bdda-4f4e-8db9-48fc001f7b9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -176,17 +182,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083243Z:643f73a5-f8e5-475c-8b95-6bf93093bb40" - ], - "Date": [ - "Wed, 26 Aug 2020 08:32:43 GMT" + "WESTUS2:20210702T192802Z:3683674e-2bbe-4d76-98d1-234376c040ee" ], "Content-Length": [ - "1592" + "1793" ], "Content-Type": [ "application/json" @@ -195,37 +195,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-9744/providers/Microsoft.ContainerService/managedClusters/azsmnet8933\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet8933\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-cc464a31.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.06\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\"\r\n },\r\n \"addonProfiles\": {\r\n \"KubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-9744_azsmnet8933_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3621/providers/Microsoft.ContainerService/managedClusters/azsmnet5584\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet5584\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-643e5db9.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-643e5db9.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-3621_azsmnet5584_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/c1054ea0-07de-4c48-b0de-652ab0143541?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2MxMDU0ZWEwLTA3ZGUtNGM0OC1iMGRlLTY1MmFiMDE0MzU0MT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:28:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11999" ], "x-ms-correlation-request-id": [ - "4a67a31c-9489-4f00-8175-8315efe647ad" + "1ab04502-b617-400f-b809-7a82dc5165b9" ], "x-ms-request-id": [ - "8496f001-2e0f-4af9-a39a-040896564e64" + "668bfac2-d57a-400b-a53a-a5359741dc03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -233,14 +239,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083314Z:4a67a31c-9489-4f00-8175-8315efe647ad" - ], - "Date": [ - "Wed, 26 Aug 2020 08:33:14 GMT" + "WESTUS2:20210702T192832Z:1ab04502-b617-400f-b809-7a82dc5165b9" ], "Content-Length": [ "126" @@ -252,37 +252,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"a04e05c1-de07-484c-b0de-652ab0143541\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:32:41.7439191Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/c1054ea0-07de-4c48-b0de-652ab0143541?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2MxMDU0ZWEwLTA3ZGUtNGM0OC1iMGRlLTY1MmFiMDE0MzU0MT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:29:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11998" ], "x-ms-correlation-request-id": [ - "b84f6be9-6e49-44f5-ba47-1a0c7fa8248e" + "0a964862-e6a2-478d-84d1-36aef1b79e94" ], "x-ms-request-id": [ - "942b26a7-a6fd-483f-a1b3-4f0dae919e08" + "c0019a49-db5f-40c8-8c18-58589219c15f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -290,14 +296,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083344Z:b84f6be9-6e49-44f5-ba47-1a0c7fa8248e" - ], - "Date": [ - "Wed, 26 Aug 2020 08:33:44 GMT" + "WESTUS2:20210702T192902Z:0a964862-e6a2-478d-84d1-36aef1b79e94" ], "Content-Length": [ "126" @@ -309,37 +309,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"a04e05c1-de07-484c-b0de-652ab0143541\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:32:41.7439191Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/c1054ea0-07de-4c48-b0de-652ab0143541?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2MxMDU0ZWEwLTA3ZGUtNGM0OC1iMGRlLTY1MmFiMDE0MzU0MT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:29:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11997" ], "x-ms-correlation-request-id": [ - "f0cbe157-30c0-4608-95d4-86a59d0b511d" + "1abb1eba-ea3f-4a51-b88c-ed2d26c46e21" ], "x-ms-request-id": [ - "6bebd4c0-5f4b-412a-a374-38d91ba5c876" + "4c53d746-05b2-4e71-89d3-af6bef3f78d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -347,14 +353,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083415Z:f0cbe157-30c0-4608-95d4-86a59d0b511d" - ], - "Date": [ - "Wed, 26 Aug 2020 08:34:14 GMT" + "WESTUS2:20210702T192932Z:1abb1eba-ea3f-4a51-b88c-ed2d26c46e21" ], "Content-Length": [ "126" @@ -366,37 +366,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"a04e05c1-de07-484c-b0de-652ab0143541\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:32:41.7439191Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/c1054ea0-07de-4c48-b0de-652ab0143541?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2MxMDU0ZWEwLTA3ZGUtNGM0OC1iMGRlLTY1MmFiMDE0MzU0MT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:30:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11996" ], "x-ms-correlation-request-id": [ - "82fc5508-85d0-420d-b5d8-417fc778a914" + "10894408-faa1-4aec-9d6d-c9922861325f" ], "x-ms-request-id": [ - "44aa3406-394b-4fa6-a3d5-93d7c697919e" + "916d41e4-f38d-4f82-bc49-e982dbc4318e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -404,14 +410,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083445Z:82fc5508-85d0-420d-b5d8-417fc778a914" - ], - "Date": [ - "Wed, 26 Aug 2020 08:34:45 GMT" + "WESTUS2:20210702T193002Z:10894408-faa1-4aec-9d6d-c9922861325f" ], "Content-Length": [ "126" @@ -423,37 +423,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"a04e05c1-de07-484c-b0de-652ab0143541\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:32:41.7439191Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/c1054ea0-07de-4c48-b0de-652ab0143541?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2MxMDU0ZWEwLTA3ZGUtNGM0OC1iMGRlLTY1MmFiMDE0MzU0MT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:30:31 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11995" ], "x-ms-correlation-request-id": [ - "5b662b82-dd76-4658-a387-f66829362604" + "db7bcfae-60dd-4a26-9962-e4d695e31f5d" ], "x-ms-request-id": [ - "6263736e-d783-4822-81cb-e57667be7c99" + "7bb38704-84e7-4d55-a1e6-f336c69ba4e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -461,14 +467,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083516Z:5b662b82-dd76-4658-a387-f66829362604" - ], - "Date": [ - "Wed, 26 Aug 2020 08:35:15 GMT" + "WESTUS2:20210702T193032Z:db7bcfae-60dd-4a26-9962-e4d695e31f5d" ], "Content-Length": [ "126" @@ -480,37 +480,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"a04e05c1-de07-484c-b0de-652ab0143541\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:32:41.7439191Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/c1054ea0-07de-4c48-b0de-652ab0143541?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2MxMDU0ZWEwLTA3ZGUtNGM0OC1iMGRlLTY1MmFiMDE0MzU0MT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:31:02 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11994" ], "x-ms-correlation-request-id": [ - "363a2767-c18a-433e-bf18-94b32fd21485" + "53708a92-839a-4cf0-b941-8163f76b6b9b" ], "x-ms-request-id": [ - "975eeeaf-4359-4c04-b7c8-96a8baa5833a" + "f4bc7a00-925c-4ecd-abf7-742ddd4a9f85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -518,17 +524,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083546Z:363a2767-c18a-433e-bf18-94b32fd21485" - ], - "Date": [ - "Wed, 26 Aug 2020 08:35:45 GMT" + "WESTUS2:20210702T193102Z:53708a92-839a-4cf0-b941-8163f76b6b9b" ], "Content-Length": [ - "170" + "126" ], "Content-Type": [ "application/json" @@ -537,37 +537,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"a04e05c1-de07-484c-b0de-652ab0143541\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-08-26T08:32:41.7439191Z\",\r\n \"endTime\": \"2020-08-26T08:35:35.4993144Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-9744/providers/Microsoft.ContainerService/managedClusters/azsmnet8933?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTk3NDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0ODkzMz9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:31:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11993" ], "x-ms-correlation-request-id": [ - "fb7f5f4f-f8e0-4bea-9c2d-b88eb3244dfe" + "040d8f32-fcd4-4b0e-8a0f-b78d24732983" ], "x-ms-request-id": [ - "3e309605-2ed8-43db-a5a3-4f4fb1698d6c" + "71dbe564-6488-4a93-8ab2-c3ae04d65b6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -575,17 +581,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083547Z:fb7f5f4f-f8e0-4bea-9c2d-b88eb3244dfe" - ], - "Date": [ - "Wed, 26 Aug 2020 08:35:46 GMT" + "WESTUS2:20210702T193132Z:040d8f32-fcd4-4b0e-8a0f-b78d24732983" ], "Content-Length": [ - "1860" + "170" ], "Content-Type": [ "application/json" @@ -594,46 +594,46 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-9744/providers/Microsoft.ContainerService/managedClusters/azsmnet8933\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet8933\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-cc464a31.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.06\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\"\r\n },\r\n \"addonProfiles\": {\r\n \"KubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-9744_azsmnet8933_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-9744_azsmnet8933_westus2/providers/Microsoft.Network/publicIPAddresses/d61c8cde-8130-4254-ac5b-61a45c412a26\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\",\r\n \"endTime\": \"2021-07-02T19:31:19.0593918Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-9744/providers/Microsoft.ContainerService/managedClusters/azsmnet8933/listClusterAdminCredential?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTk3NDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0ODkzMy9saXN0Q2x1c3RlckFkbWluQ3JlZGVudGlhbD9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3621/providers/Microsoft.ContainerService/managedClusters/azsmnet5584?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM2MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NTU4ND9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "acee56a5-efd0-4eda-9d13-2151011d0ea0" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:31:32 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083547Z:07bc7a74-950a-487f-b73f-4c6767ca6351" + "WESTUS2:20210702T193133Z:968d9c18-c2ad-4cb1-a57e-258633c14293" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "x-ms-correlation-request-id": [ - "07bc7a74-950a-487f-b73f-4c6767ca6351" + "968d9c18-c2ad-4cb1-a57e-258633c14293" ], "x-ms-request-id": [ - "bfaf0f63-ec13-4dff-9268-897ae93328dc" + "96351f45-f8d0-45e9-8d53-983fbc85022c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -641,14 +641,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], - "Date": [ - "Wed, 26 Aug 2020 08:35:46 GMT" - ], "Content-Length": [ - "12897" + "2061" ], "Content-Type": [ "application/json" @@ -657,46 +651,52 @@ "-1" ] }, - "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterAdmin\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNWFrTkRRWEpMWjBGM1NVSkJaMGxTUVZCTlRtbHNhM1JKUzAxaFRGbGhiM2d5Y1U5cGFXZDNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BCZDA5RVNUSk5SR2Q1VFdwVmVGZG9aMUJOYWtFeFRVUkJORTFxV1hkUFJFMTVUbFJHWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNuYzRTVTFWWmxOeE1YUjNWREp3WTNoaFV6ZG5PWFpaY0ZGWWJGRkJVbkZEUmpSUVJHbGxjVzlsYW5kaVVXdEdSbU4zV1hGdVowUmxMM2hSTTBOdFpsY0tkemhQUzJoUVR5OUJjRTlrY1RCdlVEUkhNR3hzUTJwalowMUNURWhCVlhCRlNFbHZPRGx2VDJ4VGNFa3ljR0ZZVlRSbGNFZ3JPVWxvTkZKVmIzcEtaUXBOVmsxUk4wRTNaR3g0UlZBeFFubFBWRzQxZUZaaFJXWXdSbWgzYkdwcU9HOXRiVVEwTWxWb1MxRlhiMGx3VWxkSU5XRnZRelpoTW10cmRFRTRXakJqQ25oa1RYVnhOV2t4THpsc1FtZ3hWMXBUY0dWRWNHa3djVGd4VmtkWmNWQkxhbm92T1ZGelYxaFVTelJ2Wm1wTk5tNURlSEJPUTNwMVZpdG5ORXgzU25nS00wRTNSbW9yYmsxNVZuZEVaR05vV1hCaVFsZHdRbVV3UkdWM2VVeFFTR2xTT1dWUVlVSkpaVUpYVEM5cVJGbGxhbVZ1ZEV3eVlqTkdhRFZ1YTB4WVNRcHZiWGRtZGxaUVdqTkZjMUY2Y2pCQ1NFOVVZMjV4VHpsS2N6QkxUR2gwWVU5YVpIaGlZa05vYzJFMmNUaEdkbkpsTlZWVFMzSnNjM2d4VlZsTE1VUlpDbGRuYkVaeUwyUlhPSE42TjIxSmVFcG1ka2czTWtWV2RtVkNkR3gwYkZWbGNubFBiQ3M1WXk5aFJGSlhlRGxUVTIxVlJYVmhlVTFrYm5FdlRWVXlNbVlLWkdzclkzVlJjbVVyZDAxd2NsZG9TbWR5T1RSNFNWbDJZMmRtYUhCcE1XVmtOR1F2Y1ZRclkydExXV3huVGpjNFUyMXdORVYyU2xjMmVsa3lNVU5xZGdvek1qWkllaTl1UkZWWk1IaExTRkpZU1ZSWWNHVjVURlZyZVZRME1uWk5lbVJFU0RWUlZscHhjWFI1VmtWSlFWSlpUMGt3Y0hWYVJsVlhVelpMY1RkaUNtNXFkekY1T1RScFJrTjZPWGh2Tm5kTFZDdGhhMDFOT1N0eWQwRjJWMmRvZUhCVWJtbEdXRlJMY20xb1ZpdDNMemRpVVVJdmVISldSWHBpU0ZWc05HOEtiVnB0T0d0U1pXTlJaVTFGZVU0eVZERXdVV2h1U0U5NFprdHlkV0UzV20xM09TOU5aVEV3YmpKM09FTkJkMFZCUVdGTmFrMURSWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSkJSVGhZQ2poTWNVcHlUV3RwUms5cVZqWkZXR3RXVjNOb1MxSnFSWGRqTUVaVFREZGxRVUZhU1Zkc1prZHBSRU5aTkVnMVZsTkRhSGN5TVVobVJUaE1lRWRqVjBRS1MwTllRMk42YlRNdk1HWmpSRmRMUTBGRmJ6SmtWa1JNYTI5eVZDczRWR1JCZEVFcmJpODJlREZWZW1JdmQzVnVRVXA1VUU5cGJ6aG9PRzEzTVZSWEx3cHhOMHRxUmtWQlFrWk9XV05PTW5SNU9FTm5aM1pZWmpOT2IxbGljVmxIYzBKVWIwZEhNbEZuY1ZZME0zbzFWMjFuTkVOaWJVMHdhVk5CUTIxNlpTOVZDbnBpY201dVJHMVNOM04yU1ZocU1HWnFNemN4Y1hBdmRDdFJVazlZUmtOYVJYTjFVRkZzY1ZoTlkzTjZaRTVCZEd4bmRFbEtjVzFHVlU5MWVuWkpSbmNLYmxKeVdpczRiV1JtUzBJeFRsVlpPWEk1ZVZCblVqZFZUMGhMTTNCclExbGhiblpOVjNKb1pVVmhZa1JRTW5wb1lWSkxUV2xwVERkWGRuWnBhVWh5VlFvdk1XSnBiRVpPWkVaUlpDOTNObklyYjJzNGJGZE1URWNyYzNRd1VHcEdlVmRJTUhGaEwweFFVamxaZUVGUWIyTjBkMDVCZWt0UU1HdHFaa1pGYUROckNqYzJRazlrVTBSblJtaHFZbHBoVW5oNFJXWnhRMHh2Y25kRVptUk5PV1pHVWpkVVFtaGhlRUoxV1dvNFVURm1hR1pOUzBscFdXSk9XSEpvUXpONFprUUtaM3BvYVVZM01tNUVkREpxYjJSbE9HeHlWM0JQZVU1dlFuQmljMWhDV1dzek5HWldhR05SWmxReFVHRTJlVTB6ZVhaQldHNXpSR1JEY25oSVdsUnlaQXBWU0V4c1pEVjJZbHBPTXpOME1HSnVkazlzY3paMVJGZGxiVmR4WXpodk5FUlJTRlZuUTJOWlN6RkxhV1l6YjJsbVZsazJUMFZaZFVob1prVXZRVzVaQ25ZMUwzWlhaeXRTZFVkb1prWTJMMkY1VFRCcFRGbFdRMEUxUjFwRVVYTlphV05PUWtOTmNuVlJlVVpvY3psUWVGRnJlRGRMU1dsMWNESjZaR1F2YVhFS1FqWlZjbE5HYlVGVlVYcEtaR0l4U3psc1NuTmpiako1TTNwV2VFOWtXWGhpUTFCWFVrMXJSZ290TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYWtzZG90bmV0c2RrLWNjNDY0YTMxLmhjcC53ZXN0dXMyLmF6bWs4cy5pbzo0NDMKICBuYW1lOiBhenNtbmV0ODkzMwpjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3RlcjogYXpzbW5ldDg5MzMKICAgIHVzZXI6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy05NzQ0X2F6c21uZXQ4OTMzCiAgbmFtZTogYXpzbW5ldDg5MzMKY3VycmVudC1jb250ZXh0OiBhenNtbmV0ODkzMwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy05NzQ0X2F6c21uZXQ4OTMzCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVdlJFTkRRWFZUWjBGM1NVSkJaMGxSVDFoME4zZ3hRbmxCVlRJck9XUjZVWGw0VFV0S2VrRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdWR2R6QjVUVVJCTkUxcVdYZFBSRWw1VGxSR1lVWjNNSGxOYWtFMFRXcFpkMDlFVFhsT1ZFWmhUVVJCZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTVlhkRmQxbEVWbEZSUkVWM2VIUlpXRTR3V2xoS2FtSkhiR3hpYmxGM0NtZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVNd04zTXpLM00zY0VsbE5sUkhkWEZ5V0VveVV6VUtOVFpJVVhGQ2NFSTVlVWR6ZG1aT2VIQXZSMVZvVGswdldGQnVibVI0V1U5WGFIY3pSbWxCTVhKU1NtbHNhWE5SWjIxS1VVNVdlSGN2U1ZoT2RWWTJZUXBRTDBGNVJrUmFkamxGV25GbFp6WTBjVVpwUm5kcldsQnlUbUUzV1ZaMFEwc3dlVVZETWs1RFQxWklaU3RwTm10V2RHaGhhR1pxYm5scmEweFljMVE1Q25CVWNsb3lka0pzVDFWNU5GVjVNMHBaUmxabGJUbHBSa3hvTlVnck9GRjRVa055V2prNVQwaGhOWFU0VFdsalMzTk5iMkZXVW0xbFZqWnNUbEZNTjI4S1RGSkpRM2t4WVZkUWJFTkZhbTB5SzFwUGNHWXhUM2RuTTNod2JqbFhhVFZOZHpSaU5uRkZWbHBJWlhOWU1HTm5ValpQYTJsc1dUSjBWMXAzZEZGcllRcHBTVmRIT1dKRmFXTkJZa1JMTkdWRmRFYzFiMnA1ZWxReE0yVnZhRTVVYUhOcGRsZFFiblpyWjNNMk9DczNOelZTZWxjM01UQjNRVzQ0VjNSb1JqWlhDakJGVjJ0RlVUUnZNSFZVYTB0MFpUQnBiM1ZUYmpaQllsUXZXaXN4UkRkcVRVTkRSVk4xU0VKUk9VVTJlRzlKWVc1c1JYbHJUalF4VEdkbFowcFlkM29LTldsR09WTkhaalZvWlcxbWIyUmhhazlsUTBodVVFYzBiSGRMVW00eVF5dENhWEZLZVU1cGNqSmphaXRuVmpCU00weHdaMnd5YVdsS00yWkdOVEpFVHdwcWEyUlNlSGhyUzI1eGIxSjJXR0ZvTjNScU55dGtOMUppTURGUWFFUjFXVXd5YW5GWFNFZHhjbVEzT1VKVmQxUjRiR3RsTW5OTGJGaGlNbXhoYlZVNUNtVmhlakE0YUVKUlMwSmFRbEpJZVRWMFpsUllTWFpEUlhCRVVtSXhWblozYjJKNk4xRlNTQzlyUXpKcFpsTmxWM2ROV2twRlFqSXlUa0Z2VDBNck9XMEtRa1V2UTB4bWNuSnpabVozYTBkRWFGQlJaV2RRU2tKbVV6TXhNbkZVZW5kck1tWjNWQzgxU1ZreFNrSkdXa2xVT1ZVdmFqaHNWV3RJWTNaa05VTjROd3B6ZDBvMk9HazRVa3BoTWtad1NuWjVNRzlZYzNCM1NVUkJVVUZDYjNwVmQwMTZRVTlDWjA1V1NGRTRRa0ZtT0VWQ1FVMURRbUZCZDBWM1dVUldVakJzQ2tKQmQzZERaMWxKUzNkWlFrSlJWVWhCZDBsM1JFRlpSRlpTTUZSQlVVZ3ZRa0ZKZDBGRVFVNUNaMnR4YUd0cFJ6bDNNRUpCVVhOR1FVRlBRMEZuUlVFS1ptWndhVTkyZEM5MU1WZE1WV0U1YzNOVFpWSTBiWGc0SzJNeWFVTlNSMlEwWTNoYVdEaGpVMlEwTVVJek1ERnVSMHR3YlZwTVRrZ3JiVXBHY25GNWNRcEJjVGh6V1VGVmNFMUhRalZEV0RoQ2RqTk1WMk4xU0hFdlFVRndaa1IwVW1sM09Xd3JWek5tYzFkRldqSmpMMU53YTFndk1FWlRORlZVY1RGb2QwVnRDbEJQYXpKRlZXOU5RMlJDV1U1NFFreEtjM2hhZW1NM1IzVXZiVkZoTTJrdlN5dHJaSEpHYVRrclZ5OW1NVFpIZFV4TGIxSmpjRUZYTUhoTWJXNXJUemtLUkhka1FXRkVNakpUUTBvME9VRldUM2xJZHpoRVlVcFVjeXRRTkdVeE1HTjVjblZFTTAxelJpOW1lRWRoUkdObWRIQk5jV3hXV1hWamNVZE5kV0YyUVFwWVRVcHZTbmxGWWxkM1pVSTJWazVyTldvdlJHeHFRU3RzWVZaSlNWbFNTM1ZrVnpSclRTdDJSVFYwYmxVeWFrbGtWM1JVV0d0MVNpczBNemhOYkhsaUNtdGlPREIzTkU0Mk9VRTRPRUpOTjB0aGEyMVVVMUIxT1c1NlkzRTJObk16YWtGS2VscFlNMlpXYjJoUE9UQjZTMGhrTDJReFZVOXhPRlZGU21obWVXNEtRVFJEYlhoVmVuRklTWFU1YldSSlZuVlpLMEo2UkU0cmJHTTJUREJHY1VGdGQxQTJTMGcyWml0R1JrdFVVR012UnpaRFUwRnNkbWxpZFVwNWVUbGlNUXBXVWtkNVRtdEtkbXAyTm1ReFlVTm1Sa1ppSzBwQ04xTkJLMmhuY204MFZFbzNOamR6Wm5GVlNsaFhaVVZ6SzBjeGVYZG5jbEZ2T1dKaVUxVldjREpDQ204dmVFeFphRTlIS3pCVVVIbFZiVkF4ZEhwNFFYcHBMMVpSYXpCdWJrOHllRkphVlRsVVNsaDRSRzlNVURadU5XUk1UVFFyTlZGQ2JuVjBhUzlxUlZvS2RYcEZSM0IyUWk5WU1DODRjR2t6Y2xGSk1XeGxlbk14VUVOVmNsZ3llVXg2ZVROek4yMHhMMWt6U1M5T2FHRnlZbTVVWmsxdmJuWktla0o0UW5wUVRBcFJZVmxhTW5WcVNHWmFLMVJzYmpaTVV6VnRPRlF4WmxsQ2F6SjVkMVZrU1d0UlMxZHFTMjl0Y1RoalBRb3RMUzB0TFVWT1JDQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENnPT0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxLUzFGSlFrRkJTME5CWjBWQmRFODNUaTl5VHpaVFNIVnJlSEp4Y1RGNVpHdDFaV1ZvTUV0bllWRm1ZMmh5VERONlkyRm1lR3hKVkZSUU1YbzFDalV6WTFkRWJHOWpUbmhaWjA1aE1GTlpjRmx5UlVsS2FWVkVWbU5qVUhsR2VtSnNaVzFxTDNkTmFGRXlZaTlTUjJGdWIwOTFTMmhaYUdOS1IxUTJlbGNLZFRKR1lsRnBkRTFvUVhScVVXcHNVak4yYjNWd1JtSlpWMjlZTkRVNGNFcERNVGRGTDJGVk5qSmtjbmRhVkd4TmRVWk5kSGxYUWxaWWNIWlphRk0wWlFwU0wzWkZUVlZSY1RKbVpsUm9NblZpZGtSSmJrTnlSRXRIYkZWYWJteGxjRlJWUXlzMlF6QlRRWE4wVjJ4cU5WRm9TVFYwZG0xVWNWZzVWSE5KVGpoaENsb3ZWbTkxVkUxUFJ5dHhhRVpYVWpOeVJqbElTVVZsYW5CSmNGZE9jbFp0WTB4VlNrZHZhVVpvZGxkNFNXNUJSM2Q1ZFVob1RGSjFZVWs0Y3pBNVpETUtjVWxVVlRSaVNYSXhhalUzTlVsTVQzWlFkU3NyVldNeGRUbGtUVUZLTDBaeVdWSmxiSFJDUm5CQ1JVOUxUa3hyTlVOeVdIUkpjVXhyY0N0blJ6QXZNZ3BtZEZFck5IcEJaMmhGY21oM1ZWQlNUM05oUTBkd05WSk5jRVJsVGxNMFNHOURWamhOSzFsb1psVm9iaXRaV0hCdU5raFhiM3B1WjJnMWVuaDFTbU5EQ210YU9XZDJaMWx4YVdOcVdYRTVia2t2YjBaa1JXUjVObGxLWkc5dmFXUXplR1ZrWjNwdk5VaFZZMk5hUTNBMmNVVmlNVEp2WlRkWkt5OXVaVEJYT1U0S1ZEUlJOMjFET1c4MmJHaDRjWEV6WlM5UlZrMUZPRnBhU0hSeVEzQldNamx3VjNCc1VGaHRjemxRU1ZGVlEyZFhVVlZTT0hWaVdEQXhlVXgzYUV0Uk1BcFhPVlppT0V0SE9Dc3dSVkl2TlVGMGIyNHdibXh6UkVkVFVrRmtkR3BSUzBSbmRuWmFaMUpRZDJrek5qWTNTRE00U2tKbk5GUXdTRzlFZVZGWU1IUTVDbVJ4YXpnNFNrNXVPRVV2SzFOSFRsTlJVbGRUUlM5V1VEUXZTbFpLUWpOTU0yVlJjMlUzVFVObGRrbDJSVk5YZEdoaFUySTRkRXRHTjB0alEwRjNSVUVLUVZGTFEwRm5SVUZ5Um1wS1pXcFJSRmg1V1VGRFNtdHdVVlJqZVVkSEwxQlZTek5CUkZaUU1rUk9SVWgzZUhwb00zTktSRmsxYTFOS01ucHNXWEJvZEFwU1ppOWhaMHRoZVRJMWQwWjFNekJ1V0hoWWJGUXlPRXh0WWtwWmNtWXZNM05uZUZVMmIwYzJWRnBUYTNwNmNqQjZOekJIVFhORlJqZHZia2hZZUd4V0NtdHVXWGxtTlU5UlRFTkZUMHQwWW1Fd2FXWktkVU50Vms5TVNqSllUa295V1RaNlRYcDFPSE0yUjNVM1RYQmhSREl4U1VOb2NVbDFhMEY2TDJwd2NFd0tXVEJPVW1sRE5URnpNbVp0YW5GV2JXSnVlbVp2Vm1kS1YybEJlR1ZaU0hSS1UwcERRVmN5YzFSM2FFa3JNVXQyWlhObFkyZGFaR3BXVDBkTlpIUldkUXBRUTA1alpUYzRkWGs1UVdGT1YwcHZUemhVVjJGT2FWVnJkMjEyWlZWdVVWQTBWbko2VFhvdlpFRjJWREZDU0ROR1luaEZWRU53ZW5aa0swSXhUbVJsQ2sxSU9XMXFialJZY0dsaU4yWkJTbUkyWld0cllWaG1TREpuWnpjdlJIUkViR3QwYjFWM01reDRhM2xDZUdGdVkxZzRVVU5FTjJkNmJrZHBSak5RV2xVS1FtaHpTRkkwTkc1elprOWhXbFp5UkdSV2JHbGFTWEZxVjFWQlRrbHpOMXA2WTFrNWJEVkdkRUppTnpaUVFtSklPR1JGUkdSMlppOUZZMEprWTNKTmF3cHdaVkZuYzIxeWIwOTRRa1pTVFRsRVkxRTBVbFpLT1dwMFZrRjBkRGw2VDFOVFNtc3liM1JQWnpodEszWnVMMlJNYkc1WWRYbG5VREJ5YlZoMk4yRm1DakZzU2tsNWVtc3plVmw2S3pGeVpESTVjRFpqVldjelEyWnJXVXhsTjFKWVp6Rk9NVmgxUmpSMWFFOVdPVWQ1ZUdsS1IwUnlSVGt6UlhveGNubHFURVVLVURrckswTlhOWGd3VDJKM1QyMVVVVWxtUjNObmVsbDBNSEEzUkdFMU4xcE1TSFp2Wm5oT1JXaFZSSEV6UVhFNFYybENOQ3M0YzFJMlp6VXpkM2MzWXdwNldtTk5ZVEZ5TWt4WFRFdEZOVVozU3l0WWMyZEtRWFZzSzFrd05WbDBlVFZGUm5GVmRqaFFWM2t6U0hWNk1rNHJNbXREWjJkRlFrRk5XR2xYYUhWaUNrTTFMM0IzUkdscmRITkZkR292TjNrMVJHdExaR2x6WnpWVGFuWkZSSFZRTUhFM1QwUmFTWHBUTkRWcmRFVnViQ3NyZVhadVNrcGtjekl6WWtScVlrc0tURVZHU0RsMVREVmhkbGxxYVU5aGRrdG9jV053UkVOek1sTkdOa2hsUzFCeFFWTmxXazk2WkdSbE1HRmFObEJ5T1VFck5ubERkVXQ0UW05cFJHVnZaZ3BWY1hFelRTdFZPRE5STW1wNU9HRTBPREoyVVd4RmRWbzBTemx5U205clZsWTVXVnB4UW5JME4zSlNiRlYxY0VscVVreHRabEZOY0VWd1J6SmpRMDFKQ25WRFJtNW9ibUZ2U205REszVnlUVWQ2U0RJNVlXbFFhalJ0V1VGWVkycEtNelp2WjNKNWFWZG5VR3BvUzBsR1JWbEpSR1JDVUdORE9UVlhRbHBPTkc4S1pFZEhWbUZxY1ZOQ1lWRTJZMjVPVWxreUwyTkJOR3N6V0VOMlowNURkSGsxYWxKcWIzQlhWbWhUWW1WMlVXMVJjVEZ0ZDFKRWRDOTFUR2g2VmtJM1RBcEdaRlZMV0hCQmQwcFdVRVZXYWsxRFoyZEZRa0ZQYjFJdlVYUmtjVU5oWkVocU5uUjFhUzlFYUN0M1dWUjJWMHhYVGxkdmNVcFNSSFJzSzJSMFJHRTBDbm92Y2xoclVGZE9ZVmhKYW5kNFZYQnFOR2g1WjNReFptNVVPV3RYT1dOV2NrbFRkWEJhWkhscmExcHBiVGhKWm5KSWVVaHVhSGczY1dscFpDOHhkeThLWXpseVdHdFJOemx3VkRsM2RHZDFXazl5YVdNelVWUlhWa1ZwTkU4M2IyWnBNV0kzY0ZOMEwzWlhRM0JwVWtGQmRqZHVkR1V4VEU1aGNrMUpTekZJUkFvMGNGQTBRVWhuYlZGS00yeFFaVUY0WW1GdVZVdFJiSFl3TVhJMFlWVXhiU3QxVUZCbE1XVTNXVGhvVTBwd2FXdE1iRGRsTmt4cFkzVkllR3BGWm1SbENrRldjMncwV1VRMVV6Y3hORVJ0YlRsS1IxQTViamx0ZDI0NGQzUjJUV00zVWtGbmJHeGxabGR3ZG10MlJHbFhlRXg0Vms1c2JVUm9SMmRIWmxGcFlVZ0tRU3MzWnpCd05UWTRSemhaWVRnMFJIZG5XVmRoTWxOR2JFOVlZbkp3ZFhaT2EzZFpRWFF5YUdzM01FTm5aMFZCVkUxNVZHZHBSa1JsY2xoRGRETnJaQXAzU1RKS1ZrUTBObGQyVkROa1ltVlliVXhLYm1veVdUZE5NRXRtVHpjeVUzUnNibHBMZEVWTFdFRnhkamR3U2xaSUt6WnFZbkJ2TmxsTUsyOVVkVVJWQ2twWFJWaE5ZMmxNZHpkYVJtUjFjWFZtYmt0b2FFcDFVMkoyUWpKYVVVNTVWVU52ZFZSUk1ETk9TaXRsVEd3dk1YbGtjWEp2WkVNd1UySk5LMlprY1VrS1VrWkljM1JXZURCb1RWSXpkVmgxYjBkM2VYWTRVVmxMYUM5d0wwcHlRekJISzJ0NlN5dEJjV1ZGY0dndlJXTkdaMDh6V1ZOYVEwcDJaRlZ4T1RSUk9RcEtWSGhuZDNwcFFsSnpLM0pyVUVKU2JuQnlTSGw2VTIxRVMxbFJkRTlVYzJWNWMxQnBSbEJqVkVWaU4wNVZOaXRtYUZOM04wSlBlRlF5YjI5NE1FTkRDakZuUld4RFEwcDJVVU4xV1ZvM2JraHRVRTk2TmpaVU1VOVRTSFZMVEZoV04yOWpSbmRPSzFnd1VVRTNRM2RvTDNwWU5XUkRTRXA2VERkTFRtcDBTbEVLZFd4cU5YaDNTME5CVVVWQk0xbEtVV1ZoVlZWTlFtRlpVRXhEYW1SbVoxRmtWR3MzTXpselZFbHVPRTV4WlVjMloxSnVOVXBoUVZsRmExcFhRa1Z5YVFvNGQxVnpOVXRaUlVWNGFISkNOWGR2WWpSc1JqaElSM1ZhV2toNFYzcFZkR2RFV25CUFNHaEpMekJDU1ZCTFVUZEVNVEJXTHk5S09HSlRiRGRQVkdsSkNsaFdWVWx6YTJzM04wOUdiSFFyU1hOMVVGUkJZMUUzVWtOdGRubHFkM1V2TlNzMFNYRTBRa280UjFoNFVYaGljVlp4Y25kak9YaDNWelU1YVhOc1JtY0tOMUYxTkZaeFdIZEtZblZHWVd0NlRrMHhXRXROVm0welRFVmtOV0pxYTBRMFRuSTVZelExVERRM1VVaG5SVEoyZFU5aU5GcGhVWE51Um14dk5HMXJTZ3BoUkVKd1ZURXJVRkpMUlV3eVZFeDNlRzlUZVVaamFtTlNUMnh6ZURReU0xUnFSbVJ5WjFoVWFrNUdlamhvUzFWVVpIbHpLMVpFYTFFdlpUSXlaM1F4Q2pWWGVYa3JTemxPZFdZd1ZtWklaRGw0Vm1vd1JVcHFjbEpYSzJwd2NVZ3hPRkZMUTBGUlFWQTBlVkJaVm1JNWNHNUpWbTVMVVVkTVVVczNWa1poU2xRS1ozQkNTVWxrUzBSYVNGbFBLMmM1TnpWRlIyaFVZVk53YjJaTWNuaERVWEJLU1M5eVRuUm1iVE5wV25NMFRHSlBlVlpLUW5OdWVrTlFSMVZ6YzNsNU5RcHBPRFp4Tm5FeE5HbHhNMDg1TUcxbWJEQndRMEk0VFhoQ2RHaFpPRXAyYkVOSkwxTlhVbEF5VkdNd2JWZ3ZRbWRJYzNZdmNUTXpaMUZQYzIxQ1FVZ3lDbkYxUTJKaFpraElNREpYVGtGMFlsQTVlbk1yUkdSalFuQjJTRnAwWmxCTFdsbHRRMUEwUkU5ckswSktabE13TkhGMlNIVTFkbmw2WXl0NVV6bDJUSGdLY3pSS01GQjZWemQ2V0RKdE5WQmxaelY2VEdKME1XTlphbWhXYkZKVlNWQm5ORUZDYkhWd1JFaE5WRUZRZEhBMVQwdDVlWEpJVldoQmVYWkdialJqYUFvM2JIbHllRU5OUWtjdlMwSkVSekZxUW5OMlJYaHJMMEpNY3pkdFpESXpha2xhZUM5WFdrMXFTM3A1Ums1TlNsbDRNVGRGU1dKUE5YQnhVMndLTFMwdExTMUZUa1FnVWxOQklGQlNTVlpCVkVVZ1MwVlpMUzB0TFMwSwogICAgdG9rZW46IGNkZDEzZDliNDc4MmI0ZjQyN2M4ZGM0M2Y4ZGNmOTE0MzY0NDg1NjYxNTRmMTUzNTM2ODg2OWIxMzEzY2FjMTc1ZTQwYTQyZmQxZDE1ZjQ4YTlmNTBjNzA4MGI3YTUxOTcyZmRkNjVmNzA0M2UzYzZkYmViODgyZWQ4YmUwZGY5Cg==\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3621/providers/Microsoft.ContainerService/managedClusters/azsmnet5584\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet5584\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-643e5db9.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-643e5db9.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-3621_azsmnet5584_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-3621_azsmnet5584_westus2/providers/Microsoft.Network/publicIPAddresses/9028e48f-dba1-4b44-a216-005a6ad2d07f\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-9744/providers/Microsoft.ContainerService/managedClusters/azsmnet8933/listClusterUserCredential?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTk3NDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0ODkzMy9saXN0Q2x1c3RlclVzZXJDcmVkZW50aWFsP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3621/providers/Microsoft.ContainerService/managedClusters/azsmnet5584/listClusterAdminCredential?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM2MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NTU4NC9saXN0Q2x1c3RlckFkbWluQ3JlZGVudGlhbD9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f5d7fc0-baf2-472f-8c4c-bacd2d49cd6c" + "1d409aa3-3b7a-4e85-aa8b-f982db9a21a9" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:31:33 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083547Z:f4b99ccd-49e7-43ef-91f8-0420a647ccae" + "WESTUS2:20210702T193133Z:506b8f2c-cb7e-4796-b884-84dab73156d4" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "f4b99ccd-49e7-43ef-91f8-0420a647ccae" + "506b8f2c-cb7e-4796-b884-84dab73156d4" ], "x-ms-request-id": [ - "97579ee3-af32-4da5-bd21-54c6824ac69b" + "cf00b7b1-fd41-40da-9c91-f1238c6d4d12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -704,14 +704,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], - "Date": [ - "Wed, 26 Aug 2020 08:35:46 GMT" - ], "Content-Length": [ - "12892" + "13057" ], "Content-Type": [ "application/json" @@ -720,622 +714,52 @@ "-1" ] }, - "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterUser\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNWFrTkRRWEpMWjBGM1NVSkJaMGxTUVZCTlRtbHNhM1JKUzAxaFRGbGhiM2d5Y1U5cGFXZDNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BCZDA5RVNUSk5SR2Q1VFdwVmVGZG9aMUJOYWtFeFRVUkJORTFxV1hkUFJFMTVUbFJHWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNuYzRTVTFWWmxOeE1YUjNWREp3WTNoaFV6ZG5PWFpaY0ZGWWJGRkJVbkZEUmpSUVJHbGxjVzlsYW5kaVVXdEdSbU4zV1hGdVowUmxMM2hSTTBOdFpsY0tkemhQUzJoUVR5OUJjRTlrY1RCdlVEUkhNR3hzUTJwalowMUNURWhCVlhCRlNFbHZPRGx2VDJ4VGNFa3ljR0ZZVlRSbGNFZ3JPVWxvTkZKVmIzcEtaUXBOVmsxUk4wRTNaR3g0UlZBeFFubFBWRzQxZUZaaFJXWXdSbWgzYkdwcU9HOXRiVVEwTWxWb1MxRlhiMGx3VWxkSU5XRnZRelpoTW10cmRFRTRXakJqQ25oa1RYVnhOV2t4THpsc1FtZ3hWMXBUY0dWRWNHa3djVGd4VmtkWmNWQkxhbm92T1ZGelYxaFVTelJ2Wm1wTk5tNURlSEJPUTNwMVZpdG5ORXgzU25nS00wRTNSbW9yYmsxNVZuZEVaR05vV1hCaVFsZHdRbVV3UkdWM2VVeFFTR2xTT1dWUVlVSkpaVUpYVEM5cVJGbGxhbVZ1ZEV3eVlqTkdhRFZ1YTB4WVNRcHZiWGRtZGxaUVdqTkZjMUY2Y2pCQ1NFOVVZMjV4VHpsS2N6QkxUR2gwWVU5YVpIaGlZa05vYzJFMmNUaEdkbkpsTlZWVFMzSnNjM2d4VlZsTE1VUlpDbGRuYkVaeUwyUlhPSE42TjIxSmVFcG1ka2czTWtWV2RtVkNkR3gwYkZWbGNubFBiQ3M1WXk5aFJGSlhlRGxUVTIxVlJYVmhlVTFrYm5FdlRWVXlNbVlLWkdzclkzVlJjbVVyZDAxd2NsZG9TbWR5T1RSNFNWbDJZMmRtYUhCcE1XVmtOR1F2Y1ZRclkydExXV3huVGpjNFUyMXdORVYyU2xjMmVsa3lNVU5xZGdvek1qWkllaTl1UkZWWk1IaExTRkpZU1ZSWWNHVjVURlZyZVZRME1uWk5lbVJFU0RWUlZscHhjWFI1VmtWSlFWSlpUMGt3Y0hWYVJsVlhVelpMY1RkaUNtNXFkekY1T1RScFJrTjZPWGh2Tm5kTFZDdGhhMDFOT1N0eWQwRjJWMmRvZUhCVWJtbEdXRlJMY20xb1ZpdDNMemRpVVVJdmVISldSWHBpU0ZWc05HOEtiVnB0T0d0U1pXTlJaVTFGZVU0eVZERXdVV2h1U0U5NFprdHlkV0UzV20xM09TOU5aVEV3YmpKM09FTkJkMFZCUVdGTmFrMURSWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSkJSVGhZQ2poTWNVcHlUV3RwUms5cVZqWkZXR3RXVjNOb1MxSnFSWGRqTUVaVFREZGxRVUZhU1Zkc1prZHBSRU5aTkVnMVZsTkRhSGN5TVVobVJUaE1lRWRqVjBRS1MwTllRMk42YlRNdk1HWmpSRmRMUTBGRmJ6SmtWa1JNYTI5eVZDczRWR1JCZEVFcmJpODJlREZWZW1JdmQzVnVRVXA1VUU5cGJ6aG9PRzEzTVZSWEx3cHhOMHRxUmtWQlFrWk9XV05PTW5SNU9FTm5aM1pZWmpOT2IxbGljVmxIYzBKVWIwZEhNbEZuY1ZZME0zbzFWMjFuTkVOaWJVMHdhVk5CUTIxNlpTOVZDbnBpY201dVJHMVNOM04yU1ZocU1HWnFNemN4Y1hBdmRDdFJVazlZUmtOYVJYTjFVRkZzY1ZoTlkzTjZaRTVCZEd4bmRFbEtjVzFHVlU5MWVuWkpSbmNLYmxKeVdpczRiV1JtUzBJeFRsVlpPWEk1ZVZCblVqZFZUMGhMTTNCclExbGhiblpOVjNKb1pVVmhZa1JRTW5wb1lWSkxUV2xwVERkWGRuWnBhVWh5VlFvdk1XSnBiRVpPWkVaUlpDOTNObklyYjJzNGJGZE1URWNyYzNRd1VHcEdlVmRJTUhGaEwweFFVamxaZUVGUWIyTjBkMDVCZWt0UU1HdHFaa1pGYUROckNqYzJRazlrVTBSblJtaHFZbHBoVW5oNFJXWnhRMHh2Y25kRVptUk5PV1pHVWpkVVFtaGhlRUoxV1dvNFVURm1hR1pOUzBscFdXSk9XSEpvUXpONFprUUtaM3BvYVVZM01tNUVkREpxYjJSbE9HeHlWM0JQZVU1dlFuQmljMWhDV1dzek5HWldhR05SWmxReFVHRTJlVTB6ZVhaQldHNXpSR1JEY25oSVdsUnlaQXBWU0V4c1pEVjJZbHBPTXpOME1HSnVkazlzY3paMVJGZGxiVmR4WXpodk5FUlJTRlZuUTJOWlN6RkxhV1l6YjJsbVZsazJUMFZaZFVob1prVXZRVzVaQ25ZMUwzWlhaeXRTZFVkb1prWTJMMkY1VFRCcFRGbFdRMEUxUjFwRVVYTlphV05PUWtOTmNuVlJlVVpvY3psUWVGRnJlRGRMU1dsMWNESjZaR1F2YVhFS1FqWlZjbE5HYlVGVlVYcEtaR0l4U3psc1NuTmpiako1TTNwV2VFOWtXWGhpUTFCWFVrMXJSZ290TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYWtzZG90bmV0c2RrLWNjNDY0YTMxLmhjcC53ZXN0dXMyLmF6bWs4cy5pbzo0NDMKICBuYW1lOiBhenNtbmV0ODkzMwpjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3RlcjogYXpzbW5ldDg5MzMKICAgIHVzZXI6IGNsdXN0ZXJVc2VyX2Frcy1kb3RuZXQtc2RrLVJHLTk3NDRfYXpzbW5ldDg5MzMKICBuYW1lOiBhenNtbmV0ODkzMwpjdXJyZW50LWNvbnRleHQ6IGF6c21uZXQ4OTMzCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogY2x1c3RlclVzZXJfYWtzLWRvdG5ldC1zZGstUkctOTc0NF9henNtbmV0ODkzMwogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVVXZSRU5EUVhWVFowRjNTVUpCWjBsUlQxaDBOM2d4UW5sQlZUSXJPV1I2VVhsNFRVdEtla0ZPUW1kcmNXaHJhVWM1ZHpCQ1FWRnpSa0ZFUVU0S1RWRnpkME5SV1VSV1VWRkVSWGRLYWxsVVFXVkdkekI1VFVSQk5FMXFXWGRQUkVsNVRsUkdZVVozTUhsTmFrRTBUV3BaZDA5RVRYbE9WRVpoVFVSQmVBcEdla0ZXUW1kT1ZrSkJiMVJFYms0MVl6TlNiR0pVY0hSWldFNHdXbGhLZWsxU1ZYZEZkMWxFVmxGUlJFVjNlSFJaV0U0d1dsaEthbUpIYkd4aWJsRjNDbWRuU1dsTlFUQkhRMU54UjFOSllqTkVVVVZDUVZGVlFVRTBTVU5FZDBGM1oyZEpTMEZ2U1VOQlVVTXdOM016SzNNM2NFbGxObFJIZFhGeVdFb3lVelVLTlRaSVVYRkNjRUk1ZVVkemRtWk9lSEF2UjFWb1RrMHZXRkJ1Ym1SNFdVOVhhSGN6Um1sQk1YSlNTbWxzYVhOUloyMUtVVTVXZUhjdlNWaE9kVlkyWVFwUUwwRjVSa1JhZGpsRlduRmxaelkwY1VacFJuZHJXbEJ5VG1FM1dWWjBRMHN3ZVVWRE1rNURUMVpJWlN0cE5tdFdkR2hoYUdacWJubHJhMHhZYzFRNUNuQlVjbG95ZGtKc1QxVjVORlY1TTBwWlJsWmxiVGxwUmt4b05VZ3JPRkY0VWtOeVdqazVUMGhoTlhVNFRXbGpTM05OYjJGV1VtMWxWalpzVGxGTU4yOEtURkpKUTNreFlWZFFiRU5GYW0weUsxcFBjR1l4VDNkbk0zaHdiamxYYVRWTmR6UmlObkZGVmxwSVpYTllNR05uVWpaUGEybHNXVEowVjFwM2RGRnJZUXBwU1ZkSE9XSkZhV05CWWtSTE5HVkZkRWMxYjJwNWVsUXhNMlZ2YUU1VWFITnBkbGRRYm5aclozTTJPQ3MzTnpWU2VsYzNNVEIzUVc0NFYzUm9SalpYQ2pCRlYydEZVVFJ2TUhWVWEwdDBaVEJwYjNWVGJqWkJZbFF2V2lzeFJEZHFUVU5EUlZOMVNFSlJPVVUyZUc5SllXNXNSWGxyVGpReFRHZGxaMHBZZDNvS05XbEdPVk5IWmpWb1pXMW1iMlJoYWs5bFEwaHVVRWMwYkhkTFVtNHlReXRDYVhGS2VVNXBjakpqYWl0blZqQlNNMHh3WjJ3eWFXbEtNMlpHTlRKRVR3cHFhMlJTZUhoclMyNXhiMUoyV0dGb04zUnFOeXRrTjFKaU1ERlFhRVIxV1V3eWFuRlhTRWR4Y21RM09VSlZkMVI0Ykd0bE1uTkxiRmhpTW14aGJWVTVDbVZoZWpBNGFFSlJTMEphUWxKSWVUVjBabFJZU1haRFJYQkVVbUl4Vm5aM2IySjZOMUZTU0M5clF6SnBabE5sVjNkTldrcEZRakl5VGtGdlQwTXJPVzBLUWtVdlEweG1jbkp6Wm1aM2EwZEVhRkJSWldkUVNrSm1Vek14TW5GVWVuZHJNbVozVkM4MVNWa3hTa0pHV2tsVU9WVXZhamhzVld0SVkzWmtOVU40TndwemQwbzJPR2s0VWtwaE1rWndTblo1TUc5WWMzQjNTVVJCVVVGQ2IzcFZkMDE2UVU5Q1owNVdTRkU0UWtGbU9FVkNRVTFEUW1GQmQwVjNXVVJXVWpCc0NrSkJkM2REWjFsSlMzZFpRa0pSVlVoQmQwbDNSRUZaUkZaU01GUkJVVWd2UWtGSmQwRkVRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRUtabVp3YVU5MmRDOTFNVmRNVldFNWMzTlRaVkkwYlhnNEsyTXlhVU5TUjJRMFkzaGFXRGhqVTJRME1VSXpNREZ1UjB0d2JWcE1Ua2dyYlVwR2NuRjVjUXBCY1RoeldVRlZjRTFIUWpWRFdEaENkak5NVjJOMVNIRXZRVUZ3WmtSMFVtbDNPV3dyVnpObWMxZEZXakpqTDFOd2ExZ3ZNRVpUTkZWVWNURm9kMFZ0Q2xCUGF6SkZWVzlOUTJSQ1dVNTRRa3hLYzNoYWVtTTNSM1V2YlZGaE0ya3ZTeXRyWkhKR2FUa3JWeTltTVRaSGRVeExiMUpqY0VGWE1IaE1iVzVyVHprS1JIZGtRV0ZFTWpKVFEwbzBPVUZXVDNsSWR6aEVZVXBVY3l0UU5HVXhNR041Y25WRU0wMXpSaTltZUVkaFJHTm1kSEJOY1d4V1dYVmpjVWROZFdGMlFRcFlUVXB2U25sRllsZDNaVUkyVms1ck5Xb3ZSR3hxUVN0c1lWWkpTVmxTUzNWa1Z6UnJUU3QyUlRWMGJsVXlha2xrVjNSVVdHdDFTaXMwTXpoTmJIbGlDbXRpT0RCM05FNDJPVUU0T0VKTk4wdGhhMjFVVTFCMU9XNTZZM0UyTm5NemFrRktlbHBZTTJaV2IyaFBPVEI2UzBoa0wyUXhWVTl4T0ZWRlNtaG1lVzRLUVRSRGJYaFZlbkZJU1hVNWJXUkpWblZaSzBKNlJFNHJiR00yVERCR2NVRnRkMUEyUzBnMlppdEdSa3RVVUdNdlJ6WkRVMEZzZG1saWRVcDVlVGxpTVFwV1VrZDVUbXRLZG1wMk5tUXhZVU5tUmtaaUswcENOMU5CSzJobmNtODBWRW8zTmpkelpuRlZTbGhYWlVWekswY3hlWGRuY2xGdk9XSmlVMVZXY0RKQ0NtOHZlRXhaYUU5SEt6QlVVSGxWYlZBeGRIcDRRWHBwTDFaUmF6QnViazh5ZUZKYVZUbFVTbGg0Ukc5TVVEWnVOV1JNVFRRck5WRkNiblYwYVM5cVJWb0tkWHBGUjNCMlFpOVlNQzg0Y0dremNsRkpNV3hsZW5NeFVFTlZjbGd5ZVV4NmVUTnpOMjB4TDFrelNTOU9hR0Z5WW01VVprMXZiblpLZWtKNFFucFFUQXBSWVZsYU1uVnFTR1phSzFSc2JqWk1VelZ0T0ZReFpsbENheko1ZDFWa1NXdFJTMWRxUzI5dGNUaGpQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1MxRkpRa0ZCUzBOQlowVkJkRTgzVGk5eVR6WlRTSFZyZUhKeGNURjVaR3QxWldWb01FdG5ZVkZtWTJoeVRETjZZMkZtZUd4SlZGUlFNWG8xQ2pVelkxZEViRzlqVG5oWlowNWhNRk5aY0ZseVJVbEthVlZFVm1OalVIbEdlbUpzWlcxcUwzZE5hRkV5WWk5U1IyRnViMDkxUzJoWmFHTktSMVEyZWxjS2RUSkdZbEZwZEUxb1FYUnFVV3BzVWpOMmIzVndSbUpaVjI5WU5EVTRjRXBETVRkRkwyRlZOakprY25kYVZHeE5kVVpOZEhsWFFsWlljSFpaYUZNMFpRcFNMM1pGVFZWUmNUSm1abFJvTW5WaWRrUkpia055UkV0SGJGVmFibXhsY0ZSVlF5czJRekJUUVhOMFYyeHFOVkZvU1RWMGRtMVVjVmc1VkhOSlRqaGhDbG92Vm05MVZFMVBSeXR4YUVaWFVqTnlSamxJU1VWbGFuQkpjRmRPY2xadFkweFZTa2R2YVVab2RsZDRTVzVCUjNkNWRVaG9URkoxWVVrNGN6QTVaRE1LY1VsVVZUUmlTWEl4YWpVM05VbE1UM1pRZFNzclZXTXhkVGxrVFVGS0wwWnlXVkpsYkhSQ1JuQkNSVTlMVGt4ck5VTnlXSFJKY1V4cmNDdG5SekF2TWdwbWRGRXJOSHBCWjJoRmNtaDNWVkJTVDNOaFEwZHdOVkpOY0VSbFRsTTBTRzlEVmpoTksxbG9abFZvYml0WldIQnVOa2hYYjNwdVoyZzFlbmgxU21ORENtdGFPV2QyWjFseGFXTnFXWEU1YmtrdmIwWmtSV1I1TmxsS1pHOXZhV1F6ZUdWa1ozcHZOVWhWWTJOYVEzQTJjVVZpTVRKdlpUZFpLeTl1WlRCWE9VNEtWRFJSTjIxRE9XODJiR2g0Y1hFelpTOVJWazFGT0ZwYVNIUnlRM0JXTWpsd1YzQnNVRmh0Y3psUVNWRlZRMmRYVVZWU09IVmlXREF4ZVV4M2FFdFJNQXBYT1ZaaU9FdEhPQ3N3UlZJdk5VRjBiMjR3Ym14elJFZFRVa0ZrZEdwUlMwUm5kblphWjFKUWQya3pOalkzU0RNNFNrSm5ORlF3U0c5RWVWRllNSFE1Q21SeGF6ZzRTazV1T0VVdksxTkhUbE5SVWxkVFJTOVdVRFF2U2xaS1FqTk1NMlZSYzJVM1RVTmxka2wyUlZOWGRHaGhVMkk0ZEV0R04wdGpRMEYzUlVFS1FWRkxRMEZuUlVGeVJtcEtaV3BSUkZoNVdVRkRTbXR3VVZSamVVZEhMMUJWU3pOQlJGWlFNa1JPUlVoM2VIcG9NM05LUkZrMWExTktNbnBzV1hCb2RBcFNaaTloWjB0aGVUSTFkMFoxTXpCdVdIaFliRlF5T0V4dFlrcFpjbVl2TTNObmVGVTJiMGMyVkZwVGEzcDZjakI2TnpCSFRYTkZSamR2YmtoWWVHeFdDbXR1V1hsbU5VOVJURU5GVDB0MFltRXdhV1pLZFVOdFZrOU1TakpZVGtveVdUWjZUWHAxT0hNMlIzVTNUWEJoUkRJeFNVTm9jVWwxYTBGNkwycHdjRXdLV1RCT1VtbEROVEZ6TW1adGFuRldiV0p1ZW1adlZtZEtWMmxCZUdWWlNIUktVMHBEUVZjeWMxUjNhRWtyTVV0MlpYTmxZMmRhWkdwV1QwZE5aSFJXZFFwUVEwNWpaVGM0ZFhrNVFXRk9WMHB2VHpoVVYyRk9hVlZyZDIxMlpWVnVVVkEwVm5KNlRYb3ZaRUYyVkRGQ1NETkdZbmhGVkVOd2VuWmtLMEl4VG1SbENrMUlPVzFxYmpSWWNHbGlOMlpCU21JMlpXdHJZVmhtU0RKblp6Y3ZSSFJFYkd0MGIxVjNNa3g0YTNsQ2VHRnVZMWc0VVVORU4yZDZia2RwUmpOUVdsVUtRbWh6U0ZJME5HNXpaazloV2xaeVJHUldiR2xhU1hGcVYxVkJUa2x6TjFwNlkxazViRFZHZEVKaU56WlFRbUpJT0dSRlJHUjJaaTlGWTBKa1kzSk5hd3B3WlZGbmMyMXliMDk0UWtaU1RUbEVZMUUwVWxaS09XcDBWa0YwZERsNlQxTlRTbXN5YjNSUFp6aHRLM1p1TDJSTWJHNVlkWGxuVURCeWJWaDJOMkZtQ2pGc1NrbDVlbXN6ZVZsNkt6RnlaREk1Y0RaalZXY3pRMlpyV1V4bE4xSllaekZPTVZoMVJqUjFhRTlXT1VkNWVHbEtSMFJ5UlRrelJYb3hjbmxxVEVVS1VEa3JLME5YTlhnd1QySjNUMjFVVVVsbVIzTm5lbGwwTUhBM1JHRTFOMXBNU0hadlpuaE9SV2hWUkhFelFYRTRWMmxDTkNzNGMxSTJaelV6ZDNjM1l3cDZXbU5OWVRGeU1reFhURXRGTlVaM1N5dFljMmRLUVhWc0sxa3dOVmwwZVRWRlJuRlZkamhRVjNrelNIVjZNazRyTW10RFoyZEZRa0ZOV0dsWGFIVmlDa00xTDNCM1JHbHJkSE5GZEdvdk4zazFSR3RMWkdselp6VlRhblpGUkhWUU1IRTNUMFJhU1hwVE5EVnJkRVZ1YkNzcmVYWnVTa3BrY3pJellrUnFZa3NLVEVWR1NEbDFURFZoZGxscWFVOWhka3RvY1dOd1JFTnpNbE5HTmtobFMxQnhRVk5sV2s5NlpHUmxNR0ZhTmxCeU9VRXJObmxEZFV0NFFtOXBSR1Z2WmdwVmNYRXpUU3RWT0ROUk1tcDVPR0UwT0RKMlVXeEZkVm8wU3pseVNtOXJWbFk1V1ZweFFuSTBOM0pTYkZWMWNFbHFVa3h0WmxGTmNFVndSekpqUTAxSkNuVkRSbTVvYm1GdlNtOURLM1Z5VFVkNlNESTVZV2xRYWpSdFdVRllZMnBLTXpadlozSjVhVmRuVUdwb1MwbEdSVmxKUkdSQ1VHTkRPVFZYUWxwT05HOEtaRWRIVm1GcWNWTkNZVkUyWTI1T1Vsa3lMMk5CTkdzeldFTjJaMDVEZEhrMWFsSnFiM0JYVm1oVFltVjJVVzFSY1RGdGQxSkVkQzkxVEdoNlZrSTNUQXBHWkZWTFdIQkJkMHBXVUVWV2FrMURaMmRGUWtGUGIxSXZVWFJrY1VOaFpFaHFOblIxYVM5RWFDdDNXVlIyVjB4WFRsZHZjVXBTUkhSc0syUjBSR0UwQ25vdmNsaHJVRmRPWVZoSmFuZDRWWEJxTkdoNVozUXhabTVVT1d0WE9XTldja2xUZFhCYVpIbHJhMXBwYlRoSlpuSkllVWh1YUhnM2NXbHBaQzh4ZHk4S1l6bHlXR3RSTnpsd1ZEbDNkR2QxV2s5eWFXTXpVVlJYVmtWcE5FODNiMlpwTVdJM2NGTjBMM1pYUTNCcFVrRkJkamR1ZEdVeFRFNWhjazFKU3pGSVJBbzBjRkEwUVVobmJWRktNMnhRWlVGNFltRnVWVXRSYkhZd01YSTBZVlV4YlN0MVVGQmxNV1UzV1Rob1UwcHdhV3RNYkRkbE5reHBZM1ZJZUdwRlptUmxDa0ZXYzJ3MFdVUTFVemN4TkVSdGJUbEtSMUE1YmpsdGQyNDRkM1IyVFdNM1VrRm5iR3hsWmxkd2RtdDJSR2xYZUV4NFZrNXNiVVJvUjJkSFpsRnBZVWdLUVNzM1p6QndOVFk0UnpoWllUZzBSSGRuV1ZkaE1sTkdiRTlZWW5Kd2RYWk9hM2RaUVhReWFHczNNRU5uWjBWQlZFMTVWR2RwUmtSbGNsaERkRE5yWkFwM1NUSktWa1EwTmxkMlZETmtZbVZZYlV4S2Jtb3lXVGROTUV0bVR6Y3lVM1JzYmxwTGRFVkxXRUZ4ZGpkd1NsWklLelpxWW5Cdk5sbE1LMjlVZFVSVkNrcFhSVmhOWTJsTWR6ZGFSbVIxY1hWbWJrdG9hRXAxVTJKMlFqSmFVVTU1VlVOdmRWUlJNRE5PU2l0bFRHd3ZNWGxrY1hKdlpFTXdVMkpOSzJaa2NVa0tVa1pJYzNSV2VEQm9UVkl6ZFZoMWIwZDNlWFk0VVZsTGFDOXdMMHB5UXpCSEsydDZTeXRCY1dWRmNHZ3ZSV05HWjA4eldWTmFRMHAyWkZWeE9UUlJPUXBLVkhobmQzcHBRbEp6SzNKclVFSlNibkJ5U0hsNlUyMUVTMWxSZEU5VWMyVjVjMUJwUmxCalZFVmlOMDVWTml0bWFGTjNOMEpQZUZReWIyOTRNRU5EQ2pGblJXeERRMHAyVVVOMVdWbzNia2h0VUU5Nk5qWlVNVTlUU0hWTFRGaFdOMjlqUm5kT0sxZ3dVVUUzUTNkb0wzcFlOV1JEU0VwNlREZExUbXAwU2xFS2RXeHFOWGgzUzBOQlVVVkJNMWxLVVdWaFZWVk5RbUZaVUV4RGFtUm1aMUZrVkdzM016bHpWRWx1T0U1eFpVYzJaMUp1TlVwaFFWbEZhMXBYUWtWeWFRbzRkMVZ6TlV0WlJVVjRhSEpDTlhkdllqUnNSamhJUjNWYVdraDRWM3BWZEdkRVduQlBTR2hKTHpCQ1NWQkxVVGRFTVRCV0x5OUtPR0pUYkRkUFZHbEpDbGhXVlVsemEyczNOMDlHYkhRclNYTjFVRlJCWTFFM1VrTnRkbmxxZDNVdk5TczBTWEUwUWtvNFIxaDRVWGhpY1ZaeGNuZGpPWGgzVnpVNWFYTnNSbWNLTjFGMU5GWnhXSGRLWW5WR1lXdDZUazB4V0V0TlZtMHpURVZrTldKcWEwUTBUbkk1WXpRMVREUTNVVWhuUlRKMmRVOWlORnBoVVhOdVJteHZORzFyU2dwaFJFSndWVEVyVUZKTFJVd3lWRXgzZUc5VGVVWmphbU5TVDJ4emVEUXlNMVJxUm1SeVoxaFVhazVHZWpob1MxVlVaSGx6SzFaRWExRXZaVEl5WjNReENqVlhlWGtyU3psT2RXWXdWbVpJWkRsNFZtb3dSVXBxY2xKWEsycHdjVWd4T0ZGTFEwRlJRVkEwZVZCWlZtSTVjRzVKVm01TFVVZE1VVXMzVmtaaFNsUUtaM0JDU1Vsa1MwUmFTRmxQSzJjNU56VkZSMmhVWVZOd2IyWk1jbmhEVVhCS1NTOXlUblJtYlROcFduTTBUR0pQZVZaS1FuTnVla05RUjFWemMzbDVOUXBwT0RaeE5uRXhOR2x4TTA4NU1HMW1iREJ3UTBJNFRYaENkR2haT0VwMmJFTkpMMU5YVWxBeVZHTXdiVmd2UW1kSWMzWXZjVE16WjFGUGMyMUNRVWd5Q25GMVEySmhaa2hJTURKWFRrRjBZbEE1ZW5NclJHUmpRbkIyU0ZwMFpsQkxXbGx0UTFBMFJFOXJLMEpLWmxNd05IRjJTSFUxZG5sNll5dDVVemwyVEhnS2N6UktNRkI2VnpkNldESnROVkJsWnpWNlRHSjBNV05aYW1oV2JGSlZTVkJuTkVGQ2JIVndSRWhOVkVGUWRIQTFUMHQ1ZVhKSVZXaEJlWFpHYmpSamFBbzNiSGx5ZUVOTlFrY3ZTMEpFUnpGcVFuTjJSWGhyTDBKTWN6ZHRaREl6YWtsYWVDOVhXazFxUzNwNVJrNU5TbGw0TVRkRlNXSlBOWEJ4VTJ3S0xTMHRMUzFGVGtRZ1VsTkJJRkJTU1ZaQlZFVWdTMFZaTFMwdExTMEsKICAgIHRva2VuOiBlN2FiODRhYjY0Yjg0NGQ5ZjUyYmE4ZDAzODA3MWI1MzRkMThkYzQxOTRmZGY2MDQ3OWE4NGUyODkzNDNjNjRmNWE5YTdkM2MyOTc3ZGM1ZTZmOTdiYjBmYmJhMmJiMjMxZGYwZjMwMTc2NDVlY2E3M2FiYTM5NjkzYmE4NTIxOQo=\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterAdmin\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlZFTkRRWFJIWjBGM1NVSkJaMGxTUVV4dVFVTjJSMFZHV1VKcVEyTXZRV2c0Wmk5bGQzZDNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BGZDA1NlFYbE5WR3Q0VDBSQk5WZG9aMUJOYWtFeFRWUkJNMDFFU1hoUFZFazBUVVJzWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNqTnpWM1ZzYkROWVpYbzVVVGhzTldkTWVqZDJkV2xWZVRnNE9IQXZVVTVJV0UxaVVrcHRVVTE1WlVwak9UbDJaRk4zT1hCTGVtbFFaR1Z3YjFGblIyTUtjbGd3Y0RoUVdtMUNaR051Y0ZBd1JuRkJja28xT1U5eGIwWjFNRW8xZW5sMmRYbGpUM0o2Wm1KQ1F6VTJVak5vY3pCUU9FUTFWRzExUjI5U2ExTnVNd295VG5KUlQxWkVUbTl6SzFaRFNteGhObVZ1VXpSVFFYcGFZamRoU0doWlVHdEZLMDluVmtacVUyZDZjbVZpVUc1WVQyaDNTMHBRYjBoTmJDOU9hMEZPQ21OWGRXRnRhbTQyWVN0V1RHZGtXRFIwY0Zwc01EQkVRbmR4VVdKc1NWZ3lUbGhTY1daR1duaDFaSGh5UVRaSVJsWTBhMlJPWWtWWVUwZzNaekUwUlZrS04xUkpOakpyTVVwdlJFRlVORTlTU0RkTlowSXJkRVE1WkRONlJFRTJhRUpHZUhGcEx5OTVhbTFXWkRoSmJGcE5lazh4ZURSb2FIaHpUa1ZvVkdWMWVncHVZVTlvYjA1MmNsQXZkR3BTVG5kaGIxQnNlR1JqVkM4NE9HMVVPVmxVVUM5RFJsWmtWM2xGTVdRdk5UTm1OWEowZEM5bmJtdDZjVmtyVWs1SVRWbFlDbVZaTW1KMk1tdFhhWEZOT1RjMGNGTjNhSFIwTkVRMk5HeEhOSEZ3VGtoaGNsQlRhRlp6UkVsVmNtRkpSWFpaTTFndlNURTNNM0JqWnprM1ozTnJialVLT0ZWcmRWZ3pVbmxGWTBVMWJsY3hRV3BTWm05MVNTOVdaR0pFY20xbFlXd3Zka3RHVG5jMU9EUTJaMFZ0TkdGWU5EVjZjalZZVkVGcFFXaHhZM2h0WlFwTFR6VkJZbVZtYVhoUlZXdFFjVzVsTW1GelNpOVNNMmRIUzNwRmRHNXlObGRYTnpVdmVTdHBlRXhhYjI1bFJXOUVkMXB6YWxkcGMzRTRhakpsTnpFdkNqaHVXa3BtVFdwclJHbERTMFZEVTFoaE1YY3pZMFJ1Y1ZSWVZEbEthbFZpZVdWc1dFWXJlVUpqTUVrMWFVcFhhalZLUTFOdVUzWXdXRVZhWkhneVExY0tXVzAwYTIxVGFIcGpMMDkyYmxGblRVbGFURk52WTB4MmNtZFZOREJhVFhoME1uUlVVRGx3VjNCcE1FTkJkMFZCUVdGT1EwMUZRWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRJVVZsRVZsSXdUMEpDV1VWR1IyWnVkR2h0U2tsVE5XZEdaalpwQ2pnMGVUUXZTMDQyV0c4NWJFMUJNRWREVTNGSFUwbGlNMFJSUlVKRGQxVkJRVFJKUTBGUlFsa3dielZEVjBsbVJWTmpTMVpuTm5CRVZUQktkekF2WmtJS01pOTVTVk55ZEVwbFRuUjBNVWx6VkdreFozRmlkRWRWVjFGTWRDOXlOVVJLVDBSQlRVOWhjVFJVVmpCTE1uTm5PVVJLWlhWTlZYZEVaREJJWTB4eVJ3cDZjMFUyVmxWTVkwWlFhV05sZDBOT05GcEtaR0ZsVFhWaU5HMWhZVFJZVUc5NmJVOW5NRU1yTlRaV2QyMXFOVXRhUzBKRmJreDBlVFpYYmtVNVpreEVDa2xqVW5oRFIwUm5URnBxTURVMVpWcHdTeTl0TlhsTlZGWnZSemwwVUZwdFpGbzRSMjFGU2k5c01tSnVZbFZLTkdVNFJHWnVOVVZqVkU5Q1NFZHdWbVlLU3k5MlVtOUdkVlpXU0ZZeWVDdE5kV3gyYm1GUWNtczRkM1U0VWtoVVVqTlRaMXBFYWxabU0zZHFUbU5QVmxkWFNXbHZTRzVQZVhsVGRFbDJVVFp2U1Fwck1rTllZVlJwVm1wU1REWXZLMDVtVjFJdlIzZ3hVMlJMUVU1MFRrTkhWVXRCZVVaUmFtTk1lV1o2VTNZMVZuRmtWR2h5YkRVMFFqRktkVWwxVjJ3MkNrdHJObXBVY0dORVN6bG1VVzB4ZFdWaVJVMVNRM1ZOSzJwRlUxcFNSMnR0UTFGWGRURkJTSHBwYWt3MGNXVTJSbEpETUhSSlRHcFJSbHBUVDJSRlRsQUtVRTQxZGxoTVZYRjBTbEV5TldGaGJsZFBWVFZqU2pSMWFXdElZbGRwV0dab1pHTlljMnBOU0hWMlltTmlTVlZ1UzA0d1VHTlNSVEZXVWs5VVdIaE9kZ3BVVnpKNU5pOWlNRmRuT0hGemFUTndaM0UzTjNvMWFWQnNTVEl3ZEZKNmJqQmljMVZLY25OamNsVmphMmd2U0dzMU5HZERaekJOUTBWcWNEWkxRMmx6Q2xwWEx6Z3ZORzl2YmxGUU5DODFNMlJXZERGWmVXUlNRVXBNVWpsUGNuZ3lSM0JCYW1WYU5DOUxOMVV5U0RGS1oxSkhiWGN5U1hwQlZ6Y3piV2gwVm5rS2RuTm1Ta3hQU1VKYVppOXZjVzFOYkVOWU1tdDNSbmxCVDFvMVVWQnBlV3R0UmtneFJtZG5ObU5sVlRsa09WTnpjelZSTm0xeFdHOXROV1o2VEZSa2VRb3djekZSTVVoelJucG1OREZHTVRRM1owRTlQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYWtzZG90bmV0c2RrLTY0M2U1ZGI5LmhjcC53ZXN0dXMyLmF6bWs4cy5pbzo0NDMKICBuYW1lOiBhenNtbmV0NTU4NApjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3RlcjogYXpzbW5ldDU1ODQKICAgIHVzZXI6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy0zNjIxX2F6c21uZXQ1NTg0CiAgbmFtZTogYXpzbW5ldDU1ODQKY3VycmVudC1jb250ZXh0OiBhenNtbmV0NTU4NApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy0zNjIxX2F6c21uZXQ1NTg0CiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VaSVZFTkRRWGRYWjBGM1NVSkJaMGxSWm5FNFpub3dPV05tSzI5M2MxWkVOWEJLVVV0V2FrRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdWR2R6QjVUVlJCTTAxRVNYaFBWRVUwVFVSc1lVWjNNSGxOZWtFelRVUkplRTlVU1RSTlJHeGhUVVJCZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTVlhkRmQxbEVWbEZSUkVWM2VIUlpXRTR3V2xoS2FtSkhiR3hpYmxGM0NtZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVOMFYwVkRZbm80TWpkdVZYTjVUVkJyZFhWMldXZ0tjVkppZW1GSmFXWmxReXR5UzNoU1VFSnVOMDR2VGpZclEzSlJiMDVYTmtWd1RDdG1ha1F6U25KcWMxazVTRkZDVkV4elVHRnphMkpXWkZaU2NYaDRhQXB0V2xoQ01HdHVjRXhPZVVkdGVWYzJZM1Y0YzA5elZTdG5OV3BSTDBFdlNtY3llVkUwVFVsTFNTdFVjbEF5ZGs5UVlVMWFTMUJDVDBwcVpHbHBibEExQ21SYUwyNUpVMmhJZEhRelZYZHpVRUZMVVZkTGJrZEZjVUozY1hSVE5uWlVXV2RXUm0wNGRHUlFlbFpaUnpZM1JXWm9USEpoVERJNGJFNXZVMkZOU2k4S2NGRjVTMWhMT1cxbVNXNUdURFZRUW5oNFJqUktZVXRoTTFCUVltTnBhUzlrYlZWSlZqZFZkWHBvZVVwd1RURnNkalJ0V2pZeldtcDBkekpsWVZoWWJ3bzFSbnBHYWxOUWNFOUxhRlJvVW1KRldGSkVWMHBaYWxCamVVeFBTelZtUWxZM2RrNUVhMnBvZW5sT1dsSkRLMU5YV25GdGNISjRhMEZCUVV4SVNXcEpDbTQxWlRkVlNVaElOVmh3TkhjeFMzZG1UVWRyTkdSU1MzZEtiWEExU1RoaU5UUTFRVkJNWjJwVVVFOXFVbmx1ZDFvek1VbGFjSE16UmpWRmVHZFBSV2NLYkdoTWRHaEhibXh1VFZVd1FqUTRlSFoxWnpKSFRIRnZRVU5rS3psemVVWXhlVWRCUVZKaGMyZHJlbU52V1N0aFlsZzBOakpYWkRKR01rUnJTMWgzWmdwR1NIRkNNbXhUVmxWSFptUkNPRUV6YlV4Q1IxVmhObXRwWTB4UldUZDNka2xzVG5oUE9ERk5VWEZFZHpsVlluZDBlVXRxVTNKd1NVdzFVVmRhSzNSdUNtNVlla3hWY1RCVWVtUk1ZemRGYjNObVFWYzBhWE5GVERjd2JXWkVSVWRwYzA0dmVuWmlWbFZXUlVsMGIyWllVMGNyWkdVd1NqTkZjVWsxT0hSUE5Xc0tjbXhKTUROaFIyTmFkM2RFUm5ORFZVOW9WMlV5VkVNM1ZXSXJhRGRWYUZSQlNXeGFWMmREUjI0NU1uUnBSamh5WjAxV2FuWkVRWHBOTWpGMFRXbG9UZ3BYY2tSaFVqQmpTWEUyWmpWa1JERTNWakpOZEZCUlNVUkJVVUZDYnpGWmQxWkVRVTlDWjA1V1NGRTRRa0ZtT0VWQ1FVMURRbUZCZDBWM1dVUldVakJzQ2tKQmQzZERaMWxKUzNkWlFrSlJWVWhCZDBsM1JFRlpSRlpTTUZSQlVVZ3ZRa0ZKZDBGRVFXWkNaMDVXU0ZOTlJVZEVRVmRuUWxKdU5UZFpXbWxUUlhVS1dVSllLMjkyVDAxMVVIbHFaV3cyVUZwVVFVNUNaMnR4YUd0cFJ6bDNNRUpCVVhOR1FVRlBRMEZuUlVGc2Jsa3lSMk4zV1dsUGJHRXhVbW80TDNrM1FRcG1SMGd3Y25ORWJUWm5USFYwUzJWRFZXMVFWVE5RZGxOMVVIbDBhM1ZDTDBNeVJYSnFORXhPY2xaQmMwcFRiMnQwVURSb1VYVXpSV3BLYlROb1YxSXlDbWhWUkhBM2VWWnpkVnBRZHpjeVRqVlVkVUYyTmsxb1ExUXlhWEpEZDNGeWVXSnhOell4WlV4ck1EWnBVMmhsSzB0elFVRjVUbmd6TkRoc2VEZEpTbVlLVTJKM1ZXczBOSFpUT1dwek0xWmhjV1JVYjBGS1JXOHZiQ3RwZFUwNGRWTjBPVXBvT1RCUU5sUm9TMVpvVG1sclJFSlpTRmRDU21rMVUwdFRRbXA1TkFwNllUSjVTMlV5Y1hKUlRraHVSV3N3U25WalpWQjNPR0ZWTmtWSmRHNTFRMWxST0Zwb2IxQklhVkVyYjBKSldIWlBNMEl3TjJGR1pGSkRiRlZhZFZWUkNsZzBjamh1VUZWdkwwcFBWeko0YjBKcGEzcFhRamczYVVSTWRIVkVlWE5KV1M5dlZFWndPWFZrZFZSTGVGRmhUSGgwYmxWS1pWRlFZbTFTVFRGcWFFMEtZMnMwYUcwdlExZzVhakZuUlc5emJtUjFOMjFXYVV3ck4ybEJRV1ozWVVsa1NqUlNaMmRTTDJwQ1kwMVZTMVZ0Ym1vNFJEVkdaV0VyT0VrNVMxSjNXUXBKVlhSeFkxUlJWa1pUUVZwbVpWUlVORlpwVWxCM1NrcDZRWGxaWm5STWRqQnlNSGczTUZNd2FEUnBRWFF5WkZZemVYcGtUbUl5ZVV3clJsTkJXVUZEQ25NNE1tcHVRVW8zZURCV1VqRndTakYyWlhKRlltcHFVVmhHVkRKYU1teHNUbVpxYVdVd1ozTlpTbTl5VFVGNE1sUmlieTh6V0dkU1NtNVZabUp2ZEdjS2VYSktkVWQ0ZWk5S1NIZ3ZVVGRyYkd4aWVWRlFVamRWZDBGRk1uUnJTamRvTUdwMGRuUnpTbXRUY0RFNE9XSktTemx5UmxsTWMwaFJlRlZWV1dKRWF3cDZUbk5yVFRkMk5reElkV1F3YTNVMWNrRnVSSFJYUjNGSkszSTBaMmR6VUVGelJURlJhVFV4V25oTGRuWndVbmNyY2pscU1UbGpaMEUxVEVFd1ZtVlVDbGhKVFU1dUsydExkMWwxZWs1MVZucEVObWxaYVZkblBRb3RMUzB0TFVWT1JDQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENnPT0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxLUzBGSlFrRkJTME5CWjBWQmNsWm9RVzA0TDA1MU5URk1UV3BFTlV4eWNqSkpZV3RYT0RKcFNXNHpaM1p4ZVhOVlZIZGFLM3BtZW1WMlozRXdDa3RFVm5Wb1MxTXZialIzT1hsaE5EZEhVRkl3UVZWNU4wUXlja3BITVZoV1ZXRnpZMWxhYlZaM1pFcEtObE42WTJod2MyeDFia3h6WWtSeVJsQnZUMWtLTUZCM1VIbFpUbk5yVDBSRFEybFFhelo2T1hKNmFqSnFSMU5xZDFScFdUTlpiM0I2SzFoWFpqVjVSVzlTTjJKa01VMU1SSGREYTBacGNIaG9TMmRqU3dweVZYVnlNREpKUmxKYWRreFlWRGd4VjBKMWRYaElORk0yTW1rNWRrcFVZVVZ0YWtObU5sVk5hV3g1ZGxwdWVVcDRVeXRVZDJOalVtVkRWMmx0ZEhwNkNqSXpTVzkyTTFwc1EwWmxNVXh6TkdOcFlWUk9XbUlyU20xbGRESlpOMk5PYm0xc01UWlBVbU40V1RCcU5sUnBiMVUwVlZkNFJqQlJNV2xYU1hvelRXa0tlbWwxV0hkV1pUZDZVVFZKTkdNNGFsZFZVWFpyYkcxaGNIRmhPRnBCUVVGRGVIbEplVW9yV0hVeFEwSjRLMVkyWlUxT1UzTklla0p3VDBoVlUzTkRXZ3B4WlZOUVJ5dGxUMUZFZVRSSk1IcDZiekJqY0RoSFpEbFRSMkZpVG5obFVrMVpSR2hKU2xsVE4xbFNjRFZhZWtaT1FXVlFUV0kzYjA1b2FUWnhRVUZ1Q21aMllrMW9aR05vWjBGRlYzSkpTazB6UzBkUWJXMHhLMDkwYkc1a2FHUm5OVU5zT0VoNFVqWm5aSEJWYkZaQ2JqTlJaa0ZPTldsM1VteEhkWEJKYmtNS01FZFBPRXg1U2xSalZIWk9WRVZMWnpoUVZrYzRUR05wYnpCeE5sTkRLMVZHYldaeVdqVXhPSGt4UzNSRk9ETlRNMDk0UzB4SWQwWjFTWEpDUXlzNVNncHVkM2hDYjNKRVpqZzNNakZXUmxKRFRHRklNVEJvZG01WWRFTmtlRXRwVDJaTVZIVmFTelZUVGs0eWFHNUhZMDFCZUdKQmJFUnZWbTUwYTNkMU1VY3ZDbTlsTVVsVmQwTktWMVp2UVdod0wyUnlXV2htU3pSRVJsazNkM2ROZWs1MFlsUkpiMVJXY1hjeWEyUklRMHQxYml0WVVUbGxNV1JxVEZRd1EwRjNSVUVLUVZGTFEwRm5SVUZ2YTFJM04zQTVMMWxyU21wVmRTc3ZVVE40YlhwaGJrRjJNR2syY0VSV1dYZHBNMGxxUWxaNlprcGFZbGRMUldsa2IxWlhSMHh6TUFwWGEwWnZNR0pRVlhoSk5rcFVXRWx5Y0dOdU4zbHBaakpWWTFsU1FXeG9TV1JVUkV0WFdXNVRVV1owV1ZCUmJ6VjNWRXhsTURVNVV6TlZZMjQzUTJGdUNqWmFUazFqVkhWaGJuQkZNamxPUTBWTWFHaENielZhYjNkRmEwWlBXamxtWlZob2VtZFlXbmRuUTNReVNGSnpTbWRtUkZSclFXdGFaVXBJWlc1cWEya0tORVE1ZDBKeVJWWXlXVE5KWXpBemJHNW9UR3hyYmxCNFJUaDVXRlJtUVU5S2FrOVFVMmwzU1hRNWNrdDNWbTQ1VVROQ1VHOUNTalJCU2xGRlEzWTNhd3B2ZDA5bWNYUnVjMjkyYW5kQldFSnJaV1kyVDFNNVptVXljM2t3VVV4blRrWkRNRVZWWkhwcmVscEtTR1J5Wmpjck9ITldTRGhWVXpkMFlXdzNObkZYQ2s1bFZrdFhiaXRUUVc4d2RYcDRkM05DYUdOT1VXSnplVlI2VWprMFZ6Tk9SMDV5UVVabmFuaGhWVFpDWkhKc1ltVTBNMFpuY0ZscFIxbFpTVkUxYmswS2JXTlZTRTV4T0hnMlExVjBSSE5RUVRoMlRIcGFNVGx5Ukc0ek5UVlFSSEZ3VVVOeFIwSXJZMVZRU1cweGNFNWpOWEJuV2pBMVRTOVFRV0k1U0N0UVZ3cHpLekpSV1RoWWNFMVFNVWRXTWt4MWVFSnNOemRLVmtGdU9VSmFlRVZ4V1RWSVdteFdWVTlNVEU1WmRuRkxRa3BRVFRnNGNEUXpUR3hvTVN0aFNFbHRDa1EzYm1OMFFraG5hbWMzVFc1b1MySXlXbWc0VFRsQlQxVlNTSFpWYVV0V1RrcElTRlo2V2tzNVdVSXhWUzlDU1ZWeVNrSldUR1pOTm5WaE5UQmxaWFlLZEVwak1VbG9iWGhZTTI1V2MyNVFPRk0xZEU5SFowaEVLMDU0YmxkMVYyZEVjMkpEV1RSRk1GRkdkR1I1VURRMlpEZG5OVWRhTm5vdmJGaFRLMWRMWmdwU1kxbGhaazFzUmpSb2JXRkZhbWx1WmpWNVNVVTJNVE5qWjNOVVdrMHdWakJCV1hwQ1YzaHRRalpLUjFWdVRXcFVPREJEWjJkRlFrRk5kWEZFZEV0dUNqSmljbFoxWTNnclUxRk1TbEppVjNscmJUQkRjRzh6VTBWUFRFMVBiVzlWTmtSeEsxRlZPSHA2YjJ4MVJXUjFUM1E0ZERGU2JESlFUMUZTYVhGVlRrRUtiSGhxTW1SUU4zQnRPVVkyYTNOblFWTndjbVJOZW5kbFVWUlRaSFpwYVZBNGRDdFpVVmxtVDI1SFRsZHpkbVpxWjFRcmNqaEhWMng1Wms0d1VGUlFPQXBETkhsMldWSkdMMUJrU3pkak9VdzJOMkpQVXpaQ1dWSnRkeTl3WkV0dmF6SkZRbXRYVUdsb1ZHVnZZMVk0WlVFMmFsTnhhVXQyWm1ONGFFVmtTVkZFQ2pZNWVqbGFUMGg0WkRkbWJFNVlhaXN2TTB4TlpFZE9kWFJDTldKWU1FWlNjVE5qYTAxelNTOHlRalpNTHpsMU5VUlZZM1p5YW1aSE1teGhRMmMyV0ZrS1FtczFZbFJxTDJaemFrWnBZV2xSVmpKTWQwSkxRamRKV2s5RVIxUXhiMDlFVkZjNVFYZFdUSFZtU1M5M2JXRm5hRkJsUzFONE1XMWFNbXhNTURJME13bzRUbE5vTHpOSVlXbEZlVzg0VEdORFoyZEZRa0ZPYm1wdk4ybFBTRzVPVWpsaVZrZGtZVEZ3YUdWa1dXOTVjbWhuZVdOUVpGWk9iVUp3YlRabFNGUklDaTl2WlVGdE9GVkVORFpKWldRcldreFJXRXg0TUZKak56Uk1OVTAyZVRGcU5sTkhNWFZDUjJkTlEwUkplbVZJTDBoa01WSnZPR0ZuTUZkR1ZUZE5jMlFLYTA0M05sZHZlbmRpU1RGS1ZUa3ZVbUZDVms1SmJ6WklSSGRVYmxKeFdXcE5kbEJLU0VsYWExWlVWVmhVZGxNMFNXNVBaemh3TkhwNVExcHNkV0poTWdwM2FIYzVjMlV3ZGxoNVRGaExOa1ZzVUhWYWNtMTBhVzV1U2tkd2JIZDRjbVZ5TUU5NVJrRTBhbFZaVkhWV2JXZFdhVE0wTm1seU5XUXZiekIxWmtOVUNubFlOMjFoZG5VNVMweDRLMnMwVkRkUk9DdHFXWEJTT1VwalNVcHJSRlJEUVd0VGJFSkpNRGxuUzNKR1FtNWlRMFZ3YVdkblltZHVNbTVuZHpKemFtNEtSbTF3Ym5obWVYZ3hhRkY0TlZJek56ZHBUekE1TlVrNFFtZzBZVk5zY2t4MVZHaDBOSHBrZG5SaGMwTm5aMFZCUzNRMmFDOW9LMDE1YWtsbmVWQlhkd3BKY1VWQ1VtMTZVRTgxYWpaUVFrbERjMlZ4ZUZKU1JXWnFVRmgwVVRKSGVGVlBXbFphWmxSV2NGVk5URk0zYUZKR1UxazNXVTFsWjNodlZtbFFVMGx3Q2xKV0wyRnpOMU42THpSTlpWQk5TbFpyVjBNck0xVlVibkEzT0dneFFtUmxabVEyVEVRemFscENVRVZLVTJsM2NYQlZPVXhpY25wWlNsbFljRVpqYWtZS01UWjZWR2haTmtOTFNFWTRNM1ZDV0RGdVMyRjBlRWhKV0RBeVFVZE9NMFJUT0hOd1ozWnZWVEJ1T0haQk5XRnRXVWMxVVZwR1ZqWXJWM0I0UzAxdmRRcElRWGh2VWtFM1VUaElXWFUzV25Odk1rNWlPRFYyTDNNMmMyYzBNSGREYWxkc1N6TjVZVlppVFZObVRrMVVjSFpVVWxKME5UWlFaMDR2UVhGUFdFYzFDbnBaUm1OMlJHNUtRa1pJZFVGM1ZFWnFlbUpRUkhwTGVpOTVURXBHZGpGSmNEaENZVU5GV1hwc2RrOUxUMmxqVEVRelVVSnFhM0pEU3pndmNIVkRjRFlLTVVWQlpsbDNTME5CVVVFM2RVcDRTVmR3VUZsRlpTOW9OWFJWWTFka056ZzBVblZuUW1veU0yVkNTVEZqVEV0QlkyczNVREl6TVZaVlNtWm9ZMVZhTUFwVGFIVmtRVXRYU1hoMVZVUnNSVXgxYUdoRGVqSlVNblZKY1hVMFJWRnpRVUZYYjBVNWNrMU9NVmhIY0ZsTGVtcEhOamR1YjFWMmVrRm1XRTU1V25oSUNsRlpSQ3Q1VG5aYVkzUklNRGxQYmxZNGVtOHpSVlpFUnpWNWJYUlpSbFJIWmpSUlFuRllTM1k1VERWeVVrWkJiM3BvYzFGRVNtMDFkV1ZPU2pKdlJXVUtRVXBKVWpCcE5tbFpNelJIZDJwSk1EZHhTR0pKY0RVMmMxWkhVVkV4TDJSb1JYZzJWakp6Ym05TFJUSmtSR2hDVjFSQ1dqQXpaMWxGZW01b2JFTkNWZ3BSWmtKWVRUZFBUR1IzU0haS2VtOTRURUZRWkc5bmRWUkhlRkJpVkhFNE1HNHhiemxPVFZvMlJsRjRXa2RJZEZkR1JGaDZaVkIwTkRSTllYZHJNa2hXQ2tkVVVIVmxkak42ZUZsa1UwTnhaVEp0YjJkcmVVNUJWWFZ1U0dJMFVDdFFRVzlKUWtGSU1GcGlSMmhVVTJaU1FrNUdPVGxHY1RsSU1TOVhPVGwyWWpjS2JsUkZkbGxaWkM5UVNYQmhkRTAxVFc1aVVtWk5ORVoxU0dKUFRGVkllRzVxUTNCaWRFeGtkVVpLVEhaRE9XZEhWbGQ1WnpoTFNYcFFkSGxLU0hGVFp3cFZSV0Z1YzBoaVkyUm9UVGd3TUVkaVYwVTBSa2xwVUU5V1ozVjBVak0yUkdkSEt6Y3dkbUZCYlVaWFpYRnpaR05KTmxka01EUXJjekV2VHk5S09WVmhDa2d5TDFRd2VXSmtha1Y1WXpoSmNHOXJkVzUxVDIxM2REVlVWRTV6ZWtOV2JWVjNabTB6Y0ZvNWREQjVlVkUxVjIwMlVURllSVzloTkhoT1pYYzBlRm9LYTBaVlRGSjFVM0ZqTWpkVGRsSnFaMEU0S3pOUVEyNXhha2xDUTB4clVtNW9NV1JvV1doSGFFSjFlVUp4UzBwdlJFUnlTMjQ1VjJSRGNHcEthMWc0TXdwMGFrdElTSFZaV0dSQ1NHNVlXRFJJYkd4ck1VdDRSbTFwTjBsQ1R6bDFjVXMyVm1WaWRtcHNabVk1Vm5sWlpqZHFhMGhUWkVSeFZ6RlBORDBLTFMwdExTMUZUa1FnVWxOQklGQlNTVlpCVkVVZ1MwVlpMUzB0TFMwSwogICAgdG9rZW46IDdlOWZmMWVmOTQ3ZDg4MWMwMDJkZGJiMGZlZjRmMWZkZDkzZGNlMWYzZjg4NjRkZDI2MWU1OTk3NmExNjE4MWU1YzcyZGQ4ZTlmMjQzN2Y0NGZlOTkyNmIxMmYxMGMwNGVkOTQ0N2RhOWVlZjMzMDQ4OWI3MWIzZTQ2ZWM5ZGY3Cg==\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-9744?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTk3NDQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3621/providers/Microsoft.ContainerService/managedClusters/azsmnet5584/listClusterUserCredential?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM2MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NTU4NC9saXN0Q2x1c3RlclVzZXJDcmVkZW50aWFsP2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da9ec847-0e9b-423a-8686-08bb23a7fbf2" + "99aeb30f-43f3-4dae-87da-08beac3db97a" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-request-id": [ - "94243a4d-0ebb-47b1-a15e-1ec223204673" - ], - "x-ms-correlation-request-id": [ - "94243a4d-0ebb-47b1-a15e-1ec223204673" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083551Z:94243a4d-0ebb-47b1-a15e-1ec223204673" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Date": [ - "Wed, 26 Aug 2020 08:35:51 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Fri, 02 Jul 2021 19:31:33 GMT" ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" - ], - "x-ms-request-id": [ - "692f3113-a617-4d2f-bcde-e57a004a2988" - ], - "x-ms-correlation-request-id": [ - "692f3113-a617-4d2f-bcde-e57a004a2988" + "Server": [ + "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083607Z:692f3113-a617-4d2f-bcde-e57a004a2988" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:36:06 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "WESTUS2:20210702T193133Z:4b85ce2c-69a2-4ef6-8934-91f34b9783c0" ], - "x-ms-request-id": [ - "ac18fbba-50a3-4f11-a0b9-b9e9a13c4529" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "ac18fbba-50a3-4f11-a0b9-b9e9a13c4529" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083622Z:ac18fbba-50a3-4f11-a0b9-b9e9a13c4529" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:36:21 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" - ], - "x-ms-request-id": [ - "29820440-bb45-4e31-bb61-0d55c7611746" - ], - "x-ms-correlation-request-id": [ - "29820440-bb45-4e31-bb61-0d55c7611746" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083637Z:29820440-bb45-4e31-bb61-0d55c7611746" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:36:37 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" - ], - "x-ms-request-id": [ - "f62380f7-c93e-451a-a08a-3d093cf92ffd" - ], - "x-ms-correlation-request-id": [ - "f62380f7-c93e-451a-a08a-3d093cf92ffd" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083653Z:f62380f7-c93e-451a-a08a-3d093cf92ffd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:36:53 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "4b85ce2c-69a2-4ef6-8934-91f34b9783c0" ], "x-ms-request-id": [ - "09c431d1-786f-4ea2-89d4-33f68459e181" - ], - "x-ms-correlation-request-id": [ - "09c431d1-786f-4ea2-89d4-33f68459e181" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083708Z:09c431d1-786f-4ea2-89d4-33f68459e181" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:37:08 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" - ], - "x-ms-request-id": [ - "6d2f1d9b-ee8a-4dad-8ff8-c8b23f2a4df1" - ], - "x-ms-correlation-request-id": [ - "6d2f1d9b-ee8a-4dad-8ff8-c8b23f2a4df1" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083724Z:6d2f1d9b-ee8a-4dad-8ff8-c8b23f2a4df1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:37:23 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" - ], - "x-ms-request-id": [ - "54b440c8-55d7-476b-9d1b-d81ec7992dff" - ], - "x-ms-correlation-request-id": [ - "54b440c8-55d7-476b-9d1b-d81ec7992dff" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083739Z:54b440c8-55d7-476b-9d1b-d81ec7992dff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:37:39 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" - ], - "x-ms-request-id": [ - "1386fb48-e1ca-489d-a520-7de8260da431" - ], - "x-ms-correlation-request-id": [ - "1386fb48-e1ca-489d-a520-7de8260da431" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083755Z:1386fb48-e1ca-489d-a520-7de8260da431" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:37:54 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" - ], - "x-ms-request-id": [ - "bceb6d46-6371-43ea-8780-351c10aa4706" - ], - "x-ms-correlation-request-id": [ - "bceb6d46-6371-43ea-8780-351c10aa4706" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083810Z:bceb6d46-6371-43ea-8780-351c10aa4706" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:38:09 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" - ], - "x-ms-request-id": [ - "4b7b6514-ab06-4bc7-ae88-f4d752e7ad78" - ], - "x-ms-correlation-request-id": [ - "4b7b6514-ab06-4bc7-ae88-f4d752e7ad78" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083825Z:4b7b6514-ab06-4bc7-ae88-f4d752e7ad78" + "198c9f4b-ec28-4b62-ae5f-c1095cb64107" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1343,29 +767,35 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:38:25 GMT" + "Content-Length": [ + "13052" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterUser\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlZFTkRRWFJIWjBGM1NVSkJaMGxTUVV4dVFVTjJSMFZHV1VKcVEyTXZRV2c0Wmk5bGQzZDNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BGZDA1NlFYbE5WR3Q0VDBSQk5WZG9aMUJOYWtFeFRWUkJNMDFFU1hoUFZFazBUVVJzWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNqTnpWM1ZzYkROWVpYbzVVVGhzTldkTWVqZDJkV2xWZVRnNE9IQXZVVTVJV0UxaVVrcHRVVTE1WlVwak9UbDJaRk4zT1hCTGVtbFFaR1Z3YjFGblIyTUtjbGd3Y0RoUVdtMUNaR051Y0ZBd1JuRkJja28xT1U5eGIwWjFNRW8xZW5sMmRYbGpUM0o2Wm1KQ1F6VTJVak5vY3pCUU9FUTFWRzExUjI5U2ExTnVNd295VG5KUlQxWkVUbTl6SzFaRFNteGhObVZ1VXpSVFFYcGFZamRoU0doWlVHdEZLMDluVmtacVUyZDZjbVZpVUc1WVQyaDNTMHBRYjBoTmJDOU9hMEZPQ21OWGRXRnRhbTQyWVN0V1RHZGtXRFIwY0Zwc01EQkVRbmR4VVdKc1NWZ3lUbGhTY1daR1duaDFaSGh5UVRaSVJsWTBhMlJPWWtWWVUwZzNaekUwUlZrS04xUkpOakpyTVVwdlJFRlVORTlTU0RkTlowSXJkRVE1WkRONlJFRTJhRUpHZUhGcEx5OTVhbTFXWkRoSmJGcE5lazh4ZURSb2FIaHpUa1ZvVkdWMWVncHVZVTlvYjA1MmNsQXZkR3BTVG5kaGIxQnNlR1JqVkM4NE9HMVVPVmxVVUM5RFJsWmtWM2xGTVdRdk5UTm1OWEowZEM5bmJtdDZjVmtyVWs1SVRWbFlDbVZaTW1KMk1tdFhhWEZOT1RjMGNGTjNhSFIwTkVRMk5HeEhOSEZ3VGtoaGNsQlRhRlp6UkVsVmNtRkpSWFpaTTFndlNURTNNM0JqWnprM1ozTnJialVLT0ZWcmRWZ3pVbmxGWTBVMWJsY3hRV3BTWm05MVNTOVdaR0pFY20xbFlXd3Zka3RHVG5jMU9EUTJaMFZ0TkdGWU5EVjZjalZZVkVGcFFXaHhZM2h0WlFwTFR6VkJZbVZtYVhoUlZXdFFjVzVsTW1GelNpOVNNMmRIUzNwRmRHNXlObGRYTnpVdmVTdHBlRXhhYjI1bFJXOUVkMXB6YWxkcGMzRTRhakpsTnpFdkNqaHVXa3BtVFdwclJHbERTMFZEVTFoaE1YY3pZMFJ1Y1ZSWVZEbEthbFZpZVdWc1dFWXJlVUpqTUVrMWFVcFhhalZLUTFOdVUzWXdXRVZhWkhneVExY0tXVzAwYTIxVGFIcGpMMDkyYmxGblRVbGFURk52WTB4MmNtZFZOREJhVFhoME1uUlVVRGx3VjNCcE1FTkJkMFZCUVdGT1EwMUZRWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRJVVZsRVZsSXdUMEpDV1VWR1IyWnVkR2h0U2tsVE5XZEdaalpwQ2pnMGVUUXZTMDQyV0c4NWJFMUJNRWREVTNGSFUwbGlNMFJSUlVKRGQxVkJRVFJKUTBGUlFsa3dielZEVjBsbVJWTmpTMVpuTm5CRVZUQktkekF2WmtJS01pOTVTVk55ZEVwbFRuUjBNVWx6VkdreFozRmlkRWRWVjFGTWRDOXlOVVJLVDBSQlRVOWhjVFJVVmpCTE1uTm5PVVJLWlhWTlZYZEVaREJJWTB4eVJ3cDZjMFUyVmxWTVkwWlFhV05sZDBOT05GcEtaR0ZsVFhWaU5HMWhZVFJZVUc5NmJVOW5NRU1yTlRaV2QyMXFOVXRhUzBKRmJreDBlVFpYYmtVNVpreEVDa2xqVW5oRFIwUm5URnBxTURVMVpWcHdTeTl0TlhsTlZGWnZSemwwVUZwdFpGbzRSMjFGU2k5c01tSnVZbFZLTkdVNFJHWnVOVVZqVkU5Q1NFZHdWbVlLU3k5MlVtOUdkVlpXU0ZZeWVDdE5kV3gyYm1GUWNtczRkM1U0VWtoVVVqTlRaMXBFYWxabU0zZHFUbU5QVmxkWFNXbHZTRzVQZVhsVGRFbDJVVFp2U1Fwck1rTllZVlJwVm1wU1REWXZLMDVtVjFJdlIzZ3hVMlJMUVU1MFRrTkhWVXRCZVVaUmFtTk1lV1o2VTNZMVZuRmtWR2h5YkRVMFFqRktkVWwxVjJ3MkNrdHJObXBVY0dORVN6bG1VVzB4ZFdWaVJVMVNRM1ZOSzJwRlUxcFNSMnR0UTFGWGRURkJTSHBwYWt3MGNXVTJSbEpETUhSSlRHcFJSbHBUVDJSRlRsQUtVRTQxZGxoTVZYRjBTbEV5TldGaGJsZFBWVFZqU2pSMWFXdElZbGRwV0dab1pHTlljMnBOU0hWMlltTmlTVlZ1UzA0d1VHTlNSVEZXVWs5VVdIaE9kZ3BVVnpKNU5pOWlNRmRuT0hGemFUTndaM0UzTjNvMWFWQnNTVEl3ZEZKNmJqQmljMVZLY25OamNsVmphMmd2U0dzMU5HZERaekJOUTBWcWNEWkxRMmx6Q2xwWEx6Z3ZORzl2YmxGUU5DODFNMlJXZERGWmVXUlNRVXBNVWpsUGNuZ3lSM0JCYW1WYU5DOUxOMVV5U0RGS1oxSkhiWGN5U1hwQlZ6Y3piV2gwVm5rS2RuTm1Ta3hQU1VKYVppOXZjVzFOYkVOWU1tdDNSbmxCVDFvMVVWQnBlV3R0UmtneFJtZG5ObU5sVlRsa09WTnpjelZSTm0xeFdHOXROV1o2VEZSa2VRb3djekZSTVVoelJucG1OREZHTVRRM1owRTlQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYWtzZG90bmV0c2RrLTY0M2U1ZGI5LmhjcC53ZXN0dXMyLmF6bWs4cy5pbzo0NDMKICBuYW1lOiBhenNtbmV0NTU4NApjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3RlcjogYXpzbW5ldDU1ODQKICAgIHVzZXI6IGNsdXN0ZXJVc2VyX2Frcy1kb3RuZXQtc2RrLVJHLTM2MjFfYXpzbW5ldDU1ODQKICBuYW1lOiBhenNtbmV0NTU4NApjdXJyZW50LWNvbnRleHQ6IGF6c21uZXQ1NTg0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogY2x1c3RlclVzZXJfYWtzLWRvdG5ldC1zZGstUkctMzYyMV9henNtbmV0NTU4NAogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVWklWRU5EUVhkWFowRjNTVUpCWjBsUlpuRTRabm93T1dObUsyOTNjMVpFTlhCS1VVdFdha0ZPUW1kcmNXaHJhVWM1ZHpCQ1FWRnpSa0ZFUVU0S1RWRnpkME5SV1VSV1VWRkVSWGRLYWxsVVFXVkdkekI1VFZSQk0wMUVTWGhQVkVVMFRVUnNZVVozTUhsTmVrRXpUVVJKZUU5VVNUUk5SR3hoVFVSQmVBcEdla0ZXUW1kT1ZrSkJiMVJFYms0MVl6TlNiR0pVY0hSWldFNHdXbGhLZWsxU1ZYZEZkMWxFVmxGUlJFVjNlSFJaV0U0d1dsaEthbUpIYkd4aWJsRjNDbWRuU1dsTlFUQkhRMU54UjFOSllqTkVVVVZDUVZGVlFVRTBTVU5FZDBGM1oyZEpTMEZ2U1VOQlVVTjBWMFZEWW5vNE1qZHVWWE41VFZCcmRYVjJXV2dLY1ZKaWVtRkphV1psUXl0eVMzaFNVRUp1TjA0dlRqWXJRM0pSYjA1WE5rVndUQ3RtYWtRelNuSnFjMWs1U0ZGQ1ZFeHpVR0Z6YTJKV1pGWlNjWGg0YUFwdFdsaENNR3R1Y0V4T2VVZHRlVmMyWTNWNGMwOXpWU3RuTldwUkwwRXZTbWN5ZVZFMFRVbExTU3RVY2xBeWRrOVFZVTFhUzFCQ1QwcHFaR2xwYmxBMUNtUmFMMjVKVTJoSWRIUXpWWGR6VUVGTFVWZExia2RGY1VKM2NYUlROblpVV1dkV1JtMDRkR1JRZWxaWlJ6WTNSV1pvVEhKaFRESTRiRTV2VTJGTlNpOEtjRkY1UzFoTE9XMW1TVzVHVERWUVFuaDRSalJLWVV0aE0xQlFZbU5wYVM5a2JWVkpWamRWZFhwb2VVcHdUVEZzZGpSdFdqWXpXbXAwZHpKbFlWaFlid28xUm5wR2FsTlFjRTlMYUZSb1VtSkZXRkpFVjBwWmFsQmplVXhQU3pWbVFsWTNkazVFYTJwb2VubE9XbEpESzFOWFduRnRjSEo0YTBGQlFVeElTV3BKQ200MVpUZFZTVWhJTlZod05IY3hTM2RtVFVkck5HUlNTM2RLYlhBMVNUaGlOVFExUVZCTVoycFVVRTlxVW5sdWQxb3pNVWxhY0hNelJqVkZlR2RQUldjS2JHaE1kR2hIYm14dVRWVXdRalE0ZUhaMVp6SkhUSEZ2UVVOa0t6bHplVVl4ZVVkQlFWSmhjMmRyZW1OdldTdGhZbGcwTmpKWFpESkdNa1JyUzFoM1pncEdTSEZDTW14VFZsVkhabVJDT0VFemJVeENSMVZoTm10cFkweFJXVGQzZGtsc1RuaFBPREZOVVhGRWR6bFZZbmQwZVV0cVUzSndTVXcxVVZkYUszUnVDbTVZZWt4VmNUQlVlbVJNWXpkRmIzTm1RVmMwYVhORlREY3diV1pFUlVkcGMwNHZlblppVmxWV1JVbDBiMlpZVTBjclpHVXdTak5GY1VrMU9IUlBOV3NLY214Sk1ETmhSMk5hZDNkRVJuTkRWVTlvVjJVeVZFTTNWV0lyYURkVmFGUkJTV3hhVjJkRFIyNDVNblJwUmpoeVowMVdhblpFUVhwTk1qRjBUV2xvVGdwWGNrUmhVakJqU1hFMlpqVmtSREUzVmpKTmRGQlJTVVJCVVVGQ2J6RlpkMVpFUVU5Q1owNVdTRkU0UWtGbU9FVkNRVTFEUW1GQmQwVjNXVVJXVWpCc0NrSkJkM2REWjFsSlMzZFpRa0pSVlVoQmQwbDNSRUZaUkZaU01GUkJVVWd2UWtGSmQwRkVRV1pDWjA1V1NGTk5SVWRFUVZkblFsSnVOVGRaV21sVFJYVUtXVUpZSzI5MlQwMTFVSGxxWld3MlVGcFVRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRnNibGt5UjJOM1dXbFBiR0V4VW1vNEwzazNRUXBtUjBnd2NuTkViVFpuVEhWMFMyVkRWVzFRVlROUWRsTjFVSGwwYTNWQ0wwTXlSWEpxTkV4T2NsWkJjMHBUYjJ0MFVEUm9VWFV6UldwS2JUTm9WMUl5Q21oVlJIQTNlVlp6ZFZwUWR6Y3lUalZVZFVGMk5rMW9RMVF5YVhKRGQzRnllV0p4TnpZeFpVeHJNRFpwVTJobEswdHpRVUY1VG5nek5EaHNlRGRKU21ZS1UySjNWV3MwTkhaVE9XcHpNMVpoY1dSVWIwRktSVzh2YkN0cGRVMDRkVk4wT1Vwb09UQlFObFJvUzFab1RtbHJSRUpaU0ZkQ1NtazFVMHRUUW1wNU5BcDZZVEo1UzJVeWNYSlJUa2h1Uldzd1NuVmpaVkIzT0dGVk5rVkpkRzUxUTFsUk9GcG9iMUJJYVZFcmIwSkpXSFpQTTBJd04yRkdaRkpEYkZWYWRWVlJDbGcwY2podVVGVnZMMHBQVnpKNGIwSnBhM3BYUWpnM2FVUk1kSFZFZVhOSldTOXZWRVp3T1hWa2RWUkxlRkZoVEhoMGJsVktaVkZRWW0xU1RURnFhRTBLWTJzMGFHMHZRMWc1YWpGblJXOXpibVIxTjIxV2FVd3JOMmxCUVdaM1lVbGtTalJTWjJkU0wycENZMDFWUzFWdGJtbzRSRFZHWldFck9FazVTMUozV1FwSlZYUnhZMVJSVmtaVFFWcG1aVlJVTkZacFVsQjNTa3A2UVhsWlpuUk1kakJ5TUhnM01GTXdhRFJwUVhReVpGWXplWHBrVG1JeWVVd3JSbE5CV1VGRENuTTRNbXB1UVVvM2VEQldVakZ3U2pGMlpYSkZZbXBxVVZoR1ZESmFNbXhzVG1acWFXVXdaM05aU205eVRVRjRNbFJpYnk4eldHZFNTbTVWWm1KdmRHY0tlWEpLZFVkNGVpOUtTSGd2VVRkcmJHeGllVkZRVWpkVmQwRkZNblJyU2pkb01HcDBkblJ6U210VGNERTRPV0pLU3pseVJsbE1jMGhSZUZWVldXSkVhd3A2VG5OclRUZDJOa3hJZFdRd2EzVTFja0Z1UkhSWFIzRkpLM0kwWjJkelVFRnpSVEZSYVRVeFduaExkblp3VW5jcmNqbHFNVGxqWjBFMVRFRXdWbVZVQ2xoSlRVNXVLMnRMZDFsMWVrNTFWbnBFTm1sWmFWZG5QUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1MwRkpRa0ZCUzBOQlowVkJjbFpvUVcwNEwwNTFOVEZNVFdwRU5VeHljakpKWVd0WE9ESnBTVzR6WjNaeGVYTlZWSGRhSzNwbWVtVjJaM0V3Q2t0RVZuVm9TMU12YmpSM09YbGhORGRIVUZJd1FWVjVOMFF5Y2twSE1WaFdWV0Z6WTFsYWJWWjNaRXBLTmxONlkyaHdjMngxYmt4ellrUnlSbEJ2VDFrS01GQjNVSGxaVG5OclQwUkRRMmxRYXpaNk9YSjZhakpxUjFOcWQxUnBXVE5aYjNCNksxaFhaalY1Ulc5U04ySmtNVTFNUkhkRGEwWnBjSGhvUzJkalN3cHlWWFZ5TURKSlJsSmFka3hZVkRneFYwSjFkWGhJTkZNMk1tazVka3BVWVVWdGFrTm1ObFZOYVd4NWRscHVlVXA0VXl0VWQyTmpVbVZEVjJsdGRIcDZDakl6U1c5Mk0xcHNRMFpsTVV4ek5HTnBZVlJPV21JclNtMWxkREpaTjJOT2JtMXNNVFpQVW1ONFdUQnFObFJwYjFVMFZWZDRSakJSTVdsWFNYb3pUV2tLZW1sMVdIZFdaVGQ2VVRWSk5HTTRhbGRWVVhacmJHMWhjSEZoT0ZwQlFVRkRlSGxKZVVvcldIVXhRMEo0SzFZMlpVMU9VM05JZWtKd1QwaFZVM05EV2dweFpWTlFSeXRsVDFGRWVUUkpNSHA2YnpCamNEaEhaRGxUUjJGaVRuaGxVazFaUkdoSlNsbFROMWxTY0RWYWVrWk9RV1ZRVFdJM2IwNW9hVFp4UVVGdUNtWjJZazFvWkdOb1owRkZWM0pKU2swelMwZFFiVzB4SzA5MGJHNWthR1JuTlVOc09FaDRValpuWkhCVmJGWkNiak5SWmtGT05XbDNVbXhIZFhCSmJrTUtNRWRQT0V4NVNsUmpWSFpPVkVWTFp6aFFWa2M0VEdOcGJ6QnhObE5ESzFWR2JXWnlXalV4T0hreFMzUkZPRE5UTTA5NFMweElkMFoxU1hKQ1F5czVTZ3B1ZDNoQ2IzSkVaamczTWpGV1JsSkRUR0ZJTVRCb2RtNVlkRU5rZUV0cFQyWk1WSFZhU3pWVFRrNHlhRzVIWTAxQmVHSkJiRVJ2Vm01MGEzZDFNVWN2Q205bE1VbFZkME5LVjFadlFXaHdMMlJ5V1dobVN6UkVSbGszZDNkTmVrNTBZbFJKYjFSV2NYY3lhMlJJUTB0MWJpdFlVVGxsTVdScVRGUXdRMEYzUlVFS1FWRkxRMEZuUlVGdmExSTNOM0E1TDFsclNtcFZkU3N2VVRONGJYcGhia0YyTUdrMmNFUldXWGRwTTBscVFsWjZaa3BhWWxkTFJXbGtiMVpYUjB4ek1BcFhhMFp2TUdKUVZYaEpOa3BVV0VseWNHTnVOM2xwWmpKVlkxbFNRV3hvU1dSVVJFdFhXVzVUVVdaMFdWQlJielYzVkV4bE1EVTVVek5WWTI0M1EyRnVDalphVGsxalZIVmhibkJGTWpsT1EwVk1hR2hDYnpWYWIzZEZhMFpQV2psbVpWaG9lbWRZV25kblEzUXlTRkp6U21kbVJGUnJRV3RhWlVwSVpXNXFhMmtLTkVRNWQwSnlSVll5V1ROSll6QXpiRzVvVEd4cmJsQjRSVGg1V0ZSbVFVOUthazlRVTJsM1NYUTVja3QzVm00NVVUTkNVRzlDU2pSQlNsRkZRM1kzYXdwdmQwOW1jWFJ1YzI5MmFuZEJXRUpyWldZMlQxTTVabVV5YzNrd1VVeG5Ua1pETUVWVlpIcHJlbHBLU0dSeVpqY3JPSE5XU0RoVlV6ZDBZV3czTm5GWENrNWxWa3RYYml0VFFXOHdkWHA0ZDNOQ2FHTk9VV0p6ZVZSNlVqazBWek5PUjA1eVFVWm5hbmhoVlRaQ1pISnNZbVUwTTBabmNGbHBSMWxaU1ZFMWJrMEtiV05WU0U1eE9IZzJRMVYwUkhOUVFUaDJUSHBhTVRseVJHNHpOVFZRUkhGd1VVTnhSMElyWTFWUVNXMHhjRTVqTlhCbldqQTFUUzlRUVdJNVNDdFFWd3B6S3pKUldUaFljRTFRTVVkV01reDFlRUpzTnpkS1ZrRnVPVUphZUVWeFdUVklXbXhXVlU5TVRFNVpkbkZMUWtwUVRUZzRjRFF6VEd4b01TdGhTRWx0Q2tRM2JtTjBRa2huYW1jM1RXNW9TMkl5V21nNFRUbEJUMVZTU0haVmFVdFdUa3BJU0ZaNldrczVXVUl4VlM5Q1NWVnlTa0pXVEdaTk5uVmhOVEJsWlhZS2RFcGpNVWxvYlhoWU0yNVdjMjVRT0ZNMWRFOUhaMGhFSzA1NGJsZDFWMmRFYzJKRFdUUkZNRkZHZEdSNVVEUTJaRGRuTlVkYU5ub3ZiRmhUSzFkTFpncFNZMWxoWmsxc1JqUm9iV0ZGYW1sdVpqVjVTVVUyTVROalozTlVXazB3VmpCQldYcENWM2h0UWpaS1IxVnVUV3BVT0RCRFoyZEZRa0ZOZFhGRWRFdHVDakppY2xaMVkzZ3JVMUZNU2xKaVYzbHJiVEJEY0c4elUwVlBURTFQYlc5Vk5rUnhLMUZWT0hwNmIyeDFSV1IxVDNRNGRERlNiREpRVDFGU2FYRlZUa0VLYkhocU1tUlFOM0J0T1VZMmEzTm5RVk53Y21STmVuZGxVVlJUWkhacGFWQTRkQ3RaVVZsbVQyNUhUbGR6ZG1acVoxUXJjamhIVjJ4NVprNHdVRlJRT0FwRE5IbDJXVkpHTDFCa1N6ZGpPVXcyTjJKUFV6WkNXVkp0ZHk5d1pFdHZhekpGUW10WFVHbG9WR1Z2WTFZNFpVRTJhbE54YVV0MlptTjRhRVZrU1ZGRUNqWTVlamxhVDBoNFpEZG1iRTVZYWlzdk0weE5aRWRPZFhSQ05XSllNRVpTY1ROamEwMXpTUzh5UWpaTUx6bDFOVVJWWTNaeWFtWkhNbXhoUTJjMldGa0tRbXMxWWxScUwyWnpha1pwWVdsUlZqSk1kMEpMUWpkSldrOUVSMVF4YjA5RVZGYzVRWGRXVEhWbVNTOTNiV0ZuYUZCbFMxTjRNVzFhTW14TU1ESTBNd280VGxOb0x6TklZV2xGZVc4NFRHTkRaMmRGUWtGT2JtcHZOMmxQU0c1T1VqbGlWa2RrWVRGd2FHVmtXVzk1Y21obmVXTlFaRlpPYlVKd2JUWmxTRlJJQ2k5dlpVRnRPRlZFTkRaSlpXUXJXa3hSV0V4NE1GSmpOelJNTlUwMmVURnFObE5ITVhWQ1IyZE5RMFJKZW1WSUwwaGtNVkp2T0dGbk1GZEdWVGROYzJRS2EwNDNObGR2ZW5kaVNURktWVGt2VW1GQ1ZrNUpielpJUkhkVWJsSnhXV3BOZGxCS1NFbGFhMVpVVlZoVWRsTTBTVzVQWnpod05IcDVRMXBzZFdKaE1ncDNhSGM1YzJVd2RsaDVURmhMTmtWc1VIVmFjbTEwYVc1dVNrZHdiSGQ0Y21WeU1FOTVSa0UwYWxWWlZIVldiV2RXYVRNME5tbHlOV1F2YnpCMVprTlVDbmxZTjIxaGRuVTVTMHg0SzJzMFZEZFJPQ3RxV1hCU09VcGpTVXByUkZSRFFXdFRiRUpKTURsblMzSkdRbTVpUTBWd2FXZG5ZbWR1TW01bmR6SnphbTRLUm0xd2JuaG1lWGd4YUZGNE5WSXpOemRwVHpBNU5VazRRbWcwWVZOc2NreDFWR2gwTkhwa2RuUmhjME5uWjBWQlMzUTJhQzlvSzAxNWFrbG5lVkJYZHdwSmNVVkNVbTE2VUU4MWFqWlFRa2xEYzJWeGVGSlNSV1pxVUZoMFVUSkhlRlZQV2xaYVpsUldjRlZOVEZNM2FGSkdVMWszV1UxbFozaHZWbWxRVTBsd0NsSldMMkZ6TjFONkx6Uk5aVkJOU2xaclYwTXJNMVZVYm5BM09HZ3hRbVJsWm1RMlRFUXphbHBDVUVWS1UybDNjWEJWT1V4aWNucFpTbGxZY0VaamFrWUtNVFo2VkdoWk5rTkxTRVk0TTNWQ1dERnVTMkYwZUVoSldEQXlRVWRPTTBSVE9ITndaM1p2VlRCdU9IWkJOV0Z0V1VjMVVWcEdWallyVjNCNFMwMXZkUXBJUVhodlVrRTNVVGhJV1hVM1duTnZNazVpT0RWMkwzTTJjMmMwTUhkRGFsZHNTek41WVZaaVRWTm1UazFVY0haVVVsSjBOVFpRWjA0dlFYRlBXRWMxQ25wWlJtTjJSRzVLUWtaSWRVRjNWRVpxZW1KUVJIcExlaTk1VEVwR2RqRkpjRGhDWVVORldYcHNkazlMVDJsalRFUXpVVUpxYTNKRFN6Z3ZjSFZEY0RZS01VVkJabGwzUzBOQlVVRTNkVXA0U1Zkd1VGbEZaUzlvTlhSVlkxZGtOemcwVW5WblFtb3lNMlZDU1RGalRFdEJZMnMzVURJek1WWlZTbVpvWTFWYU1BcFRhSFZrUVV0WFNYaDFWVVJzUlV4MWFHaERlakpVTW5WSmNYVTBSVkZ6UVVGWGIwVTVjazFPTVZoSGNGbExlbXBITmpkdWIxVjJla0ZtV0U1NVduaElDbEZaUkN0NVRuWmFZM1JJTURsUGJsWTRlbTh6UlZaRVJ6VjViWFJaUmxSSFpqUlJRbkZZUzNZNVREVnlVa1pCYjNwb2MxRkVTbTAxZFdWT1NqSnZSV1VLUVVwSlVqQnBObWxaTXpSSGQycEpNRGR4U0dKSmNEVTJjMVpIVVZFeEwyUm9SWGcyVmpKemJtOUxSVEprUkdoQ1YxUkNXakF6WjFsRmVtNW9iRU5DVmdwUlprSllUVGRQVEdSM1NIWktlbTk0VEVGUVpHOW5kVlJIZUZCaVZIRTRNRzR4YnpsT1RWbzJSbEY0V2tkSWRGZEdSRmg2WlZCME5EUk5ZWGRyTWtoV0NrZFVVSFZsZGpONmVGbGtVME54WlRKdGIyZHJlVTVCVlhWdVNHSTBVQ3RRUVc5SlFrRklNRnBpUjJoVVUyWlNRazVHT1RsR2NUbElNUzlYT1RsMllqY0tibFJGZGxsWlpDOVFTWEJoZEUwMVRXNWlVbVpOTkVaMVNHSlBURlZJZUc1cVEzQmlkRXhrZFVaS1RIWkRPV2RIVmxkNVp6aExTWHBRZEhsS1NIRlRad3BWUldGdWMwaGlZMlJvVFRnd01FZGlWMFUwUmtscFVFOVdaM1YwVWpNMlJHZEhLemN3ZG1GQmJVWlhaWEZ6WkdOSk5sZGtNRFFyY3pFdlR5OUtPVlZoQ2tneUwxUXdlV0prYWtWNVl6aEpjRzlyZFc1MVQyMTNkRFZVVkU1emVrTldiVlYzWm0wemNGbzVkREI1ZVZFMVYyMDJVVEZZUlc5aE5IaE9aWGMwZUZvS2EwWlZURkoxVTNGak1qZFRkbEpxWjBFNEt6TlFRMjV4YWtsQ1EweHJVbTVvTVdSb1dXaEhhRUoxZVVKeFMwcHZSRVJ5UzI0NVYyUkRjR3BLYTFnNE13cDBha3RJU0hWWldHUkNTRzVZV0RSSWJHeHJNVXQ0Um0xcE4wbENUemwxY1VzMlZtVmlkbXBzWm1ZNVZubFpaamRxYTBoVFpFUnhWekZQTkQwS0xTMHRMUzFGVGtRZ1VsTkJJRkJTU1ZaQlZFVWdTMFZaTFMwdExTMEsKICAgIHRva2VuOiBiZjYwZDM5NDA2YzQwZDc3YjQ2Nzk2YTFhMTllMzUwYWRlMzc5OWY4YWI2MDI1ZTYyZmYwYjE5Y2ViZGNhOWVkZDNlNDVmY2NmMDRlNzBlMzM4Y2FkYmU3ZGIwOWM4MjViMWUzOTI2YWQ3ZjYxMThmZTM3MTRkY2JmOTJkZDBiMAo=\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3621?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM2MjE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "01417d0e-9541-4391-91f6-99ca555050cd" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1373,26 +803,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:31:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "53e605bc-da07-4076-b160-d7ee4900a4cd" + "7c3eaadc-fdd6-4c04-80ca-aa4918140fc2" ], "x-ms-correlation-request-id": [ - "53e605bc-da07-4076-b160-d7ee4900a4cd" + "7c3eaadc-fdd6-4c04-80ca-aa4918140fc2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083841Z:53e605bc-da07-4076-b160-d7ee4900a4cd" + "WESTUS2:20210702T193133Z:7c3eaadc-fdd6-4c04-80ca-aa4918140fc2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1400,29 +833,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:38:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1430,26 +860,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:31:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11998" ], "x-ms-request-id": [ - "3c914043-9e96-47c0-9b72-8ddc7c73e723" + "a74dc891-9866-430f-9930-59a856a986ca" ], "x-ms-correlation-request-id": [ - "3c914043-9e96-47c0-9b72-8ddc7c73e723" + "a74dc891-9866-430f-9930-59a856a986ca" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083856Z:3c914043-9e96-47c0-9b72-8ddc7c73e723" + "WESTUS2:20210702T193148Z:a74dc891-9866-430f-9930-59a856a986ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1457,29 +890,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:38:56 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1487,26 +917,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:32:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11997" ], "x-ms-request-id": [ - "1ceb46f4-ef5c-4f71-af33-6e2d73728e04" + "ffda8b0f-02d4-4b0e-bc41-022d39a48662" ], "x-ms-correlation-request-id": [ - "1ceb46f4-ef5c-4f71-af33-6e2d73728e04" + "ffda8b0f-02d4-4b0e-bc41-022d39a48662" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083912Z:1ceb46f4-ef5c-4f71-af33-6e2d73728e04" + "WESTUS2:20210702T193203Z:ffda8b0f-02d4-4b0e-bc41-022d39a48662" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1514,29 +947,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:39:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1544,26 +974,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:32:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11996" ], "x-ms-request-id": [ - "379cdb26-6467-4238-af33-95592fc42e29" + "e420cc8f-e369-4879-8b6e-0199758e973b" ], "x-ms-correlation-request-id": [ - "379cdb26-6467-4238-af33-95592fc42e29" + "e420cc8f-e369-4879-8b6e-0199758e973b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083927Z:379cdb26-6467-4238-af33-95592fc42e29" + "WESTUS2:20210702T193218Z:e420cc8f-e369-4879-8b6e-0199758e973b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1571,29 +1004,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:39:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1601,26 +1031,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:32:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11995" ], "x-ms-request-id": [ - "0285f783-1045-49b8-9214-ee2c293cd473" + "5779464f-ac32-4d2e-9506-b61d68d92c1a" ], "x-ms-correlation-request-id": [ - "0285f783-1045-49b8-9214-ee2c293cd473" + "5779464f-ac32-4d2e-9506-b61d68d92c1a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083942Z:0285f783-1045-49b8-9214-ee2c293cd473" + "WESTUS2:20210702T193233Z:5779464f-ac32-4d2e-9506-b61d68d92c1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1628,29 +1061,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:39:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1658,26 +1088,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:32:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11994" ], "x-ms-request-id": [ - "f0ed0281-b39b-478b-96e2-e4cf2d18bfd3" + "4e94fe4a-ba2f-41f4-9ee9-9c8cd8e60772" ], "x-ms-correlation-request-id": [ - "f0ed0281-b39b-478b-96e2-e4cf2d18bfd3" + "4e94fe4a-ba2f-41f4-9ee9-9c8cd8e60772" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T083958Z:f0ed0281-b39b-478b-96e2-e4cf2d18bfd3" + "WESTUS2:20210702T193248Z:4e94fe4a-ba2f-41f4-9ee9-9c8cd8e60772" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1685,29 +1118,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:39:57 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1715,26 +1145,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:33:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11993" ], "x-ms-request-id": [ - "1d64c1d1-9671-4a02-a2ee-215413ed0615" + "33dd10bb-e517-4807-8bb1-11beabc2a2d5" ], "x-ms-correlation-request-id": [ - "1d64c1d1-9671-4a02-a2ee-215413ed0615" + "33dd10bb-e517-4807-8bb1-11beabc2a2d5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084013Z:1d64c1d1-9671-4a02-a2ee-215413ed0615" + "WESTUS2:20210702T193304Z:33dd10bb-e517-4807-8bb1-11beabc2a2d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1742,29 +1175,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:40:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1772,26 +1202,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:33:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11992" ], "x-ms-request-id": [ - "b3601aa2-faeb-4efe-a8c9-86b4389dc91e" + "0cbf08e3-405d-419c-bb47-7ab0481bbf51" ], "x-ms-correlation-request-id": [ - "b3601aa2-faeb-4efe-a8c9-86b4389dc91e" + "0cbf08e3-405d-419c-bb47-7ab0481bbf51" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084029Z:b3601aa2-faeb-4efe-a8c9-86b4389dc91e" + "WESTUS2:20210702T193319Z:0cbf08e3-405d-419c-bb47-7ab0481bbf51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1799,29 +1232,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:40:29 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1829,26 +1259,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:33:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11991" ], "x-ms-request-id": [ - "87bd2a2d-30a5-405d-bdbe-27c405bad47a" + "0a194e84-874f-4c9a-9ca5-853b82789aa2" ], "x-ms-correlation-request-id": [ - "87bd2a2d-30a5-405d-bdbe-27c405bad47a" + "0a194e84-874f-4c9a-9ca5-853b82789aa2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084045Z:87bd2a2d-30a5-405d-bdbe-27c405bad47a" + "WESTUS2:20210702T193334Z:0a194e84-874f-4c9a-9ca5-853b82789aa2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1856,29 +1289,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:40:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1886,26 +1316,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:33:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11990" ], "x-ms-request-id": [ - "c5a0bf6c-f36c-42bd-9b9e-094b29d96c40" + "3c746233-2ee0-489e-805e-edfb4db3dbde" ], "x-ms-correlation-request-id": [ - "c5a0bf6c-f36c-42bd-9b9e-094b29d96c40" + "3c746233-2ee0-489e-805e-edfb4db3dbde" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084100Z:c5a0bf6c-f36c-42bd-9b9e-094b29d96c40" + "WESTUS2:20210702T193349Z:3c746233-2ee0-489e-805e-edfb4db3dbde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1913,29 +1346,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:40:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1943,26 +1373,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:34:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11989" ], "x-ms-request-id": [ - "fb1c5d4c-5d2b-4afe-83fb-b14e9751bdad" + "56bb13b0-e9e1-47df-9685-9df32449d420" ], "x-ms-correlation-request-id": [ - "fb1c5d4c-5d2b-4afe-83fb-b14e9751bdad" + "56bb13b0-e9e1-47df-9685-9df32449d420" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084116Z:fb1c5d4c-5d2b-4afe-83fb-b14e9751bdad" + "WESTUS2:20210702T193404Z:56bb13b0-e9e1-47df-9685-9df32449d420" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1970,29 +1403,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:41:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2000,26 +1430,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:34:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11988" ], "x-ms-request-id": [ - "0931aac7-7f30-4bc3-8c7a-43c822a52f48" + "77d4c713-c9a0-461a-86c0-e13fcd7ca875" ], "x-ms-correlation-request-id": [ - "0931aac7-7f30-4bc3-8c7a-43c822a52f48" + "77d4c713-c9a0-461a-86c0-e13fcd7ca875" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084131Z:0931aac7-7f30-4bc3-8c7a-43c822a52f48" + "WESTUS2:20210702T193419Z:77d4c713-c9a0-461a-86c0-e13fcd7ca875" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2027,29 +1460,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:41:31 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2057,26 +1487,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:34:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11987" ], "x-ms-request-id": [ - "b39ed586-de23-4377-9402-dc635c11eb08" + "1a452c5c-4171-4caf-b2eb-8042e41327fe" ], "x-ms-correlation-request-id": [ - "b39ed586-de23-4377-9402-dc635c11eb08" + "1a452c5c-4171-4caf-b2eb-8042e41327fe" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084147Z:b39ed586-de23-4377-9402-dc635c11eb08" + "WESTUS2:20210702T193434Z:1a452c5c-4171-4caf-b2eb-8042e41327fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2084,29 +1517,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:41:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2114,26 +1544,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:34:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11986" ], "x-ms-request-id": [ - "658cc8e2-e0e9-4eaf-9e35-395e324d3255" + "0bfdc993-e0d2-4a6a-a3d9-e308d2264c55" ], "x-ms-correlation-request-id": [ - "658cc8e2-e0e9-4eaf-9e35-395e324d3255" + "0bfdc993-e0d2-4a6a-a3d9-e308d2264c55" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084202Z:658cc8e2-e0e9-4eaf-9e35-395e324d3255" + "WESTUS2:20210702T193449Z:0bfdc993-e0d2-4a6a-a3d9-e308d2264c55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2141,29 +1574,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:42:02 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2171,26 +1601,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:35:03 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11985" ], "x-ms-request-id": [ - "c5332235-320d-403f-878c-b68c2607f759" + "8a232c0d-2161-419d-a083-bae2819e9343" ], "x-ms-correlation-request-id": [ - "c5332235-320d-403f-878c-b68c2607f759" + "8a232c0d-2161-419d-a083-bae2819e9343" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084218Z:c5332235-320d-403f-878c-b68c2607f759" + "WESTUS2:20210702T193504Z:8a232c0d-2161-419d-a083-bae2819e9343" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2198,29 +1631,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:42:17 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2228,26 +1658,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:35:18 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11984" ], "x-ms-request-id": [ - "11ad5094-b499-4c26-9373-ee405614ab9f" + "ed734727-df22-4b15-8dae-68cafa1fc13c" ], "x-ms-correlation-request-id": [ - "11ad5094-b499-4c26-9373-ee405614ab9f" + "ed734727-df22-4b15-8dae-68cafa1fc13c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084233Z:11ad5094-b499-4c26-9373-ee405614ab9f" + "WESTUS2:20210702T193519Z:ed734727-df22-4b15-8dae-68cafa1fc13c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2255,29 +1688,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:42:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2285,26 +1715,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:35:33 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11983" ], "x-ms-request-id": [ - "4319dacc-a387-4c81-ae94-27e9bb8549a5" + "8a927232-8c36-480c-a0a9-6aba95cc9b22" ], "x-ms-correlation-request-id": [ - "4319dacc-a387-4c81-ae94-27e9bb8549a5" + "8a927232-8c36-480c-a0a9-6aba95cc9b22" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084248Z:4319dacc-a387-4c81-ae94-27e9bb8549a5" + "WESTUS2:20210702T193534Z:8a927232-8c36-480c-a0a9-6aba95cc9b22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2312,29 +1745,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:42:48 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2342,26 +1772,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:35:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "11982" ], "x-ms-request-id": [ - "80399f7d-8b53-4a9e-ad67-cd1ae9e35fdd" + "8f64039d-dc38-411d-a9fe-b2230c3b5eca" ], "x-ms-correlation-request-id": [ - "80399f7d-8b53-4a9e-ad67-cd1ae9e35fdd" + "8f64039d-dc38-411d-a9fe-b2230c3b5eca" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084304Z:80399f7d-8b53-4a9e-ad67-cd1ae9e35fdd" + "WESTUS2:20210702T193549Z:8f64039d-dc38-411d-a9fe-b2230c3b5eca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2369,29 +1802,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:43:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2399,26 +1829,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:36:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11981" ], "x-ms-request-id": [ - "3cc2d1cb-90a5-4f15-afb6-533652575248" + "60e5d523-f428-499b-82f6-ae3ff4de5d1f" ], "x-ms-correlation-request-id": [ - "3cc2d1cb-90a5-4f15-afb6-533652575248" + "60e5d523-f428-499b-82f6-ae3ff4de5d1f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084319Z:3cc2d1cb-90a5-4f15-afb6-533652575248" + "WESTUS2:20210702T193604Z:60e5d523-f428-499b-82f6-ae3ff4de5d1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2426,29 +1859,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:43:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2456,26 +1886,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:36:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" + "11980" ], "x-ms-request-id": [ - "561e89dc-686d-491e-9922-cc9866d06e89" + "c315844c-5fd9-4b09-866a-3837d3b4dde0" ], "x-ms-correlation-request-id": [ - "561e89dc-686d-491e-9922-cc9866d06e89" + "c315844c-5fd9-4b09-866a-3837d3b4dde0" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084335Z:561e89dc-686d-491e-9922-cc9866d06e89" + "WESTUS2:20210702T193619Z:c315844c-5fd9-4b09-866a-3837d3b4dde0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2483,29 +1916,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:43:35 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2513,26 +1943,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:36:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11931" + "11979" ], "x-ms-request-id": [ - "1c48837d-4eb1-46e4-91ce-5831eabad341" + "05279ea1-8b1d-409b-ade2-e13489fdbc34" ], "x-ms-correlation-request-id": [ - "1c48837d-4eb1-46e4-91ce-5831eabad341" + "05279ea1-8b1d-409b-ade2-e13489fdbc34" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084350Z:1c48837d-4eb1-46e4-91ce-5831eabad341" + "WESTUS2:20210702T193634Z:05279ea1-8b1d-409b-ade2-e13489fdbc34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2540,29 +1973,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:43:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2570,26 +2000,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:36:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" + "11978" ], "x-ms-request-id": [ - "d41787ab-3e4d-47db-97f6-17242849844f" + "de69d05b-2a3b-4f33-be63-1a44434d30b2" ], "x-ms-correlation-request-id": [ - "d41787ab-3e4d-47db-97f6-17242849844f" + "de69d05b-2a3b-4f33-be63-1a44434d30b2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084406Z:d41787ab-3e4d-47db-97f6-17242849844f" + "WESTUS2:20210702T193649Z:de69d05b-2a3b-4f33-be63-1a44434d30b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2597,29 +2030,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:44:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2627,26 +2057,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:37:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" + "11977" ], "x-ms-request-id": [ - "27683d7a-620d-42ed-a6a0-43858c956ab3" + "eff777ae-0495-4efa-a156-4907052bf07a" ], "x-ms-correlation-request-id": [ - "27683d7a-620d-42ed-a6a0-43858c956ab3" + "eff777ae-0495-4efa-a156-4907052bf07a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084421Z:27683d7a-620d-42ed-a6a0-43858c956ab3" + "WESTUS2:20210702T193704Z:eff777ae-0495-4efa-a156-4907052bf07a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2654,29 +2087,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:44:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2684,26 +2114,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:37:19 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11928" + "11976" ], "x-ms-request-id": [ - "4bf5b2e1-ea3d-4528-bcab-dc969613ace2" + "14c8748a-933e-4951-8faf-4926a5962b55" ], "x-ms-correlation-request-id": [ - "4bf5b2e1-ea3d-4528-bcab-dc969613ace2" + "14c8748a-933e-4951-8faf-4926a5962b55" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084437Z:4bf5b2e1-ea3d-4528-bcab-dc969613ace2" + "WESTUS2:20210702T193719Z:14c8748a-933e-4951-8faf-4926a5962b55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2711,29 +2144,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:44:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2741,26 +2171,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:37:34 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" + "11975" ], "x-ms-request-id": [ - "389497c6-00d2-4c85-a29c-3b769f1277a0" + "af6c4baf-3a07-42d9-b29f-843013234b07" ], "x-ms-correlation-request-id": [ - "389497c6-00d2-4c85-a29c-3b769f1277a0" + "af6c4baf-3a07-42d9-b29f-843013234b07" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084452Z:389497c6-00d2-4c85-a29c-3b769f1277a0" + "WESTUS2:20210702T193734Z:af6c4baf-3a07-42d9-b29f-843013234b07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2768,29 +2201,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:44:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2798,26 +2228,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:37:49 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11926" + "11974" ], "x-ms-request-id": [ - "cc7f5349-c633-4b0e-81bc-516bc195d371" + "e33af034-8d58-4da2-bb97-7e659b7c5bb6" ], "x-ms-correlation-request-id": [ - "cc7f5349-c633-4b0e-81bc-516bc195d371" + "e33af034-8d58-4da2-bb97-7e659b7c5bb6" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084508Z:cc7f5349-c633-4b0e-81bc-516bc195d371" + "WESTUS2:20210702T193749Z:e33af034-8d58-4da2-bb97-7e659b7c5bb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2825,29 +2258,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:45:07 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2855,26 +2285,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:38:04 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11925" + "11973" ], "x-ms-request-id": [ - "717f1c85-d3e3-4880-84d0-1818f88144b4" + "9fc1b7e6-5ae5-48d4-9a8f-e1f14208a40e" ], "x-ms-correlation-request-id": [ - "717f1c85-d3e3-4880-84d0-1818f88144b4" + "9fc1b7e6-5ae5-48d4-9a8f-e1f14208a40e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084523Z:717f1c85-d3e3-4880-84d0-1818f88144b4" + "WESTUS2:20210702T193804Z:9fc1b7e6-5ae5-48d4-9a8f-e1f14208a40e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2882,29 +2315,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:45:23 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2912,20 +2342,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:38:19 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11924" + "11972" ], "x-ms-request-id": [ - "37b5253c-e8a9-4080-9e0a-00154de30c6c" + "29fd14a3-9cf8-4ec4-9aaa-1e415775f3c9" ], "x-ms-correlation-request-id": [ - "37b5253c-e8a9-4080-9e0a-00154de30c6c" + "29fd14a3-9cf8-4ec4-9aaa-1e415775f3c9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084539Z:37b5253c-e8a9-4080-9e0a-00154de30c6c" + "WESTUS2:20210702T193819Z:29fd14a3-9cf8-4ec4-9aaa-1e415775f3c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2933,29 +2366,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:45:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDk3NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGszTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2963,20 +2393,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:38:19 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11923" + "11971" ], "x-ms-request-id": [ - "abfdfded-01bf-4472-8501-189ce3815ce8" + "23a2cdba-1e1d-45ea-918a-51ec7f300364" ], "x-ms-correlation-request-id": [ - "abfdfded-01bf-4472-8501-189ce3815ce8" + "23a2cdba-1e1d-45ea-918a-51ec7f300364" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084539Z:abfdfded-01bf-4472-8501-189ce3815ce8" + "WESTUS2:20210702T193819Z:23a2cdba-1e1d-45ea-918a-51ec7f300364" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2984,14 +2417,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:45:39 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3000,8 +2430,8 @@ ], "Names": { "ContainerServiceGetCredentialsTest": [ - "aks-dotnet-sdk-RG-9744", - "azsmnet8933" + "aks-dotnet-sdk-RG-3621", + "azsmnet5584" ] }, "Variables": { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceListOrchestratorsTest.json b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceListOrchestratorsTest.json deleted file mode 100644 index 00b41c20348a..000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceListOrchestratorsTest.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/orchestrators?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcmNoZXN0cmF0b3JzP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0dfa086b-7059-420b-915e-9051dc6bf2ec" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T084543Z:c9c0de17-eb14-400d-b467-38d93c2a47e1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" - ], - "x-ms-correlation-request-id": [ - "c9c0de17-eb14-400d-b467-38d93c2a47e1" - ], - "x-ms-request-id": [ - "cac18150-a373-49cf-b1d7-3dd9b4c007e5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "Date": [ - "Wed, 26 Aug 2020 08:45:43 GMT" - ], - "Content-Length": [ - "17482" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/orchestrators\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\r\n \"properties\": {\r\n \"orchestrators\": [\r\n {\r\n \"orchestratorType\": \"DCOS\",\r\n \"orchestratorVersion\": \"1.10.0\"\r\n },\r\n {\r\n \"orchestratorType\": \"DCOS\",\r\n \"orchestratorVersion\": \"1.9.0\"\r\n },\r\n {\r\n \"orchestratorType\": \"DCOS\",\r\n \"orchestratorVersion\": \"1.8.8\"\r\n },\r\n {\r\n \"orchestratorType\": \"Swarm\",\r\n \"orchestratorVersion\": \"swarm:1.1.0\"\r\n },\r\n {\r\n \"orchestratorType\": \"SwarmMode\",\r\n \"orchestratorVersion\": \"17.03.*\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.6.9\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.13.11\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.13.12\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.13.11\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.13.12\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.8\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.13.12\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.8\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.7\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.8\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.11\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.12\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.8\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.11\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.12\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.7\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.11\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.12\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.6\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.9\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.11\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.12\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.6\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.11\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.12\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.6\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.12\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.6\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.12\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.6\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.6\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.2\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.3\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.4\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.5\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.7\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.2\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.3\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.4\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.5\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.9\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.2\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.3\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.4\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.5\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.10\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.2\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.3\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.4\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.5\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"default\": true,\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.2\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.3\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.4\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.5\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.2\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.3\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.4\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.5\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.1\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.2\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.4\",\r\n \"isPreview\": true\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.3\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.4\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.5\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.1\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.2\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.4\",\r\n \"isPreview\": true\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.4\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.5\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.1\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.2\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.4\",\r\n \"isPreview\": true\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.5\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.1\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.2\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.4\",\r\n \"isPreview\": true\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.7\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.1\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.2\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.4\",\r\n \"isPreview\": true\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.1\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.2\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.4\",\r\n \"isPreview\": true\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.1\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.2\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.4\",\r\n \"isPreview\": true\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.2\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.4\",\r\n \"isPreview\": true\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.4\",\r\n \"isPreview\": true,\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n }\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8" - } -} \ No newline at end of file diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceUpdateServiceTest.json b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceUpdateServiceTest.json index 2c853f97ab9b..b8508d164f23 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceUpdateServiceTest.json +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceUpdateServiceTest.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f7f2d5b-1cc5-4f06-880e-7d1b16514638" + "2b379f83-a318-4684-ba29-3191d5fcce61" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -23,6 +23,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:07:18 GMT" + ], "Pragma": [ "no-cache" ], @@ -30,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "c0607fd4-9f49-404e-ba85-aee7e29aa62d" + "d75535a1-01ea-4577-bf7f-84d90f6d6da9" ], "x-ms-correlation-request-id": [ - "c0607fd4-9f49-404e-ba85-aee7e29aa62d" + "d75535a1-01ea-4577-bf7f-84d90f6d6da9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080426Z:c0607fd4-9f49-404e-ba85-aee7e29aa62d" + "WESTUS2:20210702T190719Z:d75535a1-01ea-4577-bf7f-84d90f6d6da9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,38 +47,35 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:04:25 GMT" + "Content-Length": [ + "101562" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "99274" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV\",\r\n \"name\": \"r-k8sts15325aYDV\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2019-03-14 09:23:48Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008070541-yyAmX\",\r\n \"name\": \"e2erg-prodebld2008070541-yyAmX\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597039818\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-07 12:00:58Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008070541-yyAmX_e2eaks-WZB_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008070541-yyAmX_e2eaks-WZB_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597044377\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141056-OQWgb\",\r\n \"name\": \"e2erg-prodebld2008141056-OQWgb\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141056-crnlg\",\r\n \"name\": \"e2erg-prodebld2008141056-crnlg\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008141056-crnlg_e2eaks-TPA_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008141056-crnlg_e2eaks-TPA_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597662538\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008141114-kEgVB\",\r\n \"name\": \"e2erg-prodebld2008141114-kEgVB\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-14 12:02:14Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1597669743\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008141114-kEgVB_e2eaks-FAb_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008141114-kEgVB_e2eaks-FAb_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597669743\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008142224-JRDdF\",\r\n \"name\": \"e2erg-prodebld2008142224-JRDdF\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-15 00:01:11Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008142224-JRDdF_e2eaks-ffW_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008142224-JRDdF_e2eaks-ffW_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008142254-kSZUU\",\r\n \"name\": \"e2erg-prodebld2008142254-kSZUU\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-15 00:01:11Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008142254-kSZUU_billing-a_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008142254-kSZUU_billing-a_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597705853\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180423-MJKDG\",\r\n \"name\": \"e2erg-prodebld2008180423-MJKDG\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008180423-MJKDG_e2eaks-fGZ_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008180423-MJKDG_e2eaks-fGZ_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598199899\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180426-gZQMm\",\r\n \"name\": \"e2erg-prodebld2008180426-gZQMm\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008180426-tMzLm\",\r\n \"name\": \"e2erg-prodebld2008180426-tMzLm\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597991401\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008180426-tMzLm_e2eaks-dda_westeurope\",\r\n \"name\": \"MC_e2erg-prodebld2008180426-tMzLm_e2eaks-dda_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598253556\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"coin\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2003231452-gudnR\",\r\n \"name\": \"e2erg-prodebld2003231452-gudnR\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1585206291\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-03-23 12:01:33Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2003231452-gudnR_e2eaks-iHt_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2003231452-gudnR_e2eaks-iHt_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1585206291\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251629-NOlxM\",\r\n \"name\": \"e2erg-prodebld2008251629-NOlxM\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598609690\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251630-XmfRr\",\r\n \"name\": \"e2erg-prodebld2008251630-XmfRr\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598609690\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008251630-XmfRr_e2eaks-prr_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008251630-XmfRr_e2eaks-prr_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260916-fEnfG\",\r\n \"name\": \"e2erg-prodebld2008260916-fEnfG\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260916-fEnfG_e2eaks-TVz_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260916-fEnfG_e2eaks-TVz_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260936-FPqmY\",\r\n \"name\": \"e2erg-prodebld2008260936-FPqmY\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260936-FPqmY_e2eaks-gRH_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260936-FPqmY_e2eaks-gRH_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008260941-NKAZq\",\r\n \"name\": \"e2erg-prodebld2008260941-NKAZq\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008260941-NKAZq_e2eaks-Yjj_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008260941-NKAZq_e2eaks-Yjj_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261040-LFlHH\",\r\n \"name\": \"e2erg-prodebld2008261040-LFlHH\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261040-LFlHH_e2eaks-HPs_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008261040-LFlHH_e2eaks-HPs_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261424-uCUFX\",\r\n \"name\": \"e2erg-prodebld2008261424-uCUFX\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598683172\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261424-uCUFX_e2eaks-NEu_francecentral\",\r\n \"name\": \"MC_e2erg-prodebld2008261424-uCUFX_e2eaks-NEu_francecentral\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/chuhua-internal-access-test-2\",\r\n \"name\": \"chuhua-internal-access-test-2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596201197\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-29 00:01:08Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xleastus2_xizhakb_eastus2\",\r\n \"name\": \"MC_xleastus2_xizhakb_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598328971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598340066\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34131508-EASTUS2EUAP\",\r\n \"name\": \"hcppmillerebld34131508-EASTUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34131508\",\r\n \"name\": \"sqlpmillerebld34131508\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34131798-eastus2euap\",\r\n \"name\": \"hcppmillerebld34131798-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34131798\",\r\n \"name\": \"sqlpmillerebld34131798\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34166150\",\r\n \"name\": \"sqlpmillerebld34166150\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-3\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-3\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-svc-0\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-svc-0\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-2\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34166150-eastus2euap-cx-1\",\r\n \"name\": \"hcppmillerebld34166150-eastus2euap-cx-1\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598461724\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpmillerebld34167951\",\r\n \"name\": \"sqlpmillerebld34167951\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-2\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-3\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-3\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-svc-0\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-svc-0\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppmillerebld34167951-eastus2euap-cx-1\",\r\n \"name\": \"hcppmillerebld34167951-eastus2euap-cx-1\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464935\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_euap01_eastus2euap\",\r\n \"name\": \"MC_lima-test_euap01_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao-euap-centralus\",\r\n \"name\": \"haitao-euap-centralus\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595797478\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-24 00:01:14Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_rucguptTest_azPolicy_centralus\",\r\n \"name\": \"MC_rucguptTest_azPolicy_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/rucguptTest\",\r\n \"name\": \"rucguptTest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xiahe-test\",\r\n \"name\": \"xiahe-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiahe-test_xiahe-test_eastus\",\r\n \"name\": \"MC_xiahe-test_xiahe-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xinywa\",\r\n \"name\": \"xinywa\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yangl\",\r\n \"name\": \"yangl\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yangl_sig_canadaeast\",\r\n \"name\": \"MC_yangl_sig_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/chuhua-aks-test-internal-access\",\r\n \"name\": \"chuhua-aks-test-internal-access\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596201197\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-29 00:01:08Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261010-TxcYZ\",\r\n \"name\": \"e2erg-prodebld2008261010-TxcYZ\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598667290\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261010-TxcYZ_e2eaks-jgZ_japaneast\",\r\n \"name\": \"MC_e2erg-prodebld2008261010-TxcYZ_e2eaks-jgZ_japaneast\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008261038-HWDUL\",\r\n \"name\": \"e2erg-prodebld2008261038-HWDUL\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008261038-HWDUL_e2eaks-oVi_japaneast\",\r\n \"name\": \"MC_e2erg-prodebld2008261038-HWDUL_e2eaks-oVi_japaneast\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/go-adal-msi\",\r\n \"name\": \"go-adal-msi\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597007750\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-07 00:02:41Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ben2-provision-test\",\r\n \"name\": \"ben2-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ben2-provision-test_ben2-provision-test_westus\",\r\n \"name\": \"MC_ben2-provision-test_ben2-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008250002-UGaNY\",\r\n \"name\": \"e2erg-prodebld2008250002-UGaNY\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008250002-UGaNY_e2eaks-PnT_westus\",\r\n \"name\": \"MC_e2erg-prodebld2008250002-UGaNY_e2eaks-PnT_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598645491\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-vicarageha_aro-casketstra-bopo55ffno_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-vicarageha_aro-casketstra-bopo55ffno_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1580698908\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag5\": \"testMapString5\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9d7c5dcb-1375-458c-a09c-d09734793292\",\r\n \"name\": \"9d7c5dcb-1375-458c-a09c-d09734793292\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag5\": \"testMapString5\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate34_zhuoliclusterprivate34_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate34_zhuoliclusterprivate34_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581102119\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/7aff1e81-ba4b-4b5e-95b8-9d22c0e9856a\",\r\n \"name\": \"7aff1e81-ba4b-4b5e-95b8-9d22c0e9856a\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate39_zhuoliclusterprivate39_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate39_zhuoliclusterprivate39_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581231829\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/b7cdece6-bbb4-4e9d-b5a3-995c75c4de1b\",\r\n \"name\": \"b7cdece6-bbb4-4e9d-b5a3-995c75c4de1b\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_zhuoliclusterprivate41_zhuoliclusterprivate41_westus2\",\r\n \"name\": \"OS_zhuoliclusterprivate41_zhuoliclusterprivate41_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581282436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2e77f8b5-568c-4f2d-83ce-ef7fdd7ec21b\",\r\n \"name\": \"2e77f8b5-568c-4f2d-83ce-ef7fdd7ec21b\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-timexsibel_aro-poisonousl-bp1f7pahae_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-timexsibel_aro-poisonousl-bp1f7pahae_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581706849\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag1\": \"aro-BitTorrent-bp1f7jqhae\",\r\n \"testTag2\": \"aro-wisteriass-bp1f7jqhae\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/85b90eb9-5628-4fb0-95f4-383aac00201d\",\r\n \"name\": \"85b90eb9-5628-4fb0-95f4-383aac00201d\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag1\": \"aro-BitTorrent-bp1f7jqhae\",\r\n \"testTag2\": \"aro-wisteriass-bp1f7jqhae\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-nihilistco_aro-showsgerit-bpffvvjr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-nihilistco_aro-showsgerit-bpffvvjr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1583546558\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-scoreparal-bpffvrrr19\",\r\n \"testTag4\": \"aro-nimbibulki-bpffvrrr19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9b5eacb4-a108-41c1-b76f-cdcca239eabc\",\r\n \"name\": \"9b5eacb4-a108-41c1-b76f-cdcca239eabc\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-scoreparal-bpffvrrr19\",\r\n \"testTag4\": \"aro-nimbibulki-bpffvrrr19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"coin\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1593529369\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilder-rg\",\r\n \"name\": \"aksvhdbuilder-rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/AKS-Win\",\r\n \"name\": \"AKS-Win\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597980340\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-win-acr\",\r\n \"name\": \"aks-win-acr\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1597984288\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-18 12:02:27Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2\",\r\n \"name\": \"hcpabelchebld34050906-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598075528\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlabelchebld34050906\",\r\n \"name\": \"sqlabelchebld34050906\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598075528\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-21 12:04:47Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-svc-0\",\r\n \"name\": \"hcpabelchebld34050906-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-1\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-2\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34050906-westus2-cx-3\",\r\n \"name\": \"hcpabelchebld34050906-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598070465\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34050906_demo2004_westus2\",\r\n \"name\": \"MC_abelchebld34050906_demo2004_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"abelchebld34050906\",\r\n \"deletion_due_time\": \"1598253556\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34104130-westus2\",\r\n \"name\": \"hcpbaheebld34104130-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld34104130\",\r\n \"name\": \"sqlbaheebld34104130\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-23 12:01:21Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34104130\",\r\n \"name\": \"hcpbaheebld34104130\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/backcompat-test-linux-46660-MjIxY\",\r\n \"name\": \"backcompat-test-linux-46660-MjIxY\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_backcompat-test-linux-46660-MjIxY_MjIxY_westus2\",\r\n \"name\": \"MC_backcompat-test-linux-46660-MjIxY_MjIxY_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/backcompat-test-win-46660-NjA2M\",\r\n \"name\": \"backcompat-test-win-46660-NjA2M\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_backcompat-test-win-46660-NjA2M_NjA2M_westus2\",\r\n \"name\": \"MC_backcompat-test-win-46660-NjA2M_NjA2M_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598433547\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34115608-westus2\",\r\n \"name\": \"hcpguweebld34115608-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34115608\",\r\n \"name\": \"sqlguweebld34115608\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-24 12:02:21Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_guweebld34115608_guwe0824a_westus2\",\r\n \"name\": \"MC_guweebld34115608_guwe0824a_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"guweebld34115608\",\r\n \"deletion_due_time\": \"1598501701\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2\",\r\n \"name\": \"hcpabelchebld34118333-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlabelchebld34118333\",\r\n \"name\": \"sqlabelchebld34118333\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-1\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-svc-0\",\r\n \"name\": \"hcpabelchebld34118333-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-2\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpabelchebld34118333-westus2-cx-3\",\r\n \"name\": \"hcpabelchebld34118333-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34118333_test2004_westus2\",\r\n \"name\": \"MC_abelchebld34118333_test2004_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598440770\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34114510-lWiMp\",\r\n \"name\": \"e2erg-qinhaoebld34114510-lWiMp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598537712\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34114510-lWiMp_e2eaks-Nng_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34114510-lWiMp_e2eaks-Nng_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598537712\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/zuya20200824rg\",\r\n \"name\": \"zuya20200824rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zuya20200824rg_zuya20200824aks_westus2\",\r\n \"name\": \"MC_zuya20200824rg_zuya20200824aks_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34114510-JhPNR\",\r\n \"name\": \"e2erg-qinhaoebld34114510-JhPNR\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34114510-JhPNR_e2eaks-HQw_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34114510-JhPNR_e2eaks-HQw_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598541305\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld34128399-westus2\",\r\n \"name\": \"hcpnikelleebld34128399-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld34128399\",\r\n \"name\": \"sqlnikelleebld34128399\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld34121999-OoXrU\",\r\n \"name\": \"e2erg-qinhaoebld34121999-OoXrU\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld34121999-OoXrU_e2eaks-QGT_westus2\",\r\n \"name\": \"MC_e2erg-qinhaoebld34121999-OoXrU_e2eaks-QGT_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/qinhao-upgrade\",\r\n \"name\": \"qinhao-upgrade\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598544888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34129746-westus2\",\r\n \"name\": \"hcpismilleebld34129746-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34129746\",\r\n \"name\": \"sqlismilleebld34129746\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34129876-westus2\",\r\n \"name\": \"hcpjoolshevebld34129876-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34129876\",\r\n \"name\": \"sqljoolshevebld34129876\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130227-westus2\",\r\n \"name\": \"hcpismilleebld34130227-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130227\",\r\n \"name\": \"sqlismilleebld34130227\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130395-westus2\",\r\n \"name\": \"hcpismilleebld34130395-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130395\",\r\n \"name\": \"sqlismilleebld34130395\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34130867-westus2\",\r\n \"name\": \"hcpismilleebld34130867-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34130867\",\r\n \"name\": \"sqlismilleebld34130867\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34131342-westus2\",\r\n \"name\": \"hcpismilleebld34131342-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34131342\",\r\n \"name\": \"sqlismilleebld34131342\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_joolshevebld34129876_test_westus2\",\r\n \"name\": \"MC_joolshevebld34129876_test_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"joolshevebld34129876\",\r\n \"deletion_due_time\": \"1598548688\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-nikelleebld34128399-Amjs\",\r\n \"name\": \"e2erg-nikelleebld34128399-Amjs\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34132247-westus2\",\r\n \"name\": \"hcpismilleebld34132247-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34132247\",\r\n \"name\": \"sqlismilleebld34132247\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34132703-westus2\",\r\n \"name\": \"hcpismilleebld34132703-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34132703\",\r\n \"name\": \"sqlismilleebld34132703\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34133073-westus2\",\r\n \"name\": \"hcpismilleebld34133073-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34133073\",\r\n \"name\": \"sqlismilleebld34133073\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34133710-westus2\",\r\n \"name\": \"hcpismilleebld34133710-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34133710\",\r\n \"name\": \"sqlismilleebld34133710\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-nikelleebld34128399-zjyc\",\r\n \"name\": \"e2erg-nikelleebld34128399-zjyc\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598552747\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-nikelleebld34128399-zjyc_e2eaks-MFw_westus2\",\r\n \"name\": \"MC_e2erg-nikelleebld34128399-zjyc_e2eaks-MFw_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34134509-westus2\",\r\n \"name\": \"hcpismilleebld34134509-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34134509\",\r\n \"name\": \"sqlismilleebld34134509\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34135103-westus2\",\r\n \"name\": \"hcpismilleebld34135103-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34135103\",\r\n \"name\": \"sqlismilleebld34135103\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598556088\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34136614-westus2\",\r\n \"name\": \"hcpismilleebld34136614-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34136614\",\r\n \"name\": \"sqlismilleebld34136614\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie0824\",\r\n \"name\": \"robbie0824\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie0824_testmetricsserver_westus2\",\r\n \"name\": \"MC_robbie0824_testmetricsserver_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598559034\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34137891-westus2\",\r\n \"name\": \"hcpismilleebld34137891-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34137891\",\r\n \"name\": \"sqlismilleebld34137891\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34138934-westus2\",\r\n \"name\": \"hcpismilleebld34138934-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34138934\",\r\n \"name\": \"sqlismilleebld34138934\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34139317-westus2\",\r\n \"name\": \"hcpismilleebld34139317-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34139317\",\r\n \"name\": \"sqlismilleebld34139317\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598563107\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/bowatest\",\r\n \"name\": \"bowatest\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_bowatest_bowatestvmss_westus2\",\r\n \"name\": \"MC_bowatest_bowatestvmss_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34141166-westus2\",\r\n \"name\": \"hcpismilleebld34141166-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34141166\",\r\n \"name\": \"sqlismilleebld34141166\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34141885-westus2\",\r\n \"name\": \"hcpismilleebld34141885-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34141885\",\r\n \"name\": \"sqlismilleebld34141885\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34142895-westus2\",\r\n \"name\": \"hcpismilleebld34142895-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34142895\",\r\n \"name\": \"sqlismilleebld34142895\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598570174\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34144718-westus2\",\r\n \"name\": \"hcpismilleebld34144718-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34144718\",\r\n \"name\": \"sqlismilleebld34144718\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 00:04:34Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598573928\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_qinhao-upgrade_qinhao-upgrade_westus2\",\r\n \"name\": \"MC_qinhao-upgrade_qinhao-upgrade_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598581408\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld34149377\",\r\n \"name\": \"hcpbaheebld34149377\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34149586-westus2\",\r\n \"name\": \"hcpismilleebld34149586-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34149586\",\r\n \"name\": \"sqlismilleebld34149586\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598584682\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34150227-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34150227-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598418098\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_guweebld34150227_guwe0825p_westus2\",\r\n \"name\": \"MC_guweebld34150227_guwe0825p_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"guweebld34150227\",\r\n \"deletion_due_time\": \"1598592035\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-test\",\r\n \"name\": \"jiliu8-test\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld34154688-westus2\",\r\n \"name\": \"hcpbinxiebld34154688-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld34154688\",\r\n \"name\": \"sqlbinxiebld34154688\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2\",\r\n \"name\": \"hcplimaebld34154903-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqllimaebld34154903\",\r\n \"name\": \"sqllimaebld34154903\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-3\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-1\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-cx-2\",\r\n \"name\": \"hcplimaebld34154903-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcplimaebld34154903-westus2-svc-0\",\r\n \"name\": \"hcplimaebld34154903-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598430178\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008251452-EscgP\",\r\n \"name\": \"e2erg-prodebld2008251452-EscgP\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008251452-EscgP_e2eaks-mFR_westus2\",\r\n \"name\": \"MC_e2erg-prodebld2008251452-EscgP_e2eaks-mFR_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598599423\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2\",\r\n \"name\": \"hcpguweebld34155745-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34155745\",\r\n \"name\": \"sqlguweebld34155745\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34155745-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34155745-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34155745-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598429873\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld34156969-westus2\",\r\n \"name\": \"hcpandliuebld34156969-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld34156969\",\r\n \"name\": \"sqlandliuebld34156969\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2\",\r\n \"name\": \"hcpguweebld34156975-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34156975\",\r\n \"name\": \"sqlguweebld34156975\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld34156969\",\r\n \"name\": \"hcpandliuebld34156969\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpandliuebld34156969_hcpandliuebld34156969-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598432958\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34156975-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34156975-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34156975-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598431989\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34160715-westus2\",\r\n \"name\": \"hcpismilleebld34160715-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598620399\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34160715\",\r\n \"name\": \"sqlismilleebld34160715\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2020-08-25 12:02:57Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"deletion_due_time\": \"1598620399\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlqinhaoebld34161761\",\r\n \"name\": \"sqlqinhaoebld34161761\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-1\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-2\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-cx-3\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpqinhaoebld34161761-westus2-svc-0\",\r\n \"name\": \"hcpqinhaoebld34161761-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598447843\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163471-westus2\",\r\n \"name\": \"hcpismilleebld34163471-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163471\",\r\n \"name\": \"sqlismilleebld34163471\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163707-westus2\",\r\n \"name\": \"hcpismilleebld34163707-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163707\",\r\n \"name\": \"sqlismilleebld34163707\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34163957-westus2\",\r\n \"name\": \"hcpismilleebld34163957-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34163957\",\r\n \"name\": \"sqlismilleebld34163957\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34164426-westus2\",\r\n \"name\": \"hcpismilleebld34164426-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34164426\",\r\n \"name\": \"sqlismilleebld34164426\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598628075\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34165810-westus2\",\r\n \"name\": \"hcpismilleebld34165810-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34165810\",\r\n \"name\": \"sqlismilleebld34165810\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34166108-westus2\",\r\n \"name\": \"hcpismilleebld34166108-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34166108\",\r\n \"name\": \"sqlismilleebld34166108\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598634947\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34167698\",\r\n \"name\": \"sqljoolshevebld34167698\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-svc-0\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-3\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-1\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34167698-westus2-cx-2\",\r\n \"name\": \"hcpjoolshevebld34167698-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598462534\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598466377\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld34168577\",\r\n \"name\": \"sqljoolshevebld34168577\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598466377\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-3\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-1\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-svc-0\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld34168577-westus2-cx-2\",\r\n \"name\": \"hcpjoolshevebld34168577-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598464950\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34171150-westus2\",\r\n \"name\": \"hcpismilleebld34171150-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34171150\",\r\n \"name\": \"sqlismilleebld34171150\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34171724-westus2\",\r\n \"name\": \"hcpismilleebld34171724-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34171724\",\r\n \"name\": \"sqlismilleebld34171724\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598642136\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34172827-westus2\",\r\n \"name\": \"hcpismilleebld34172827-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598470110\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34172827\",\r\n \"name\": \"sqlismilleebld34172827\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598470110\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34174869-westus2\",\r\n \"name\": \"hcpismilleebld34174869-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598473506\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34174869\",\r\n \"name\": \"sqlismilleebld34174869\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598473506\",\r\n \"deletion_marked_by\": \"teardown\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpismilleebld34175370-westus2\",\r\n \"name\": \"hcpismilleebld34175370-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598649359\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlismilleebld34175370\",\r\n \"name\": \"sqlismilleebld34175370\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598649359\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/windows\",\r\n \"name\": \"windows\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598652499\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_windows_windows_westus2\",\r\n \"name\": \"MC_windows_windows_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598656259\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2\",\r\n \"name\": \"hcpguweebld34185241-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlguweebld34185241\",\r\n \"name\": \"sqlguweebld34185241\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-svc-0\",\r\n \"name\": \"hcpguweebld34185241-westus2-svc-0\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-2\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-3\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-3\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpguweebld34185241-westus2-cx-1\",\r\n \"name\": \"hcpguweebld34185241-westus2-cx-1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598492187\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abelchebld34118333_testwnp_westus2\",\r\n \"name\": \"MC_abelchebld34118333_testwnp_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"abelchebld34118333\",\r\n \"deletion_due_time\": \"1598671724\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188204-westus2\",\r\n \"name\": \"hcpzhongzebld34188204-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhongzebld34188204\",\r\n \"name\": \"sqlzhongzebld34188204\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188204\",\r\n \"name\": \"hcpzhongzebld34188204\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188204_hcpzhongzebld34188204-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598502656\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188819-westus2\",\r\n \"name\": \"hcpzhongzebld34188819-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhongzebld34188819\",\r\n \"name\": \"sqlzhongzebld34188819\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhongzebld34188819\",\r\n \"name\": \"hcpzhongzebld34188819\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpzhongzebld34188819_hcpzhongzebld34188819-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598508793\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhongzebld34188819_zhongztest16_westus2\",\r\n \"name\": \"MC_zhongzebld34188819_zhongztest16_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhongzebld34188819\",\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhongzebld34188819_zhongztest18_westus2\",\r\n \"name\": \"MC_zhongzebld34188819_zhongztest18_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhongzebld34188819\",\r\n \"deletion_due_time\": \"1598686391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2007162026-VIEgi\",\r\n \"name\": \"e2erg-prodebld2007162026-VIEgi\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595193180\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-07-17 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2007162026-VIEgi_e2eaks-pTD_australiaeast\",\r\n \"name\": \"MC_e2erg-prodebld2007162026-VIEgi_e2eaks-pTD_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1595470344\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008031812-ixwxP\",\r\n \"name\": \"e2erg-prodebld2008031812-ixwxP\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596739293\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-04 00:05:40Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008031812-PWnVz\",\r\n \"name\": \"e2erg-prodebld2008031812-PWnVz\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596739293\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-04 00:05:40Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008031812-PWnVz_e2eaks-ICB_australiaeast\",\r\n \"name\": \"MC_e2erg-prodebld2008031812-PWnVz_e2eaks-ICB_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1596870903\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yangl_test_australiaeast\",\r\n \"name\": \"MC_yangl_test_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598663956\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-prodebld2008192056-ohpsq\",\r\n \"name\": \"e2erg-prodebld2008192056-ohpsq\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598130148\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-20 00:04:07Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-prodebld2008192056-ohpsq_e2eaks-NiI_eastasia\",\r\n \"name\": \"MC_e2erg-prodebld2008192056-ohpsq_e2eaks-NiI_eastasia\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598378698\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xlEastUS2\",\r\n \"name\": \"xlEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1598623566\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-08-26 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-entombingj_aro-peroration-bnq2cd6bc3_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-entombingj_aro-peroration-bnq2cd6bc3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000005\",\r\n \"deletion_due_time\": \"1576541346\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576281751\",\r\n \"now_day\": \"14\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/7bf95809-249a-4cbb-a261-73dd32e0cb75\",\r\n \"name\": \"7bf95809-249a-4cbb-a261-73dd32e0cb75\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-furlhuston\",\r\n \"name\": \"aro-e2e-cluster-furlhuston\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azwatch.first-seen\": \"2019-12-17 00:01:02Z\",\r\n \"azwatch.recycling-mark\": \"1\",\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1576800306\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576540200\",\r\n \"now_day\": \"16\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-furlhuston_aro-cancelsslo-bns1ga0iol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-furlhuston_aro-cancelsslo-bns1ga0iol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1576800306\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1576540298\",\r\n \"now_day\": \"16\",\r\n \"now_month\": \"12\",\r\n \"now_year\": \"2019\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/0c521917-3cb3-4de5-ad90-9b90e19c9758\",\r\n \"name\": \"0c521917-3cb3-4de5-ad90-9b90e19c9758\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-blossoming_aro-crusaderpe-bo7ra9vu0q_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-blossoming_aro-crusaderpe-bo7ra9vu0q_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000004\",\r\n \"deletion_due_time\": \"1578348203\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1578087819\",\r\n \"now_day\": \"3\",\r\n \"now_month\": \"1\",\r\n \"now_year\": \"2020\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/0ed95d7f-fd62-40e8-a36a-06f819c0ebc1\",\r\n \"name\": \"0ed95d7f-fd62-40e8-a36a-06f819c0ebc1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-particular_aro-finneganmc-bob6vm0iol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-particular_aro-finneganmc-bob6vm0iol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1578790938\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag1\": \"testMapString1\",\r\n \"testTag2\": \"testMapString2\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/d0cea153-4a9e-4fbf-8508-b15aad65e515\",\r\n \"name\": \"d0cea153-4a9e-4fbf-8508-b15aad65e515\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-entreaties_aro-needlework-bogl05giol_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-entreaties_aro-needlework-bogl05giol_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-1000002\",\r\n \"deletion_due_time\": \"1579500899\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1579241594\",\r\n \"now_day\": \"17\",\r\n \"now_month\": \"1\",\r\n \"now_year\": \"2020\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/9095e38b-656f-4c3b-9e66-e4b4ec3c3961\",\r\n \"name\": \"9095e38b-656f-4c3b-9e66-e4b4ec3c3961\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"addnewplan\": \"True\",\r\n \"planname\": \"byovnet\",\r\n \"planproduct\": \"open-shift-azure-proxy-test-preview\",\r\n \"planpublisher\": \"osatesting\",\r\n \"planversion\": \"1.0.0\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi1_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi1_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi2_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi2_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosiwesteurope_westeurope\",\r\n \"name\": \"MC_tosi1_tosiwesteurope_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625414838\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"coin\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111-uksouth\",\r\n \"name\": \"hcpgalofirebld44040111-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44040111\",\r\n \"name\": \"sqlgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111\",\r\n \"name\": \"hcpgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224-uksouth\",\r\n \"name\": \"hcpgalofirebld44041224-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44041224\",\r\n \"name\": \"sqlgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224\",\r\n \"name\": \"hcpgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115-uksouth\",\r\n \"name\": \"hcpgalofirebld44054115-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44054115\",\r\n \"name\": \"sqlgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115\",\r\n \"name\": \"hcpgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625493994\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320-southcentralus\",\r\n \"name\": \"hcptqinchenebld44088320-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltqinchenebld44088320\",\r\n \"name\": \"sqltqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320\",\r\n \"name\": \"hcptqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622207190\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622981261\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0604e\",\r\n \"name\": \"doliu0604e\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0604e_t2w_eastus2euap\",\r\n \"name\": \"MC_doliu0604e_t2w_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/michael-scale\",\r\n \"name\": \"michael-scale\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_michael-scale_michael-scale_eastus2\",\r\n \"name\": \"MC_michael-scale_michael-scale_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458018\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksetctestganesh\",\r\n \"name\": \"aksetctestganesh\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAP\",\r\n \"name\": \"DefaultResourceGroup-EAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"name\": \"MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/gktestconfig\",\r\n \"name\": \"gktestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"name\": \"MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ganeshtestconfig\",\r\n \"name\": \"ganeshtestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"name\": \"MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"name\": \"MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625407643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi0702private_eastus2\",\r\n \"name\": \"MC_binxi_binxi0702private_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625504745\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi070201_eastus2\",\r\n \"name\": \"MC_binxi_binxi070201_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-dapr\",\r\n \"name\": \"jiliu8-dapr\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624453613\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44110084-KEATU\",\r\n \"name\": \"e2erg-toncheebld44110084-KEATU\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1602774559\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-10-13 00:08:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156-eastus\",\r\n \"name\": \"hcpxinywaebld43996156-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxinywaebld43996156\",\r\n \"name\": \"sqlxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156\",\r\n \"name\": \"hcpxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksDKCTestGanesh\",\r\n \"name\": \"aksDKCTestGanesh\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655-eastus\",\r\n \"name\": \"hcpshmalfatebld44020655-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44020655\",\r\n \"name\": \"sqlshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655\",\r\n \"name\": \"hcpshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124-eastus\",\r\n \"name\": \"hcptilnlebld44021124-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltilnlebld44021124\",\r\n \"name\": \"sqltilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124\",\r\n \"name\": \"hcptilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474-eastus\",\r\n \"name\": \"hcpbinxiebld44032474-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld44032474\",\r\n \"name\": \"sqlbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474\",\r\n \"name\": \"hcpbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxiebld44032474_test1_eastus\",\r\n \"name\": \"MC_binxiebld44032474_test1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049-eastus\",\r\n \"name\": \"hcpjiliuebld44041049-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiliuebld44041049\",\r\n \"name\": \"sqljiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049\",\r\n \"name\": \"hcpjiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370-eastus\",\r\n \"name\": \"hcpaleldeibebld44056370-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44056370\",\r\n \"name\": \"sqlaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370\",\r\n \"name\": \"hcpaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065539-eastus\",\r\n \"name\": \"hcpaleldeibebld44065539-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065539\",\r\n \"name\": \"sqlaleldeibebld44065539\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065814-eastus\",\r\n \"name\": \"hcpaleldeibebld44065814-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065814\",\r\n \"name\": \"sqlaleldeibebld44065814\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281-eastus\",\r\n \"name\": \"hcpaleldeibebld44066281-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44066281\",\r\n \"name\": \"sqlaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281\",\r\n \"name\": \"hcpaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560-eastus\",\r\n \"name\": \"hcpandliuebld44067560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld44067560\",\r\n \"name\": \"sqlandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560\",\r\n \"name\": \"hcpandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-LGSsum\",\r\n \"name\": \"e2erg-jiliuebld44041049-LGSsum\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"name\": \"MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625296008\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057-eastus\",\r\n \"name\": \"hcpgalofirebld44073057-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44073057\",\r\n \"name\": \"sqlgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057\",\r\n \"name\": \"hcpgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld44067560_andliu3_eastus\",\r\n \"name\": \"MC_andliuebld44067560_andliu3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"andliuebld44067560\",\r\n \"deletion_due_time\": \"1625378786\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"name\": \"MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"galofirebld44073057\",\r\n \"deletion_due_time\": \"1625310357\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-cdQWNg\",\r\n \"name\": \"e2erg-jiliuebld44041049-cdQWNg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-Alxiqi\",\r\n \"name\": \"e2erg-jiliuebld44041049-Alxiqi\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44084491\",\r\n \"name\": \"sqltjnguyenebld44084491\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867-eastus\",\r\n \"name\": \"hcptienleebld44090867-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltienleebld44090867\",\r\n \"name\": \"sqltienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tienle-vhdgeneralized32-rg\",\r\n \"name\": \"tienle-vhdgeneralized32-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339265\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867\",\r\n \"name\": \"hcptienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"name\": \"MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/agentbaker-e2e-tests\",\r\n \"name\": \"agentbaker-e2e-tests\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"name\": \"MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935-eastus\",\r\n \"name\": \"hcpchmcbridebld44098935-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44098935\",\r\n \"name\": \"sqlchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935\",\r\n \"name\": \"hcpchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mutiagenteast\",\r\n \"name\": \"mutiagenteast\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilderrg\",\r\n \"name\": \"aksvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461-eastus\",\r\n \"name\": \"hcpchmcbridebld44101461-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44101461\",\r\n \"name\": \"sqlchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461\",\r\n \"name\": \"hcpchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357-eastus\",\r\n \"name\": \"hcptjuliayiebld44102357-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44102357\",\r\n \"name\": \"sqltjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357\",\r\n \"name\": \"hcptjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao\",\r\n \"name\": \"haitao\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_haitao_bootA_eastus\",\r\n \"name\": \"MC_haitao_bootA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110-eastus\",\r\n \"name\": \"hcpbaheebld44108110-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44108110\",\r\n \"name\": \"sqlbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110\",\r\n \"name\": \"hcpbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld44108110_test_eastus\",\r\n \"name\": \"MC_baheebld44108110_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld44108110\",\r\n \"deletion_due_time\": \"1625371669\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054-eastus\",\r\n \"name\": \"hcphaitchebld44115054-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlhaitchebld44115054\",\r\n \"name\": \"sqlhaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054\",\r\n \"name\": \"hcphaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508-eastus\",\r\n \"name\": \"hcpbaheebld44124508-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44124508\",\r\n \"name\": \"sqlbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosieastus_eastus\",\r\n \"name\": \"MC_tosi1_tosieastus_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508\",\r\n \"name\": \"hcpbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097-eastus\",\r\n \"name\": \"hcptjnguyenebld44127097-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44127097\",\r\n \"name\": \"sqltjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097\",\r\n \"name\": \"hcptjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442-eastus\",\r\n \"name\": \"hcptrangebld44131442-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltrangebld44131442\",\r\n \"name\": \"sqltrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442\",\r\n \"name\": \"hcptrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868-eastus\",\r\n \"name\": \"hcpaganeshkebld44135868-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaganeshkebld44135868\",\r\n \"name\": \"sqlaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868\",\r\n \"name\": \"hcpaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-trangebld44131442-nHqzZl\",\r\n \"name\": \"e2erg-trangebld44131442-nHqzZl\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"name\": \"MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"hcp performance\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695-eastus\",\r\n \"name\": \"hcpnikelleebld44137695-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld44137695\",\r\n \"name\": \"sqlnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695\",\r\n \"name\": \"hcpnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016-eastus\",\r\n \"name\": \"hcptchamakaebld44140016-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44140016\",\r\n \"name\": \"sqltchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016\",\r\n \"name\": \"hcptchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267-eastus\",\r\n \"name\": \"hcptaboraebld44146267-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltaboraebld44146267\",\r\n \"name\": \"sqltaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267\",\r\n \"name\": \"hcptaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687-eastus\",\r\n \"name\": \"hcpasilvermebld44147687-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlasilvermebld44147687\",\r\n \"name\": \"sqlasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687\",\r\n \"name\": \"hcpasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld43927544-RJIOA\",\r\n \"name\": \"e2erg-qinhaoebld43927544-RJIOA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"name\": \"MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"windows k8s\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077-eastus\",\r\n \"name\": \"hcpjiesheebld44153077-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiesheebld44153077\",\r\n \"name\": \"sqljiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077\",\r\n \"name\": \"hcpjiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515-eastus\",\r\n \"name\": \"hcpshmalfatebld44167515-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44167515\",\r\n \"name\": \"sqlshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515\",\r\n \"name\": \"hcpshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516-eastus\",\r\n \"name\": \"hcptjuliayiebld44169516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44169516\",\r\n \"name\": \"sqltjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516\",\r\n \"name\": \"hcptjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"name\": \"MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tjuliayiebld44169516\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-psl7rbiu6l\",\r\n \"name\": \"pkr-Resource-Group-psl7rbiu6l\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248199\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-uwkt8qzc9k\",\r\n \"name\": \"pkr-Resource-Group-uwkt8qzc9k\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248283\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995-eastus\",\r\n \"name\": \"hcptchamakaebld44171995-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44171995\",\r\n \"name\": \"sqltchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995\",\r\n \"name\": \"hcptchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"shmalfatebld44167515\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44107243-nnPeJ\",\r\n \"name\": \"e2erg-toncheebld44107243-nnPeJ\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44109962-CnPeG\",\r\n \"name\": \"e2erg-toncheebld44109962-CnPeG\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/asilverman-provision-test\",\r\n \"name\": \"asilverman-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"name\": \"MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625425583\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917-westus\",\r\n \"name\": \"hcpyunrugeebld44138917-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld44138917\",\r\n \"name\": \"sqlyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917\",\r\n \"name\": \"hcpyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099-westus\",\r\n \"name\": \"hcpmirsikebld44142099-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmirsikebld44142099\",\r\n \"name\": \"sqlmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099\",\r\n \"name\": \"hcpmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624928888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"coin\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_niqi-test-capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitch\",\r\n \"name\": \"haitch\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tosi1\",\r\n \"name\": \"tosi1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"name\": \"e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625472459\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625212001\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-tmp\",\r\n \"name\": \"lima-tmp\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"coin\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44072710\",\r\n \"name\": \"yizhangebld44072710\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAU\",\r\n \"name\": \"DefaultResourceGroup-EAU\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625335599\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44096015\",\r\n \"name\": \"yizhangebld44096015\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44096015\",\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44099246\",\r\n \"name\": \"yizhangebld44099246\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1495?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE0OTU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-708?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTcwOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "02b9412c-aca7-4be9-a2b0-f38eef0e2e23" + "044753a5-7625-4d88-9d2b-940bf987eb0c" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -89,6 +89,9 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:07:19 GMT" + ], "Pragma": [ "no-cache" ], @@ -96,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "948f13da-94e5-4033-a31a-7b521db5b94d" + "a6639ba7-3074-4f55-b967-7b81fbeecb8a" ], "x-ms-correlation-request-id": [ - "948f13da-94e5-4033-a31a-7b521db5b94d" + "a6639ba7-3074-4f55-b967-7b81fbeecb8a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080429Z:948f13da-94e5-4033-a31a-7b521db5b94d" + "WESTUS2:20210702T190720Z:a6639ba7-3074-4f55-b967-7b81fbeecb8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,11 +113,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:04:29 GMT" - ], "Content-Length": [ - "198" + "196" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,52 +123,58 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1495\",\r\n \"name\": \"aks-dotnet-sdk-RG-1495\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-708\",\r\n \"name\": \"aks-dotnet-sdk-RG-708\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1495/providers/Microsoft.ContainerService/managedClusters/azsmnet6299?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE0OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NjI5OT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTcwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ5OTM2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\",\r\n \"secret\": \"cef93fc9-1fae-44d4-bb47-9da8f28af538\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\",\r\n \"secret\": \"XFP5t_5wcL48VA00GY7OunpsVlcTR228Co\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "970352c8-f438-433b-b04d-de143ea87c58" + "ee61869e-9b09-4679-835f-a6ec9329360d" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "412" + "410" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:07:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/bfbf750c-d7d7-4441-af9f-c3ecef72d5c0?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30" ], "x-ms-correlation-request-id": [ - "5c5a4013-bce5-4321-9476-1f0d5d2d948a" + "3ff0aeb3-0e69-4ff0-847e-2c5c0ed80826" ], "x-ms-request-id": [ - "bfbf750c-d7d7-4441-af9f-c3ecef72d5c0" + "21f688bb-3e6e-4415-b3d1-a0fea5b25f30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -176,17 +182,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080447Z:5c5a4013-bce5-4321-9476-1f0d5d2d948a" - ], - "Date": [ - "Wed, 26 Aug 2020 08:04:47 GMT" + "WESTUS2:20210702T190726Z:3ff0aeb3-0e69-4ff0-847e-2c5c0ed80826" ], "Content-Length": [ - "1592" + "1791" ], "Content-Type": [ "application/json" @@ -195,52 +195,61 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1495/providers/Microsoft.ContainerService/managedClusters/azsmnet6299\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet6299\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-308bf560.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.06\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\"\r\n },\r\n \"addonProfiles\": {\r\n \"KubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-1495_azsmnet6299_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet9936\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-1e40c40c.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-1e40c40c.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1495/providers/Microsoft.ContainerService/managedClusters/azsmnet6299?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE0OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NjI5OT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTcwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ5OTM2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"osType\": \"Linux\",\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"mode\": \"System\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {}\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\"\r\n },\r\n \"addonProfiles\": {\r\n \"KubeDashboard\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-1495_azsmnet6299_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-1495_azsmnet6299_westus2/providers/Microsoft.Network/publicIPAddresses/3f4804de-4405-4dcd-b8b8-5c40579279cf\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"mode\": \"System\",\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2/providers/Microsoft.Network/publicIPAddresses/3abd50ed-5b17-44ef-8eeb-f6544dc8b2f0\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "39320397-7a3b-48b7-8e32-4b491544bb48" + "1119c063-6f3c-4d5f-88dc-490b2c92fea7" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1535" + "1567" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:11:00 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20210702T191101Z:9ecb4751-09e7-4001-89cb-112443e5b4e2" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e7d12688-4057-4dba-9614-1a2a2853741a?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e262e4fd-c7a3-4e55-9979-fba7e7edc4cc?api-version=2016-03-30" ], "x-ms-correlation-request-id": [ - "3872c1f3-bc0e-44bf-a38e-6d5cc669d985" + "9ecb4751-09e7-4001-89cb-112443e5b4e2" ], "x-ms-request-id": [ - "e7d12688-4057-4dba-9614-1a2a2853741a" + "e262e4fd-c7a3-4e55-9979-fba7e7edc4cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -248,17 +257,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080759Z:3872c1f3-bc0e-44bf-a38e-6d5cc669d985" - ], - "Date": [ - "Wed, 26 Aug 2020 08:07:58 GMT" - ], "Content-Length": [ - "1856" + "2054" ], "Content-Type": [ "application/json" @@ -267,37 +267,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1495/providers/Microsoft.ContainerService/managedClusters/azsmnet6299\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet6299\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Scaling\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-308bf560.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Scaling\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.06\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\"\r\n },\r\n \"addonProfiles\": {\r\n \"KubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-1495_azsmnet6299_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-1495_azsmnet6299_westus2/providers/Microsoft.Network/publicIPAddresses/3f4804de-4405-4dcd-b8b8-5c40579279cf\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet9936\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Scaling\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-1e40c40c.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-1e40c40c.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Scaling\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2/providers/Microsoft.Network/publicIPAddresses/3abd50ed-5b17-44ef-8eeb-f6544dc8b2f0\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/bfbf750c-d7d7-4441-af9f-c3ecef72d5c0?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JmYmY3NTBjLWQ3ZDctNDQ0MS1hZjlmLWMzZWNlZjcyZDVjMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:07:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "34432c25-2d5d-4707-a9b1-fb74374a4d25" + "86e3bca1-821c-42d2-9e9b-64fa2df622fe" ], "x-ms-request-id": [ - "b58c20de-c766-409d-b10b-a3f7e3c25a11" + "33f814c1-f54c-4323-acb4-c3a5758adf60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -305,17 +311,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080518Z:34432c25-2d5d-4707-a9b1-fb74374a4d25" - ], - "Date": [ - "Wed, 26 Aug 2020 08:05:17 GMT" + "WESTUS2:20210702T190756Z:86e3bca1-821c-42d2-9e9b-64fa2df622fe" ], "Content-Length": [ - "126" + "120" ], "Content-Type": [ "application/json" @@ -324,37 +324,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"0c75bfbf-d7d7-4144-af9f-c3ecef72d5c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:04:44.2249153Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/bfbf750c-d7d7-4441-af9f-c3ecef72d5c0?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JmYmY3NTBjLWQ3ZDctNDQ0MS1hZjlmLWMzZWNlZjcyZDVjMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:08:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-correlation-request-id": [ - "17ed9f82-8d16-4830-8e8f-facfea40cb8a" + "27a550b4-13b5-4fd6-87a9-abeee9d4b057" ], "x-ms-request-id": [ - "442754de-68bf-496d-a8a4-7c4947015cea" + "2cd0c97d-f783-4f6d-8898-7930d9b4d35e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -362,17 +368,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080548Z:17ed9f82-8d16-4830-8e8f-facfea40cb8a" - ], - "Date": [ - "Wed, 26 Aug 2020 08:05:47 GMT" + "WESTUS2:20210702T190826Z:27a550b4-13b5-4fd6-87a9-abeee9d4b057" ], "Content-Length": [ - "126" + "120" ], "Content-Type": [ "application/json" @@ -381,37 +381,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"0c75bfbf-d7d7-4144-af9f-c3ecef72d5c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:04:44.2249153Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/bfbf750c-d7d7-4441-af9f-c3ecef72d5c0?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JmYmY3NTBjLWQ3ZDctNDQ0MS1hZjlmLWMzZWNlZjcyZDVjMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:08:55 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-correlation-request-id": [ - "526798a0-b133-4d69-8673-4ea191dd83eb" + "665e3c8f-949d-4de0-a22f-27cc35e48183" ], "x-ms-request-id": [ - "96bb1d8e-6d1d-4f01-9306-9b996a309a75" + "25f1afa2-c20d-4227-a25b-847025c2ba11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -419,17 +425,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080618Z:526798a0-b133-4d69-8673-4ea191dd83eb" - ], - "Date": [ - "Wed, 26 Aug 2020 08:06:18 GMT" + "WESTUS2:20210702T190856Z:665e3c8f-949d-4de0-a22f-27cc35e48183" ], "Content-Length": [ - "126" + "120" ], "Content-Type": [ "application/json" @@ -438,37 +438,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"0c75bfbf-d7d7-4144-af9f-c3ecef72d5c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:04:44.2249153Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/bfbf750c-d7d7-4441-af9f-c3ecef72d5c0?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JmYmY3NTBjLWQ3ZDctNDQ0MS1hZjlmLWMzZWNlZjcyZDVjMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:09:26 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-correlation-request-id": [ - "1cdc84fa-1776-4363-98b0-2250434d3750" + "ebb4a315-9828-4a6b-a512-e84e9500b40b" ], "x-ms-request-id": [ - "f437325d-94cd-46ca-a26a-2748c9ea5704" + "295ec7aa-6a67-46ad-9e17-b4c7e56544bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -476,17 +482,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080649Z:1cdc84fa-1776-4363-98b0-2250434d3750" - ], - "Date": [ - "Wed, 26 Aug 2020 08:06:49 GMT" + "WESTUS2:20210702T190926Z:ebb4a315-9828-4a6b-a512-e84e9500b40b" ], "Content-Length": [ - "126" + "120" ], "Content-Type": [ "application/json" @@ -495,37 +495,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"0c75bfbf-d7d7-4144-af9f-c3ecef72d5c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:04:44.2249153Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/bfbf750c-d7d7-4441-af9f-c3ecef72d5c0?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JmYmY3NTBjLWQ3ZDctNDQ0MS1hZjlmLWMzZWNlZjcyZDVjMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:09:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11995" ], "x-ms-correlation-request-id": [ - "fabc9eb7-c240-4197-b90a-459f0b7d31b0" + "8d75aa23-ba7a-478f-b278-33c55094d740" ], "x-ms-request-id": [ - "2b26afc8-4ea9-4168-8be0-45843d93df9a" + "ccd835d5-bbe1-4b75-b61d-f123686412e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -533,17 +539,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080719Z:fabc9eb7-c240-4197-b90a-459f0b7d31b0" - ], - "Date": [ - "Wed, 26 Aug 2020 08:07:19 GMT" + "WESTUS2:20210702T190956Z:8d75aa23-ba7a-478f-b278-33c55094d740" ], "Content-Length": [ - "126" + "120" ], "Content-Type": [ "application/json" @@ -552,37 +552,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"0c75bfbf-d7d7-4144-af9f-c3ecef72d5c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:04:44.2249153Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/bfbf750c-d7d7-4441-af9f-c3ecef72d5c0?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JmYmY3NTBjLWQ3ZDctNDQ0MS1hZjlmLWMzZWNlZjcyZDVjMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:10:25 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11994" ], "x-ms-correlation-request-id": [ - "6ee34f1b-78be-4fb7-8fc5-da0e08a82036" + "2868224e-7846-47ce-b216-ce2807be7a2c" ], "x-ms-request-id": [ - "9c3c9503-6294-4f20-9681-c8581dcfa436" + "36f0d2e1-2adb-4cb0-aa68-7a481fad6fa8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -590,17 +596,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080750Z:6ee34f1b-78be-4fb7-8fc5-da0e08a82036" - ], - "Date": [ - "Wed, 26 Aug 2020 08:07:49 GMT" + "WESTUS2:20210702T191026Z:2868224e-7846-47ce-b216-ce2807be7a2c" ], "Content-Length": [ - "170" + "120" ], "Content-Type": [ "application/json" @@ -609,37 +609,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"0c75bfbf-d7d7-4144-af9f-c3ecef72d5c0\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-08-26T08:04:44.2249153Z\",\r\n \"endTime\": \"2020-08-26T08:07:45.8689252Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1495/providers/Microsoft.ContainerService/managedClusters/azsmnet6299?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE0OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NjI5OT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:10:56 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11993" ], "x-ms-correlation-request-id": [ - "dd6cb9be-e9b8-44a6-987f-130553b8fd16" + "ec101a51-6b12-47e4-9664-8752cd26d156" ], "x-ms-request-id": [ - "30fb11d3-3fd0-43ff-bad3-017f3cfb2e74" + "e10579bc-00ff-4051-b4a0-1a105dbe5924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -647,17 +653,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080750Z:dd6cb9be-e9b8-44a6-987f-130553b8fd16" - ], - "Date": [ - "Wed, 26 Aug 2020 08:07:50 GMT" + "WESTUS2:20210702T191056Z:ec101a51-6b12-47e4-9664-8752cd26d156" ], "Content-Length": [ - "1860" + "164" ], "Content-Type": [ "application/json" @@ -666,94 +666,46 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1495/providers/Microsoft.ContainerService/managedClusters/azsmnet6299\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet6299\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-308bf560.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.06\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\"\r\n },\r\n \"addonProfiles\": {\r\n \"KubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-1495_azsmnet6299_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-1495_azsmnet6299_westus2/providers/Microsoft.Network/publicIPAddresses/3f4804de-4405-4dcd-b8b8-5c40579279cf\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\",\r\n \"endTime\": \"2021-07-02T19:10:47.6917627Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1495/providers/Microsoft.ContainerService/managedClusters/azsmnet6299?api-version=2020-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE0OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NjI5OT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTcwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ5OTM2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:10:56 GMT" + ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-correlation-request-id": [ - "0c946f03-aff5-43b4-a52a-02be7eb6633c" - ], - "x-ms-request-id": [ - "bde6f1c5-fd31-42a0-98e0-94990ae0c3de" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Server": [ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081102Z:0c946f03-aff5-43b4-a52a-02be7eb6633c" - ], - "Date": [ - "Wed, 26 Aug 2020 08:11:02 GMT" - ], - "Content-Length": [ - "1860" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1495/providers/Microsoft.ContainerService/managedClusters/azsmnet6299\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet6299\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-308bf560.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.06\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"615c7c82-c738-47bf-ba44-4d2c79a3299d\"\r\n },\r\n \"addonProfiles\": {\r\n \"KubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-1495_azsmnet6299_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-1495_azsmnet6299_westus2/providers/Microsoft.Network/publicIPAddresses/3f4804de-4405-4dcd-b8b8-5c40579279cf\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e7d12688-4057-4dba-9614-1a2a2853741a?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2U3ZDEyNjg4LTQwNTctNGRiYS05NjE0LTFhMmEyODUzNzQxYT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" + "WESTUS2:20210702T191057Z:29502405-b8cd-452d-9e4c-8898f65d2385" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11992" ], "x-ms-correlation-request-id": [ - "df30783c-f7a3-4150-8531-354f5172ff25" + "29502405-b8cd-452d-9e4c-8898f65d2385" ], "x-ms-request-id": [ - "7bba368f-dfd6-484d-b0e7-d6fcf7351218" + "96a4476c-5dbe-4bce-bfcb-3ccc37544afb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -761,17 +713,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080829Z:df30783c-f7a3-4150-8531-354f5172ff25" - ], - "Date": [ - "Wed, 26 Aug 2020 08:08:28 GMT" - ], "Content-Length": [ - "126" + "2058" ], "Content-Type": [ "application/json" @@ -780,37 +723,46 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"8826d1e7-5740-ba4d-9614-1a2a2853741a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:07:55.9961932Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet9936\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-1e40c40c.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-1e40c40c.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2/providers/Microsoft.Network/publicIPAddresses/3abd50ed-5b17-44ef-8eeb-f6544dc8b2f0\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e7d12688-4057-4dba-9614-1a2a2853741a?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2U3ZDEyNjg4LTQwNTctNGRiYS05NjE0LTFhMmEyODUzNzQxYT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTcwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ5OTM2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:13:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20210702T191301Z:e5afe014-f6d7-4505-bbca-24dbe42508bd" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11987" ], "x-ms-correlation-request-id": [ - "faf463d3-5ad4-4b57-9c6c-61864376be5a" + "e5afe014-f6d7-4505-bbca-24dbe42508bd" ], "x-ms-request-id": [ - "0ef4364a-4a31-4b4f-a8a9-662ccdfefd5c" + "b477f0eb-4660-47cd-9ec4-fa1e8f017fe0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -818,17 +770,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080900Z:faf463d3-5ad4-4b57-9c6c-61864376be5a" - ], - "Date": [ - "Wed, 26 Aug 2020 08:08:59 GMT" - ], "Content-Length": [ - "126" + "2058" ], "Content-Type": [ "application/json" @@ -837,37 +780,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"8826d1e7-5740-ba4d-9614-1a2a2853741a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:07:55.9961932Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet9936\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-1e40c40c.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-1e40c40c.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2/providers/Microsoft.Network/publicIPAddresses/3abd50ed-5b17-44ef-8eeb-f6544dc8b2f0\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e7d12688-4057-4dba-9614-1a2a2853741a?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2U3ZDEyNjg4LTQwNTctNGRiYS05NjE0LTFhMmEyODUzNzQxYT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e262e4fd-c7a3-4e55-9979-fba7e7edc4cc?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2UyNjJlNGZkLWM3YTMtNGU1NS05OTc5LWZiYTdlN2VkYzRjYz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:11:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-correlation-request-id": [ - "ec20c74d-acf0-4a1d-a18c-3506b5103f45" + "a6b07763-41e3-4878-8cc8-9c4d5ea5b907" ], "x-ms-request-id": [ - "bf29abd2-b4d6-454c-b7df-cb8768fb1595" + "74127a37-af4a-4428-82f0-374248e37da6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -875,17 +824,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T080930Z:ec20c74d-acf0-4a1d-a18c-3506b5103f45" - ], - "Date": [ - "Wed, 26 Aug 2020 08:09:30 GMT" + "WESTUS2:20210702T191131Z:a6b07763-41e3-4878-8cc8-9c4d5ea5b907" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -894,37 +837,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"8826d1e7-5740-ba4d-9614-1a2a2853741a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:07:55.9961932Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"fde462e2-a3c7-554e-9979-fba7e7edc4cc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:11:00.06Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e7d12688-4057-4dba-9614-1a2a2853741a?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2U3ZDEyNjg4LTQwNTctNGRiYS05NjE0LTFhMmEyODUzNzQxYT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e262e4fd-c7a3-4e55-9979-fba7e7edc4cc?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2UyNjJlNGZkLWM3YTMtNGU1NS05OTc5LWZiYTdlN2VkYzRjYz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:12:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-correlation-request-id": [ - "5a0fc7bc-73fc-459f-b08a-f67e3cb96e42" + "a81838c6-95ff-4eca-b29a-6143e86d15ad" ], "x-ms-request-id": [ - "0c20d8a4-062e-4089-83c5-33aad49ce386" + "39e9691d-93e3-4c61-b29f-12f2322ce3b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -932,17 +881,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081000Z:5a0fc7bc-73fc-459f-b08a-f67e3cb96e42" - ], - "Date": [ - "Wed, 26 Aug 2020 08:10:00 GMT" + "WESTUS2:20210702T191201Z:a81838c6-95ff-4eca-b29a-6143e86d15ad" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -951,37 +894,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"8826d1e7-5740-ba4d-9614-1a2a2853741a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:07:55.9961932Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"fde462e2-a3c7-554e-9979-fba7e7edc4cc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:11:00.06Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e7d12688-4057-4dba-9614-1a2a2853741a?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2U3ZDEyNjg4LTQwNTctNGRiYS05NjE0LTFhMmEyODUzNzQxYT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e262e4fd-c7a3-4e55-9979-fba7e7edc4cc?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2UyNjJlNGZkLWM3YTMtNGU1NS05OTc5LWZiYTdlN2VkYzRjYz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:12:30 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11989" ], "x-ms-correlation-request-id": [ - "6fee1a18-c979-41d9-8e40-acd85f6bc397" + "666b34ba-2aa0-4cc4-9e4a-08562224b905" ], "x-ms-request-id": [ - "aa25d5cb-014f-412f-97c3-25154e157a41" + "80ad1af9-3184-4c1b-b2f0-b36eb74b7d22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -989,17 +938,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081031Z:6fee1a18-c979-41d9-8e40-acd85f6bc397" - ], - "Date": [ - "Wed, 26 Aug 2020 08:10:31 GMT" + "WESTUS2:20210702T191231Z:666b34ba-2aa0-4cc4-9e4a-08562224b905" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -1008,37 +951,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"8826d1e7-5740-ba4d-9614-1a2a2853741a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-26T08:07:55.9961932Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"fde462e2-a3c7-554e-9979-fba7e7edc4cc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:11:00.06Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e7d12688-4057-4dba-9614-1a2a2853741a?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2U3ZDEyNjg4LTQwNTctNGRiYS05NjE0LTFhMmEyODUzNzQxYT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e262e4fd-c7a3-4e55-9979-fba7e7edc4cc?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2UyNjJlNGZkLWM3YTMtNGU1NS05OTc5LWZiYTdlN2VkYzRjYz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:13:01 GMT" + ], "Pragma": [ "no-cache" ], + "Server": [ + "nginx" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11988" ], "x-ms-correlation-request-id": [ - "aec9db3f-8444-4f4f-ad3f-b8c912f506e2" + "4cbdcd80-2b77-4447-8ef7-8f35a653eab5" ], "x-ms-request-id": [ - "116db80f-8fe9-45b2-bda6-9c79a78ebb34" + "2f5aadbe-0e57-438d-a856-c1a205a2caf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1046,17 +995,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081102Z:aec9db3f-8444-4f4f-ad3f-b8c912f506e2" - ], - "Date": [ - "Wed, 26 Aug 2020 08:11:02 GMT" + "WESTUS2:20210702T191301Z:4cbdcd80-2b77-4447-8ef7-8f35a653eab5" ], "Content-Length": [ - "170" + "165" ], "Content-Type": [ "application/json" @@ -1065,25 +1008,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"8826d1e7-5740-ba4d-9614-1a2a2853741a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-08-26T08:07:55.9961932Z\",\r\n \"endTime\": \"2020-08-26T08:10:43.6718088Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"fde462e2-a3c7-554e-9979-fba7e7edc4cc\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T19:11:00.06Z\",\r\n \"endTime\": \"2021-07-02T19:12:57.2961163Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1495?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE0OTU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-708?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTcwOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "258ed4f7-85b7-4422-972d-196b2654c55e" + "3299315f-25ef-4d08-a56b-9774debe62a0" ], - "Accept-Language": [ + "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1091,26 +1034,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:13:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "cd0df327-a279-436e-9a77-894cc5bb496f" + "d21de538-6c73-47d6-8075-74b0d5b11979" ], "x-ms-correlation-request-id": [ - "cd0df327-a279-436e-9a77-894cc5bb496f" + "d21de538-6c73-47d6-8075-74b0d5b11979" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081107Z:cd0df327-a279-436e-9a77-894cc5bb496f" + "WESTUS2:20210702T191302Z:d21de538-6c73-47d6-8075-74b0d5b11979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1118,29 +1064,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:11:06 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1148,11 +1091,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:13:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1161,13 +1107,13 @@ "11999" ], "x-ms-request-id": [ - "00286545-cb57-43fb-8c6a-774316bd96e4" + "00b5b731-ecb6-4e4e-83af-9cca17401fe2" ], "x-ms-correlation-request-id": [ - "00286545-cb57-43fb-8c6a-774316bd96e4" + "00b5b731-ecb6-4e4e-83af-9cca17401fe2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081122Z:00286545-cb57-43fb-8c6a-774316bd96e4" + "WESTUS2:20210702T191317Z:00b5b731-ecb6-4e4e-83af-9cca17401fe2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1175,29 +1121,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:11:21 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1205,11 +1148,14 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:13:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1218,583 +1164,13 @@ "11998" ], "x-ms-request-id": [ - "59ca077b-ab45-4b78-8b02-e21aad98fc81" - ], - "x-ms-correlation-request-id": [ - "59ca077b-ab45-4b78-8b02-e21aad98fc81" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081138Z:59ca077b-ab45-4b78-8b02-e21aad98fc81" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:11:37 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "cb9ef68e-7c4b-4bb1-8be6-6ca5b55df087" - ], - "x-ms-correlation-request-id": [ - "cb9ef68e-7c4b-4bb1-8be6-6ca5b55df087" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081153Z:cb9ef68e-7c4b-4bb1-8be6-6ca5b55df087" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:11:53 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-request-id": [ - "ceb0d0ee-4be5-4890-bdad-103884206b46" - ], - "x-ms-correlation-request-id": [ - "ceb0d0ee-4be5-4890-bdad-103884206b46" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081209Z:ceb0d0ee-4be5-4890-bdad-103884206b46" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:12:08 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "64bfcdd5-95d9-479e-9de6-bdd4d73a557e" - ], - "x-ms-correlation-request-id": [ - "64bfcdd5-95d9-479e-9de6-bdd4d73a557e" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081224Z:64bfcdd5-95d9-479e-9de6-bdd4d73a557e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:12:24 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-request-id": [ - "9f8369e4-774f-4a95-9a3d-e14d8fb7557a" - ], - "x-ms-correlation-request-id": [ - "9f8369e4-774f-4a95-9a3d-e14d8fb7557a" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081240Z:9f8369e4-774f-4a95-9a3d-e14d8fb7557a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:12:39 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "69f4939e-2ec2-461e-9048-9d52faa2ad8e" - ], - "x-ms-correlation-request-id": [ - "69f4939e-2ec2-461e-9048-9d52faa2ad8e" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081255Z:69f4939e-2ec2-461e-9048-9d52faa2ad8e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:12:54 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-request-id": [ - "62707459-ee51-44e7-8e51-f3c28d20fc8b" - ], - "x-ms-correlation-request-id": [ - "62707459-ee51-44e7-8e51-f3c28d20fc8b" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081323Z:62707459-ee51-44e7-8e51-f3c28d20fc8b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:13:22 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-request-id": [ - "f64f3455-bf17-41c5-892a-198a2d1b8ae3" - ], - "x-ms-correlation-request-id": [ - "f64f3455-bf17-41c5-892a-198a2d1b8ae3" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081339Z:f64f3455-bf17-41c5-892a-198a2d1b8ae3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:13:39 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-request-id": [ - "a7236f9c-7871-4107-b113-07b5ff9e433e" - ], - "x-ms-correlation-request-id": [ - "a7236f9c-7871-4107-b113-07b5ff9e433e" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081354Z:a7236f9c-7871-4107-b113-07b5ff9e433e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:13:54 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-request-id": [ - "4bad0d6a-e836-45fc-ad54-91e0b70e39a6" - ], - "x-ms-correlation-request-id": [ - "4bad0d6a-e836-45fc-ad54-91e0b70e39a6" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081410Z:4bad0d6a-e836-45fc-ad54-91e0b70e39a6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 26 Aug 2020 08:14:09 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-request-id": [ - "02a48621-d0e1-43da-9d11-3cf97bf5281b" + "af8e9ebf-228a-4e07-9a33-fa811585224d" ], "x-ms-correlation-request-id": [ - "02a48621-d0e1-43da-9d11-3cf97bf5281b" + "af8e9ebf-228a-4e07-9a33-fa811585224d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081425Z:02a48621-d0e1-43da-9d11-3cf97bf5281b" + "WESTUS2:20210702T191332Z:af8e9ebf-228a-4e07-9a33-fa811585224d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1802,29 +1178,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:14:25 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1832,26 +1205,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:13:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11997" ], "x-ms-request-id": [ - "ef25851a-1d6a-4fd5-8098-77e50e401991" + "52edf082-a714-4506-8878-7d9e49f87538" ], "x-ms-correlation-request-id": [ - "ef25851a-1d6a-4fd5-8098-77e50e401991" + "52edf082-a714-4506-8878-7d9e49f87538" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081441Z:ef25851a-1d6a-4fd5-8098-77e50e401991" + "WESTUS2:20210702T191347Z:52edf082-a714-4506-8878-7d9e49f87538" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1859,29 +1235,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:14:40 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1889,26 +1262,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:14:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11996" ], "x-ms-request-id": [ - "d6fcb4bd-7558-4be4-bb9c-917983dc8791" + "90e2e8e5-6ae2-4096-be73-57b16df96c38" ], "x-ms-correlation-request-id": [ - "d6fcb4bd-7558-4be4-bb9c-917983dc8791" + "90e2e8e5-6ae2-4096-be73-57b16df96c38" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081456Z:d6fcb4bd-7558-4be4-bb9c-917983dc8791" + "WESTUS2:20210702T191402Z:90e2e8e5-6ae2-4096-be73-57b16df96c38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1916,29 +1292,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:14:55 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -1946,26 +1319,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:14:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11995" ], "x-ms-request-id": [ - "46d6c82a-d556-492f-9386-bcf861075455" + "8858ec0d-7522-4d6c-a957-ec7e55d54562" ], "x-ms-correlation-request-id": [ - "46d6c82a-d556-492f-9386-bcf861075455" + "8858ec0d-7522-4d6c-a957-ec7e55d54562" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081512Z:46d6c82a-d556-492f-9386-bcf861075455" + "WESTUS2:20210702T191417Z:8858ec0d-7522-4d6c-a957-ec7e55d54562" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1973,29 +1349,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:15:11 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2003,26 +1376,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:14:31 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11994" ], "x-ms-request-id": [ - "79ff2ec8-168d-4adf-8bb3-672b6ca5845a" + "cb89b44d-c358-4ccc-9cf0-f1bc745d7a35" ], "x-ms-correlation-request-id": [ - "79ff2ec8-168d-4adf-8bb3-672b6ca5845a" + "cb89b44d-c358-4ccc-9cf0-f1bc745d7a35" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081527Z:79ff2ec8-168d-4adf-8bb3-672b6ca5845a" + "WESTUS2:20210702T191432Z:cb89b44d-c358-4ccc-9cf0-f1bc745d7a35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2030,29 +1406,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:15:27 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2060,26 +1433,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:14:46 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11993" ], "x-ms-request-id": [ - "ceb43089-667c-4f40-aeb8-971822c817a1" + "d74a5403-cb11-4360-b58d-8a88f5490fb0" ], "x-ms-correlation-request-id": [ - "ceb43089-667c-4f40-aeb8-971822c817a1" + "d74a5403-cb11-4360-b58d-8a88f5490fb0" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081543Z:ceb43089-667c-4f40-aeb8-971822c817a1" + "WESTUS2:20210702T191447Z:d74a5403-cb11-4360-b58d-8a88f5490fb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2087,29 +1463,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:15:42 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2117,26 +1490,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:15:01 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11992" ], "x-ms-request-id": [ - "de125e5a-8fff-47c6-9c72-e1dab2f60490" + "88aacd58-9168-4225-9975-056145f08494" ], "x-ms-correlation-request-id": [ - "de125e5a-8fff-47c6-9c72-e1dab2f60490" + "88aacd58-9168-4225-9975-056145f08494" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081558Z:de125e5a-8fff-47c6-9c72-e1dab2f60490" + "WESTUS2:20210702T191502Z:88aacd58-9168-4225-9975-056145f08494" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2144,29 +1520,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:15:58 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2174,26 +1547,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:15:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11991" ], "x-ms-request-id": [ - "228bd322-721c-4c79-8f94-2891530dd911" + "65729688-172e-416d-beda-4fb1079ebeae" ], "x-ms-correlation-request-id": [ - "228bd322-721c-4c79-8f94-2891530dd911" + "65729688-172e-416d-beda-4fb1079ebeae" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081613Z:228bd322-721c-4c79-8f94-2891530dd911" + "WESTUS2:20210702T191517Z:65729688-172e-416d-beda-4fb1079ebeae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2201,29 +1577,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:16:13 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2231,26 +1604,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:15:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11990" ], "x-ms-request-id": [ - "f782ad7d-2ba3-4fec-97b7-86866f83c377" + "56b48d54-e665-4de8-a74d-150e761876ac" ], "x-ms-correlation-request-id": [ - "f782ad7d-2ba3-4fec-97b7-86866f83c377" + "56b48d54-e665-4de8-a74d-150e761876ac" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081629Z:f782ad7d-2ba3-4fec-97b7-86866f83c377" + "WESTUS2:20210702T191532Z:56b48d54-e665-4de8-a74d-150e761876ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2258,29 +1634,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:16:28 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2288,26 +1661,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:15:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11989" ], "x-ms-request-id": [ - "cad0f39a-deed-4e17-8dac-d9d06a938729" + "c67c2f19-0e6b-4f63-84d0-99a7e9811462" ], "x-ms-correlation-request-id": [ - "cad0f39a-deed-4e17-8dac-d9d06a938729" + "c67c2f19-0e6b-4f63-84d0-99a7e9811462" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081644Z:cad0f39a-deed-4e17-8dac-d9d06a938729" + "WESTUS2:20210702T191547Z:c67c2f19-0e6b-4f63-84d0-99a7e9811462" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2315,29 +1691,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:16:44 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2345,26 +1718,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:16:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11988" ], "x-ms-request-id": [ - "2b5c7a2e-470e-44db-849d-43564ae4ee77" + "e0528e74-55b7-488d-bc35-d39441bdfab9" ], "x-ms-correlation-request-id": [ - "2b5c7a2e-470e-44db-849d-43564ae4ee77" + "e0528e74-55b7-488d-bc35-d39441bdfab9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081700Z:2b5c7a2e-470e-44db-849d-43564ae4ee77" + "WESTUS2:20210702T191602Z:e0528e74-55b7-488d-bc35-d39441bdfab9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2372,29 +1748,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:16:59 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2402,26 +1775,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:16:16 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11987" ], "x-ms-request-id": [ - "6e4b6aab-0185-4ce3-8dc7-c80e1459f319" + "df7fe56e-7407-4f71-a620-820a8978b0bc" ], "x-ms-correlation-request-id": [ - "6e4b6aab-0185-4ce3-8dc7-c80e1459f319" + "df7fe56e-7407-4f71-a620-820a8978b0bc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081715Z:6e4b6aab-0185-4ce3-8dc7-c80e1459f319" + "WESTUS2:20210702T191617Z:df7fe56e-7407-4f71-a620-820a8978b0bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2429,29 +1805,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:17:15 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2459,26 +1832,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:16:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11986" ], "x-ms-request-id": [ - "3c8f080f-27bd-4f10-a4ef-42041d6500f0" + "dd5c5432-4161-4290-9d0e-751267b922c1" ], "x-ms-correlation-request-id": [ - "3c8f080f-27bd-4f10-a4ef-42041d6500f0" + "dd5c5432-4161-4290-9d0e-751267b922c1" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081731Z:3c8f080f-27bd-4f10-a4ef-42041d6500f0" + "WESTUS2:20210702T191632Z:dd5c5432-4161-4290-9d0e-751267b922c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2486,29 +1862,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:17:30 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2516,26 +1889,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:16:47 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11985" ], "x-ms-request-id": [ - "e7dfacf1-4abf-4141-93c5-db901d73ef09" + "695dfad7-9070-4b8b-a201-bf61c183cc6d" ], "x-ms-correlation-request-id": [ - "e7dfacf1-4abf-4141-93c5-db901d73ef09" + "695dfad7-9070-4b8b-a201-bf61c183cc6d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081746Z:e7dfacf1-4abf-4141-93c5-db901d73ef09" + "WESTUS2:20210702T191647Z:695dfad7-9070-4b8b-a201-bf61c183cc6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2543,29 +1919,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:17:46 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2573,26 +1946,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:17:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11984" ], "x-ms-request-id": [ - "3e4daa1b-bdd7-4ee7-a8a8-e8c2e81e9134" + "d18239c9-791d-49cd-8ab8-4035e840147a" ], "x-ms-correlation-request-id": [ - "3e4daa1b-bdd7-4ee7-a8a8-e8c2e81e9134" + "d18239c9-791d-49cd-8ab8-4035e840147a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081801Z:3e4daa1b-bdd7-4ee7-a8a8-e8c2e81e9134" + "WESTUS2:20210702T191702Z:d18239c9-791d-49cd-8ab8-4035e840147a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2600,29 +1976,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:18:01 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2630,26 +2003,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:17:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11983" ], "x-ms-request-id": [ - "3a021418-cb3f-4a38-aef9-a10007446167" + "a1e34ede-2633-45e4-b470-4672132430d0" ], "x-ms-correlation-request-id": [ - "3a021418-cb3f-4a38-aef9-a10007446167" + "a1e34ede-2633-45e4-b470-4672132430d0" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081817Z:3a021418-cb3f-4a38-aef9-a10007446167" + "WESTUS2:20210702T191717Z:a1e34ede-2633-45e4-b470-4672132430d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2657,29 +2033,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:18:16 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2687,26 +2060,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:17:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11982" ], "x-ms-request-id": [ - "f7a9da52-6dc1-40c4-a2e0-f0c1ccb9820c" + "2b2d77c4-2cbe-4358-9aac-685b41f1f258" ], "x-ms-correlation-request-id": [ - "f7a9da52-6dc1-40c4-a2e0-f0c1ccb9820c" + "2b2d77c4-2cbe-4358-9aac-685b41f1f258" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081833Z:f7a9da52-6dc1-40c4-a2e0-f0c1ccb9820c" + "WESTUS2:20210702T191733Z:2b2d77c4-2cbe-4358-9aac-685b41f1f258" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2714,29 +2090,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:18:32 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2744,26 +2117,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:17:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11981" ], "x-ms-request-id": [ - "e458a860-06be-4857-a7c2-0beac6c3a5ab" + "a9b6703b-0116-4da1-ae36-ab1b4346c6a1" ], "x-ms-correlation-request-id": [ - "e458a860-06be-4857-a7c2-0beac6c3a5ab" + "a9b6703b-0116-4da1-ae36-ab1b4346c6a1" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081848Z:e458a860-06be-4857-a7c2-0beac6c3a5ab" + "WESTUS2:20210702T191748Z:a9b6703b-0116-4da1-ae36-ab1b4346c6a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2771,29 +2147,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:18:47 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2801,26 +2174,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:18:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11980" ], "x-ms-request-id": [ - "87408ae6-172f-4837-a174-d20931fbaa47" + "a612e2b2-98b8-4e1f-93fd-ab6337d543db" ], "x-ms-correlation-request-id": [ - "87408ae6-172f-4837-a174-d20931fbaa47" + "a612e2b2-98b8-4e1f-93fd-ab6337d543db" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081904Z:87408ae6-172f-4837-a174-d20931fbaa47" + "WESTUS2:20210702T191803Z:a612e2b2-98b8-4e1f-93fd-ab6337d543db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2828,29 +2204,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:19:03 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2858,26 +2231,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:18:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11979" ], "x-ms-request-id": [ - "b4c1e05a-6d25-407d-8c57-d75627ddd36e" + "60e83280-d34b-4cb2-b8ea-dd39c8473ca7" ], "x-ms-correlation-request-id": [ - "b4c1e05a-6d25-407d-8c57-d75627ddd36e" + "60e83280-d34b-4cb2-b8ea-dd39c8473ca7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081919Z:b4c1e05a-6d25-407d-8c57-d75627ddd36e" + "WESTUS2:20210702T191818Z:60e83280-d34b-4cb2-b8ea-dd39c8473ca7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2885,29 +2261,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:19:19 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2915,26 +2288,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:18:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11978" ], "x-ms-request-id": [ - "491dd9d1-76fb-49fd-8174-94622a257262" + "8860a7a7-d589-41b4-ba67-3cd93e398884" ], "x-ms-correlation-request-id": [ - "491dd9d1-76fb-49fd-8174-94622a257262" + "8860a7a7-d589-41b4-ba67-3cd93e398884" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081935Z:491dd9d1-76fb-49fd-8174-94622a257262" + "WESTUS2:20210702T191833Z:8860a7a7-d589-41b4-ba67-3cd93e398884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2942,29 +2318,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:19:34 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -2972,26 +2345,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:18:48 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11977" ], "x-ms-request-id": [ - "84492726-166c-4029-9853-de88175b614e" + "f3a108c8-ea77-4c23-b1f6-b366ca290fdb" ], "x-ms-correlation-request-id": [ - "84492726-166c-4029-9853-de88175b614e" + "f3a108c8-ea77-4c23-b1f6-b366ca290fdb" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T081950Z:84492726-166c-4029-9853-de88175b614e" + "WESTUS2:20210702T191848Z:f3a108c8-ea77-4c23-b1f6-b366ca290fdb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2999,29 +2375,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:19:50 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3029,26 +2402,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:19:02 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11976" ], "x-ms-request-id": [ - "7a450a64-7362-4157-a014-cd23aeee1c5b" + "5286f458-1fd7-487a-8db9-c88aa44fa573" ], "x-ms-correlation-request-id": [ - "7a450a64-7362-4157-a014-cd23aeee1c5b" + "5286f458-1fd7-487a-8db9-c88aa44fa573" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082005Z:7a450a64-7362-4157-a014-cd23aeee1c5b" + "WESTUS2:20210702T191903Z:5286f458-1fd7-487a-8db9-c88aa44fa573" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3056,29 +2432,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:20:05 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3086,26 +2459,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:19:17 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11975" ], "x-ms-request-id": [ - "e88be3b5-7ef7-4910-983c-c3c17a029f95" + "48700296-6392-4c3c-a2e6-2666d50fd5bc" ], "x-ms-correlation-request-id": [ - "e88be3b5-7ef7-4910-983c-c3c17a029f95" + "48700296-6392-4c3c-a2e6-2666d50fd5bc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082021Z:e88be3b5-7ef7-4910-983c-c3c17a029f95" + "WESTUS2:20210702T191918Z:48700296-6392-4c3c-a2e6-2666d50fd5bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3113,29 +2489,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:20:20 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3143,26 +2516,29 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:19:32 GMT" + ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11974" ], "x-ms-request-id": [ - "fbd26345-4aea-4005-93c4-fca7072bb067" + "07ca8e57-2d67-4af0-8d71-abbcca51a7e2" ], "x-ms-correlation-request-id": [ - "fbd26345-4aea-4005-93c4-fca7072bb067" + "07ca8e57-2d67-4af0-8d71-abbcca51a7e2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082036Z:fbd26345-4aea-4005-93c4-fca7072bb067" + "WESTUS2:20210702T191933Z:07ca8e57-2d67-4af0-8d71-abbcca51a7e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3170,29 +2546,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:20:36 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3200,20 +2573,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:19:48 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11973" ], "x-ms-request-id": [ - "b46f43c3-272b-4400-87cf-ac1f001565f2" + "a4473387-757e-4336-b3ee-27bafa3a2ba8" ], "x-ms-correlation-request-id": [ - "b46f43c3-272b-4400-87cf-ac1f001565f2" + "a4473387-757e-4336-b3ee-27bafa3a2ba8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082052Z:b46f43c3-272b-4400-87cf-ac1f001565f2" + "WESTUS2:20210702T191948Z:a4473387-757e-4336-b3ee-27bafa3a2ba8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3221,29 +2597,26 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:20:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE0OTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUwT1RVdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29130.01", + "FxVersion/4.6.00001.0", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -3251,20 +2624,23 @@ "Cache-Control": [ "no-cache" ], + "Date": [ + "Fri, 02 Jul 2021 19:19:48 GMT" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11972" ], "x-ms-request-id": [ - "74d086b7-7ebe-409e-8819-2a3157333bb3" + "14f81a28-bf77-4685-ae50-ff66937f6b14" ], "x-ms-correlation-request-id": [ - "74d086b7-7ebe-409e-8819-2a3157333bb3" + "14f81a28-bf77-4685-ae50-ff66937f6b14" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20200826T082052Z:74d086b7-7ebe-409e-8819-2a3157333bb3" + "WESTUS2:20210702T191948Z:14f81a28-bf77-4685-ae50-ff66937f6b14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3272,14 +2648,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Wed, 26 Aug 2020 08:20:51 GMT" + "Content-Length": [ + "0" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", @@ -3288,8 +2661,8 @@ ], "Names": { "ContainerServiceUpdateServiceTest": [ - "aks-dotnet-sdk-RG-1495", - "azsmnet6299" + "aks-dotnet-sdk-RG-708", + "azsmnet9936" ] }, "Variables": { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/Tests/Tests/ContainerServiceOpsTests.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/Tests/Tests/ContainerServiceOpsTests.cs index f39caaadc7eb..e5e30c1e13bc 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/Tests/Tests/ContainerServiceOpsTests.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/Tests/Tests/ContainerServiceOpsTests.cs @@ -13,25 +13,6 @@ namespace ContainerService.Tests public partial class ContainerServiceTests : TestBase { - /// - /// Test the listing of container orchestrators. - /// - [Fact] - public async Task ContainerServiceListOrchestratorsTest() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - InitializeClients(context); - - var location = ContainerServiceTestUtilities.GetLocationFromProvider(ResourceManagementClient); - - var orchestratorsListResult = await ContainerServiceClient.ContainerServices.ListOrchestratorsAsync(location); - - Assert.NotNull(orchestratorsListResult); - Assert.True(orchestratorsListResult.Orchestrators.Count > 0); - } - } - /// /// Test the creation of a managed cluster. ///