diff --git a/eng/mgmt/mgmtmetadata/compute_resource-manager.txt b/eng/mgmt/mgmtmetadata/compute_resource-manager.txt
index 35a6c9020c9e..efe888b902ff 100644
--- a/eng/mgmt/mgmtmetadata/compute_resource-manager.txt
+++ b/eng/mgmt/mgmtmetadata/compute_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/compute/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\azure-sdk-for-net\sdk
-2021-05-25 08:04:43 UTC
+cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/compute/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Users\roip\dev\azure-sdk-for-net\sdk
+Autorest CSharp Version: 2.3.82
+2021-07-14 19:12:23 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
-Commit: aa62339078c075d81aa1019c62450805f750e2d7
+Commit: 10873ac628ee703126f82974487d8a290e983f8c
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DiskRestorePointOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DiskRestorePointOperations.cs
index b3816a506daf..1829bd2a0b85 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DiskRestorePointOperations.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DiskRestorePointOperations.cs
@@ -474,6 +474,506 @@ internal DiskRestorePointOperations(ComputeManagementClient client)
return _result;
}
+ ///
+ /// Grants access to a diskRestorePoint.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The
+ /// maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point belongs.
+ /// Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name
+ /// length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters for the
+ /// name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// Access data object supplied in the body of the get disk access operation.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public async Task> GrantAccessWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, GrantAccessData grantAccessData, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ // Send request
+ AzureOperationResponse _response = await BeginGrantAccessWithHttpMessagesAsync(resourceGroupName, restorePointCollectionName, vmRestorePointName, diskRestorePointName, grantAccessData, customHeaders, cancellationToken).ConfigureAwait(false);
+ return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false);
+ }
+
+ ///
+ /// Revokes access to a diskRestorePoint.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The
+ /// maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point belongs.
+ /// Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name
+ /// length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters for the
+ /// name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public async Task RevokeAccessWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ // Send request
+ AzureOperationResponse _response = await BeginRevokeAccessWithHttpMessagesAsync(resourceGroupName, restorePointCollectionName, vmRestorePointName, diskRestorePointName, customHeaders, cancellationToken).ConfigureAwait(false);
+ return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false);
+ }
+
+ ///
+ /// Grants access to a diskRestorePoint.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The
+ /// maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point belongs.
+ /// Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name
+ /// length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters for the
+ /// name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// Access data object supplied in the body of the get disk access 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> BeginGrantAccessWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, GrantAccessData grantAccessData, 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 (restorePointCollectionName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "restorePointCollectionName");
+ }
+ if (vmRestorePointName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "vmRestorePointName");
+ }
+ if (diskRestorePointName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "diskRestorePointName");
+ }
+ if (grantAccessData == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "grantAccessData");
+ }
+ if (grantAccessData != null)
+ {
+ grantAccessData.Validate();
+ }
+ string apiVersion = "2020-12-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("restorePointCollectionName", restorePointCollectionName);
+ tracingParameters.Add("vmRestorePointName", vmRestorePointName);
+ tracingParameters.Add("diskRestorePointName", diskRestorePointName);
+ tracingParameters.Add("apiVersion", apiVersion);
+ tracingParameters.Add("grantAccessData", grantAccessData);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "BeginGrantAccess", 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.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{vmRestorePointName}/diskRestorePoints/{diskRestorePointName}/beginGetAccess").ToString();
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName));
+ _url = _url.Replace("{restorePointCollectionName}", System.Uri.EscapeDataString(restorePointCollectionName));
+ _url = _url.Replace("{vmRestorePointName}", System.Uri.EscapeDataString(vmRestorePointName));
+ _url = _url.Replace("{diskRestorePointName}", System.Uri.EscapeDataString(diskRestorePointName));
+ 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("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(grantAccessData != null)
+ {
+ _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(grantAccessData, 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 != 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;
+ }
+
+ ///
+ /// Revokes access to a diskRestorePoint.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The
+ /// maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point belongs.
+ /// Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name
+ /// length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters for the
+ /// name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// 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 BeginRevokeAccessWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, 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 (restorePointCollectionName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "restorePointCollectionName");
+ }
+ if (vmRestorePointName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "vmRestorePointName");
+ }
+ if (diskRestorePointName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "diskRestorePointName");
+ }
+ string apiVersion = "2020-12-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("restorePointCollectionName", restorePointCollectionName);
+ tracingParameters.Add("vmRestorePointName", vmRestorePointName);
+ tracingParameters.Add("diskRestorePointName", diskRestorePointName);
+ tracingParameters.Add("apiVersion", apiVersion);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "BeginRevokeAccess", 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.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{vmRestorePointName}/diskRestorePoints/{diskRestorePointName}/endGetAccess").ToString();
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName));
+ _url = _url.Replace("{restorePointCollectionName}", System.Uri.EscapeDataString(restorePointCollectionName));
+ _url = _url.Replace("{vmRestorePointName}", System.Uri.EscapeDataString(vmRestorePointName));
+ _url = _url.Replace("{diskRestorePointName}", System.Uri.EscapeDataString(diskRestorePointName));
+ 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("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();
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
///
/// Lists diskRestorePoints under a vmRestorePoint.
///
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DiskRestorePointOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DiskRestorePointOperationsExtensions.cs
index 1ce2e70ac2c2..6ea1d754cdab 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DiskRestorePointOperationsExtensions.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/DiskRestorePointOperationsExtensions.cs
@@ -137,6 +137,260 @@ public static IPage ListByRestorePoint(this IDiskRestorePointO
}
}
+ ///
+ /// Grants access to a diskRestorePoint.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The
+ /// maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point belongs.
+ /// Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name
+ /// length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters for the
+ /// name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// Access data object supplied in the body of the get disk access operation.
+ ///
+ public static AccessUri GrantAccess(this IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, GrantAccessData grantAccessData)
+ {
+ return operations.GrantAccessAsync(resourceGroupName, restorePointCollectionName, vmRestorePointName, diskRestorePointName, grantAccessData).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Grants access to a diskRestorePoint.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The
+ /// maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point belongs.
+ /// Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name
+ /// length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters for the
+ /// name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// Access data object supplied in the body of the get disk access operation.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task GrantAccessAsync(this IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, GrantAccessData grantAccessData, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.GrantAccessWithHttpMessagesAsync(resourceGroupName, restorePointCollectionName, vmRestorePointName, diskRestorePointName, grantAccessData, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ ///
+ /// Revokes access to a diskRestorePoint.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The
+ /// maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point belongs.
+ /// Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name
+ /// length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters for the
+ /// name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
+ ///
+ public static void RevokeAccess(this IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName)
+ {
+ operations.RevokeAccessAsync(resourceGroupName, restorePointCollectionName, vmRestorePointName, diskRestorePointName).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Revokes access to a diskRestorePoint.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The
+ /// maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point belongs.
+ /// Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name
+ /// length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters for the
+ /// name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task RevokeAccessAsync(this IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ (await operations.RevokeAccessWithHttpMessagesAsync(resourceGroupName, restorePointCollectionName, vmRestorePointName, diskRestorePointName, null, cancellationToken).ConfigureAwait(false)).Dispose();
+ }
+
+ ///
+ /// Grants access to a diskRestorePoint.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The
+ /// maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point belongs.
+ /// Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name
+ /// length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters for the
+ /// name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// Access data object supplied in the body of the get disk access operation.
+ ///
+ public static AccessUri BeginGrantAccess(this IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, GrantAccessData grantAccessData)
+ {
+ return operations.BeginGrantAccessAsync(resourceGroupName, restorePointCollectionName, vmRestorePointName, diskRestorePointName, grantAccessData).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Grants access to a diskRestorePoint.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The
+ /// maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point belongs.
+ /// Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name
+ /// length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters for the
+ /// name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// Access data object supplied in the body of the get disk access operation.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task BeginGrantAccessAsync(this IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, GrantAccessData grantAccessData, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.BeginGrantAccessWithHttpMessagesAsync(resourceGroupName, restorePointCollectionName, vmRestorePointName, diskRestorePointName, grantAccessData, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ ///
+ /// Revokes access to a diskRestorePoint.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The
+ /// maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point belongs.
+ /// Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name
+ /// length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters for the
+ /// name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
+ ///
+ public static void BeginRevokeAccess(this IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName)
+ {
+ operations.BeginRevokeAccessAsync(resourceGroupName, restorePointCollectionName, vmRestorePointName, diskRestorePointName).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Revokes access to a diskRestorePoint.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The
+ /// maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point belongs.
+ /// Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name
+ /// length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters for the
+ /// name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task BeginRevokeAccessAsync(this IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ (await operations.BeginRevokeAccessWithHttpMessagesAsync(resourceGroupName, restorePointCollectionName, vmRestorePointName, diskRestorePointName, null, cancellationToken).ConfigureAwait(false)).Dispose();
+ }
+
///
/// Lists diskRestorePoints under a vmRestorePoint.
///
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IDiskRestorePointOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IDiskRestorePointOperations.cs
index c385b750b237..ca3b34a2a6f7 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IDiskRestorePointOperations.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IDiskRestorePointOperations.cs
@@ -93,6 +93,156 @@ public partial interface IDiskRestorePointOperations
///
Task>> ListByRestorePointWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
+ /// Grants access to a diskRestorePoint.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore
+ /// point belongs. Supported characters for the name are a-z, A-Z, 0-9
+ /// and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _.
+ /// The maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters
+ /// for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80
+ /// characters.
+ ///
+ ///
+ /// Access data object supplied in the body of the get disk access
+ /// 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> GrantAccessWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, GrantAccessData grantAccessData, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// Revokes access to a diskRestorePoint.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore
+ /// point belongs. Supported characters for the name are a-z, A-Z, 0-9
+ /// and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _.
+ /// The maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters
+ /// for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80
+ /// characters.
+ ///
+ ///
+ /// 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 RevokeAccessWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// Grants access to a diskRestorePoint.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore
+ /// point belongs. Supported characters for the name are a-z, A-Z, 0-9
+ /// and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _.
+ /// The maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters
+ /// for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80
+ /// characters.
+ ///
+ ///
+ /// Access data object supplied in the body of the get disk access
+ /// 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> BeginGrantAccessWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, GrantAccessData grantAccessData, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// Revokes access to a diskRestorePoint.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the restore point collection that the disk restore
+ /// point belongs. Supported characters for the name are a-z, A-Z, 0-9
+ /// and _. The maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the vm restore point that the disk disk restore point
+ /// belongs. Supported characters for the name are a-z, A-Z, 0-9 and _.
+ /// The maximum name length is 80 characters.
+ ///
+ ///
+ /// The name of the disk restore point created. Supported characters
+ /// for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80
+ /// characters.
+ ///
+ ///
+ /// 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 BeginRevokeAccessWithHttpMessagesAsync(string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
/// Lists diskRestorePoints under a vmRestorePoint.
///
///
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ManagedDiskParameters.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ManagedDiskParameters.cs
index 7042c7d19476..ded41ccc3050 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ManagedDiskParameters.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ManagedDiskParameters.cs
@@ -31,10 +31,11 @@ public ManagedDiskParameters()
///
/// Resource Id
/// Specifies the storage account type
- /// for the managed disk. NOTE: UltraSSD_LRS can only be used with data
- /// disks, it cannot be used with OS Disk. Possible values include:
- /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS', 'UltraSSD_LRS',
- /// 'Premium_ZRS', 'StandardSSD_ZRS'
+ /// for the managed disk. Managed OS disk storage account type can only
+ /// be set when you create the scale set. NOTE: UltraSSD_LRS can only
+ /// be used with data disks, it cannot be used with OS Disk. Possible
+ /// values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS',
+ /// 'UltraSSD_LRS', 'Premium_ZRS', 'StandardSSD_ZRS'
/// Specifies the customer managed disk
/// encryption set resource id for the managed disk.
public ManagedDiskParameters(string id = default(string), string storageAccountType = default(string), DiskEncryptionSetParameters diskEncryptionSet = default(DiskEncryptionSetParameters))
@@ -52,8 +53,9 @@ public ManagedDiskParameters()
///
/// Gets or sets specifies the storage account type for the managed
- /// disk. NOTE: UltraSSD_LRS can only be used with data disks, it
- /// cannot be used with OS Disk. Possible values include:
+ /// disk. Managed OS disk storage account type can only be set when you
+ /// create the scale set. NOTE: UltraSSD_LRS can only be used with data
+ /// disks, it cannot be used with OS Disk. Possible values include:
/// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS', 'UltraSSD_LRS',
/// 'Premium_ZRS', 'StandardSSD_ZRS'
///
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PublicIPAddressSku.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PublicIPAddressSku.cs
index 9af937b631f9..8a3daf217a1a 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PublicIPAddressSku.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PublicIPAddressSku.cs
@@ -10,7 +10,6 @@
namespace Microsoft.Azure.Management.Compute.Models
{
- using Microsoft.Rest;
using Newtonsoft.Json;
using System.Linq;
@@ -30,14 +29,14 @@ public PublicIPAddressSku()
///
/// Initializes a new instance of the PublicIPAddressSku class.
///
- /// Specify public IP sku name.
- /// Possible values include: 'Basic', 'Standard'
- /// Specify public IP sku tier.
- /// Possible values include: 'Regional', 'Global'
- public PublicIPAddressSku(string publicIPAddressSkuName, string publicIPAddressSkuTier = default(string))
+ /// Specify public IP sku name. Possible values
+ /// include: 'Basic', 'Standard'
+ /// Specify public IP sku tier. Possible values
+ /// include: 'Regional', 'Global'
+ public PublicIPAddressSku(string name = default(string), string tier = default(string))
{
- PublicIPAddressSkuName = publicIPAddressSkuName;
- PublicIPAddressSkuTier = publicIPAddressSkuTier;
+ Name = name;
+ Tier = tier;
CustomInit();
}
@@ -50,28 +49,15 @@ public PublicIPAddressSku()
/// Gets or sets specify public IP sku name. Possible values include:
/// 'Basic', 'Standard'
///
- [JsonProperty(PropertyName = "publicIPAddressSkuName")]
- public string PublicIPAddressSkuName { get; set; }
+ [JsonProperty(PropertyName = "name")]
+ public string Name { get; set; }
///
/// Gets or sets specify public IP sku tier. Possible values include:
/// 'Regional', 'Global'
///
- [JsonProperty(PropertyName = "publicIPAddressSkuTier")]
- public string PublicIPAddressSkuTier { get; set; }
+ [JsonProperty(PropertyName = "tier")]
+ public string Tier { get; set; }
- ///
- /// Validate the object.
- ///
- ///
- /// Thrown if validation fails
- ///
- public virtual void Validate()
- {
- if (PublicIPAddressSkuName == null)
- {
- throw new ValidationException(ValidationRules.CannotBeNull, "PublicIPAddressSkuName");
- }
- }
}
}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePoint.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePoint.cs
index ff835f5bbbf2..5dcb9c544bfe 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePoint.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePoint.cs
@@ -10,6 +10,8 @@
namespace Microsoft.Azure.Management.Compute.Models
{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
@@ -18,6 +20,7 @@ namespace Microsoft.Azure.Management.Compute.Models
///
/// Restore Point details.
///
+ [Rest.Serialization.JsonTransformation]
public partial class RestorePoint : ProxyResource
{
///
@@ -34,6 +37,9 @@ public RestorePoint()
/// Resource Id
/// Resource name
/// Resource type
+ /// List of disk resource ids that the
+ /// customer wishes to exclude from the restore point. If no disks are
+ /// specified, all disks will be included.
/// Gets the details of the VM captured at
/// the time of the restore point creation.
/// Gets the provisioning state of the
@@ -44,17 +50,14 @@ public RestorePoint()
/// 'FileSystemConsistent', 'ApplicationConsistent'
/// Gets the provisioning details set
/// by the server during Create restore point operation.
- /// List of disk resource ids that the
- /// customer wishes to exclude from the restore point. If no disks are
- /// specified, all disks will be included.
- public RestorePoint(string id = default(string), string name = default(string), string type = default(string), RestorePointSourceMetadata sourceMetadata = default(RestorePointSourceMetadata), string provisioningState = default(string), string consistencyMode = default(string), RestorePointProvisioningDetails provisioningDetails = default(RestorePointProvisioningDetails), IList excludeDisks = default(IList))
+ public RestorePoint(string id = default(string), string name = default(string), string type = default(string), IList excludeDisks = default(IList), RestorePointSourceMetadata sourceMetadata = default(RestorePointSourceMetadata), string provisioningState = default(string), string consistencyMode = default(string), RestorePointProvisioningDetails provisioningDetails = default(RestorePointProvisioningDetails))
: base(id, name, type)
{
+ ExcludeDisks = excludeDisks;
SourceMetadata = sourceMetadata;
ProvisioningState = provisioningState;
ConsistencyMode = consistencyMode;
ProvisioningDetails = provisioningDetails;
- ExcludeDisks = excludeDisks;
CustomInit();
}
@@ -63,17 +66,25 @@ public RestorePoint()
///
partial void CustomInit();
+ ///
+ /// Gets or sets list of disk resource ids that the customer wishes to
+ /// exclude from the restore point. If no disks are specified, all
+ /// disks will be included.
+ ///
+ [JsonProperty(PropertyName = "properties.excludeDisks")]
+ public IList ExcludeDisks { get; set; }
+
///
/// Gets the details of the VM captured at the time of the restore
/// point creation.
///
- [JsonProperty(PropertyName = "sourceMetadata")]
+ [JsonProperty(PropertyName = "properties.sourceMetadata")]
public RestorePointSourceMetadata SourceMetadata { get; private set; }
///
/// Gets the provisioning state of the restore point.
///
- [JsonProperty(PropertyName = "provisioningState")]
+ [JsonProperty(PropertyName = "properties.provisioningState")]
public string ProvisioningState { get; private set; }
///
@@ -82,28 +93,20 @@ public RestorePoint()
/// include: 'CrashConsistent', 'FileSystemConsistent',
/// 'ApplicationConsistent'
///
- [JsonProperty(PropertyName = "consistencyMode")]
+ [JsonProperty(PropertyName = "properties.consistencyMode")]
public string ConsistencyMode { get; private set; }
///
/// Gets the provisioning details set by the server during Create
/// restore point operation.
///
- [JsonProperty(PropertyName = "provisioningDetails")]
+ [JsonProperty(PropertyName = "properties.provisioningDetails")]
public RestorePointProvisioningDetails ProvisioningDetails { get; private set; }
- ///
- /// Gets or sets list of disk resource ids that the customer wishes to
- /// exclude from the restore point. If no disks are specified, all
- /// disks will be included.
- ///
- [JsonProperty(PropertyName = "excludeDisks")]
- public IList ExcludeDisks { get; set; }
-
///
/// Validate the object.
///
- ///
+ ///
/// Thrown if validation fails
///
public virtual void Validate()
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePointSourceMetadata.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePointSourceMetadata.cs
index 13f1c7cc42e2..4cce6d1bab5f 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePointSourceMetadata.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RestorePointSourceMetadata.cs
@@ -41,7 +41,9 @@ public RestorePointSourceMetadata()
/// your own license scenario.
/// Gets the virtual machine unique id.
/// Gets the security profile.
- public RestorePointSourceMetadata(HardwareProfile hardwareProfile = default(HardwareProfile), RestorePointSourceVMStorageProfile storageProfile = default(RestorePointSourceVMStorageProfile), OSProfile osProfile = default(OSProfile), DiagnosticsProfile diagnosticsProfile = default(DiagnosticsProfile), string licenseType = default(string), string vmId = default(string), SecurityProfile securityProfile = default(SecurityProfile))
+ /// Location of the VM from which the restore
+ /// point was created.
+ public RestorePointSourceMetadata(HardwareProfile hardwareProfile = default(HardwareProfile), RestorePointSourceVMStorageProfile storageProfile = default(RestorePointSourceVMStorageProfile), OSProfile osProfile = default(OSProfile), DiagnosticsProfile diagnosticsProfile = default(DiagnosticsProfile), string licenseType = default(string), string vmId = default(string), SecurityProfile securityProfile = default(SecurityProfile), string location = default(string))
{
HardwareProfile = hardwareProfile;
StorageProfile = storageProfile;
@@ -50,6 +52,7 @@ public RestorePointSourceMetadata()
LicenseType = licenseType;
VmId = vmId;
SecurityProfile = securityProfile;
+ Location = location;
CustomInit();
}
@@ -101,6 +104,13 @@ public RestorePointSourceMetadata()
[JsonProperty(PropertyName = "securityProfile")]
public SecurityProfile SecurityProfile { get; set; }
+ ///
+ /// Gets or sets location of the VM from which the restore point was
+ /// created.
+ ///
+ [JsonProperty(PropertyName = "location")]
+ public string Location { get; set; }
+
///
/// Validate the object.
///
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfile.cs
index 0be80d5c515a..195674740d18 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfile.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfile.cs
@@ -45,7 +45,7 @@ public SecurityProfile()
/// <br><br> Default: UefiSettings will not be enabled
/// unless this property is set as TrustedLaunch. Possible values
/// include: 'TrustedLaunch'
- public SecurityProfile(UefiSettings uefiSettings = default(UefiSettings), bool? encryptionAtHost = default(bool?), SecurityTypes? securityType = default(SecurityTypes?))
+ public SecurityProfile(UefiSettings uefiSettings = default(UefiSettings), bool? encryptionAtHost = default(bool?), string securityType = default(string))
{
UefiSettings = uefiSettings;
EncryptionAtHost = encryptionAtHost;
@@ -86,7 +86,7 @@ public SecurityProfile()
/// values include: 'TrustedLaunch'
///
[JsonProperty(PropertyName = "securityType")]
- public SecurityTypes? SecurityType { get; set; }
+ public string SecurityType { get; set; }
}
}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityTypes.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityTypes.cs
index aad5bca9275b..d85c553e8c4d 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityTypes.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityTypes.cs
@@ -10,45 +10,12 @@
namespace Microsoft.Azure.Management.Compute.Models
{
- using Newtonsoft.Json;
- using Newtonsoft.Json.Converters;
- using System.Runtime;
- using System.Runtime.Serialization;
///
/// Defines values for SecurityTypes.
///
- [JsonConverter(typeof(StringEnumConverter))]
- public enum SecurityTypes
+ public static class SecurityTypes
{
- [EnumMember(Value = "TrustedLaunch")]
- TrustedLaunch
- }
- internal static class SecurityTypesEnumExtension
- {
- internal static string ToSerializedValue(this SecurityTypes? value)
- {
- return value == null ? null : ((SecurityTypes)value).ToSerializedValue();
- }
-
- internal static string ToSerializedValue(this SecurityTypes value)
- {
- switch( value )
- {
- case SecurityTypes.TrustedLaunch:
- return "TrustedLaunch";
- }
- return null;
- }
-
- internal static SecurityTypes? ParseSecurityTypes(this string value)
- {
- switch( value )
- {
- case "TrustedLaunch":
- return SecurityTypes.TrustedLaunch;
- }
- return null;
- }
+ public const string TrustedLaunch = "TrustedLaunch";
}
}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachinePublicIPAddressConfiguration.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachinePublicIPAddressConfiguration.cs
index d0bed83d6e3d..573abfe35c08 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachinePublicIPAddressConfiguration.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachinePublicIPAddressConfiguration.cs
@@ -153,10 +153,6 @@ public virtual void Validate()
{
DnsSettings.Validate();
}
- if (Sku != null)
- {
- Sku.Validate();
- }
}
}
}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetPublicIPAddressConfiguration.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetPublicIPAddressConfiguration.cs
index d3cadab7187d..7be218d6cda9 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetPublicIPAddressConfiguration.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/VirtualMachineScaleSetPublicIPAddressConfiguration.cs
@@ -142,10 +142,6 @@ public virtual void Validate()
{
DnsSettings.Validate();
}
- if (Sku != null)
- {
- Sku.Validate();
- }
}
}
}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs
index f5e2bf57aecd..5df0cc39bd39 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs
@@ -66,5 +66,16 @@ public static IEnumerable> ApiInfo_ComputeManageme
}.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/compute/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\Users\\roip\\dev\\azure-sdk-for-net\\sdk";
+ public static readonly String GithubForkName = "Azure";
+ public static readonly String GithubBranchName = "master";
+ public static readonly String GithubCommidId = "10873ac628ee703126f82974487d8a290e983f8c";
+ public static readonly String CodeGenerationErrors = "";
+ public static readonly String GithubRepoName = "azure-rest-api-specs";
+ // END: Code Generation Metadata Section
}
}
+
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj
index a329597b4e6e..9e34084cc3d6 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj
@@ -9,13 +9,13 @@
Provides developers with libraries for the updated compute platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.
Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Compute" (https://www.nuget.org/packages/Azure.ResourceManager.Compute/). Please see the package changelog for more information.
- 47.0.0
+ 47.0.1
Microsoft.Azure.Management.Compute
management;virtual machine;compute;
+ /// Covers following Operations:
+ /// Create source VM
+ /// Create two Restore Point Collections for the source VM
+ /// Update rpc via PATCH
+ /// Create restore point and exclude one data disk using ExcludeDisks property
+ /// List all restore points in rpc (using $expand=restorePoints)
+ /// List all rpcs in resource group
+ /// List all rpcs in subscription
+ /// Delete restore point
+ /// Delete restore point collection
+ ///
+ [Fact]
+ public void CreateRpcAndRestorePoints()
+ {
+ using (MockContext context = MockContext.Start(this.GetType().FullName))
+ {
+ EnsureClientsInitialized(context);
+ string location = ComputeManagementTestUtilities.DefaultLocation;
+ var rgName = ComputeManagementTestUtilities.GenerateName(TestPrefix);
+ ImageReference imageRef = GetPlatformVMImage(useWindowsImage: true);
+ VirtualMachine inputVM;
+ string storageAccountForDisksName = TestUtilities.GenerateName(TestPrefix);
+ string availabilitySetName = TestUtilities.GenerateName(TestPrefix);
+
+ try
+ {
+ StorageAccount storageAccountForDisks = CreateStorageAccount(rgName, storageAccountForDisksName);
+ // create the VM
+ VirtualMachine createdVM = CreateVM(rgName, availabilitySetName, storageAccountForDisks, imageRef, out inputVM,
+ (vm) =>
+ {
+ vm.DiagnosticsProfile = GetManagedDiagnosticsProfile();
+ }, hasManagedDisks: true);
+ DataDisk dataDisk = createdVM.StorageProfile.DataDisks[0];
+ string dataDiskId = dataDisk.ManagedDisk.Id;
+ OSDisk osDisk = createdVM.StorageProfile.OsDisk;
+
+ string rpName = ComputeManagementTestUtilities.GenerateName("rpClientTest");
+ string rpcName = ComputeManagementTestUtilities.GenerateName("rpc1ClientTest");
+ string rpcName2 = ComputeManagementTestUtilities.GenerateName("rpc2ClientTest");
+ string vmId = createdVM.Id;
+ string vmSize = createdVM.HardwareProfile.VmSize;
+
+ // create two RPCs
+ Dictionary tags = new Dictionary()
+ {
+ {"RG", "rg"},
+ {"testTag", "testTagValue"},
+ };
+ RestorePointCollection createdRpc = CreateRpc(createdVM.Id, rpcName, rgName, location, tags);
+ VerifyRpc(createdRpc, rpcName, location, vmId);
+
+ RestorePointCollection createdRpc2 = CreateRpc(createdVM.Id, rpcName2, rgName, location, tags);
+ VerifyRpc(createdRpc2, rpcName2, location, vmId);
+
+ // for PATCH RPC, only tags are allowed to be updated
+ Dictionary newTags = new Dictionary()
+ {
+ {"newTag", "newValue1"},
+ {"newtestTag", "newValue2"},
+ };
+ UpdateRpc(rgName, rpcName, createdRpc, newTags);
+
+ // GET list of all rpc in the resource group.
+ IEnumerable rpcs = ListRpcInResourceGroup(rgName);
+ VerifyReturnedRpcs(rpcs, rpcName, rpcName2, location, vmId);
+
+ // GET list of all rpc in subscription.
+ rpcs = ListRpcInSubscription();
+ VerifyReturnedRpcs(rpcs, rpcName, rpcName2, location, vmId);
+
+ // create RP in the RPC
+ RestorePoint createdRP = CreateRestorePoint(rgName, rpcName, rpName, osDisk, diskToExclude: dataDiskId);
+ VerifyRestorePointDetails(createdRP, rpName, osDisk, 1,
+ excludeDiskId: dataDiskId, vmSize: vmSize);
+ RestorePoint getRP = GetRP(rgName, rpcName, rpName);
+ VerifyRestorePointDetails(createdRP, rpName, osDisk, 1,
+ excludeDiskId: dataDiskId, vmSize: vmSize);
+
+ // get RPC without $expand=restorePoints
+ RestorePointCollection returnedRpc = GetRpc(rgName, rpcName);
+ VerifyRpc(returnedRpc, rpcName, location, vmId);
+
+ // get RPC with $expand=restorePoints
+ returnedRpc = GetRpc(rgName, rpcName,
+ RestorePointCollectionExpandOptions.RestorePoints);
+ VerifyRpc(returnedRpc, rpcName, location, vmId,
+ shouldRpcContainRestorePoints: true);
+
+ // verify the restore point returned from GET RPC with $expand=restorePoints
+ RestorePoint rpInRpc = returnedRpc.RestorePoints[0];
+ VerifyRestorePointDetails(rpInRpc, rpName, osDisk, 1,
+ excludeDiskId: dataDiskId, vmSize: vmSize);
+
+ // delete the restore point
+ DeleteRP(rgName, rpcName, rpName);
+ // GET of deleted restore point should return 404 not found
+ try
+ {
+ GetRP(rgName, rpcName, rpName);
+ Assert.False(true);
+ }
+ catch (CloudException ex)
+ {
+ Assert.True(ex.Response.StatusCode == HttpStatusCode.NotFound);
+ }
+
+ // delete the restore point collection
+ DeleteRpc(rgName, rpcName);
+ // GET of deleted RPC should return 404 not found
+ try
+ {
+ GetRpc(rgName, rpcName);
+ Assert.False(true);
+ }
+ catch (CloudException ex)
+ {
+ Assert.True(ex.Response.StatusCode == HttpStatusCode.NotFound);
+ }
+ }
+ catch (Exception e)
+ {
+ throw e;
+ }
+ finally
+ {
+ m_ResourcesClient.ResourceGroups.Delete(rgName);
+ }
+ }
+ }
+
+ // Verify that the two rpcs created by this test are in the GET restorePointCollections response.
+ private void VerifyReturnedRpcs(IEnumerable rpcs, string rpcName1, string rpcName2, string location, string vmId)
+ {
+ // two rpcs are returned because the RG has two rpcs
+ RestorePointCollection rpc1 = rpcs.Where(rpc => rpc.Name == rpcName1).First();
+ VerifyRpc(rpc1, rpcName1, location, vmId);
+ RestorePointCollection rpc2 = rpcs.Where(rpc => rpc.Name == rpcName2).First();
+ VerifyRpc(rpc2, rpcName2, location, vmId);
+ }
+
+ private void DeleteRP(string rgName, string rpcName, string rpName)
+ {
+ m_CrpClient.RestorePoints.Delete(rgName, rpcName, rpName);
+ }
+
+ private void DeleteRpc(string rgName, string rpcName)
+ {
+ m_CrpClient.RestorePointCollections.Delete(rgName, rpcName);
+ }
+
+ private IEnumerable ListRpcInResourceGroup(string rgName)
+ {
+ return m_CrpClient.RestorePointCollections.List(rgName);
+ }
+
+ private IEnumerable ListRpcInSubscription()
+ {
+ return m_CrpClient.RestorePointCollections.ListAll();
+ }
+
+ // for update of RPC, only update of tags is permitted
+ private void UpdateRpc(string rgName, string rpcName, RestorePointCollection rpc,
+ Dictionary tags)
+ {
+ rpc.Tags = tags;
+ RestorePointCollectionUpdate updateRpc = new RestorePointCollectionUpdate(
+ tags, rpc.Source);
+ m_CrpClient.RestorePointCollections.Update(rgName, rpcName, updateRpc);
+ }
+
+ private RestorePoint GetRP(string rgName, string rpcName,
+ string rpName)
+ {
+ return m_CrpClient.RestorePoints.Get(rgName, rpcName, rpName);
+ }
+
+ // if verifying result of GET RPC with $expand=restorePoints, verify that the returned rpc contains the expected restore point
+ private void VerifyRpc(RestorePointCollection rpc, string rpcName,
+ string location, string sourceVmId, bool shouldRpcContainRestorePoints = false)
+ {
+ Assert.NotNull(rpc);
+ Assert.Equal(rpcName, rpc.Name);
+ Assert.Equal(location, rpc.Location, ignoreCase: true);
+ Assert.NotNull(rpc.Id);
+ Assert.Equal("Microsoft.Compute/restorePointCollections", rpc.Type);
+ Assert.Equal(sourceVmId, rpc.Source.Id, ignoreCase: true);
+ Assert.NotNull(rpc.Id);
+ IDictionary tagsOnRestorePoint = rpc.Tags;
+
+ // RPC contains restore points only if request contains $expand=restorePoints
+ if (shouldRpcContainRestorePoints)
+ {
+ Assert.NotNull(rpc.RestorePoints);
+ Assert.Equal(1, rpc.RestorePoints.Count);
+ }
+ else
+ {
+ Assert.Null(rpc.RestorePoints);
+ }
+ }
+
+ private RestorePointCollection GetRpc(string rgName, string rpcName,
+ string expandOptions = null)
+ {
+ return m_CrpClient.RestorePointCollections.Get(
+ rgName,
+ rpcName,
+ expandOptions);
+ }
+
+ // Create restore point and exercise 'ExcludeDisk' functionality by excluding dataDisk.
+ private RestorePoint CreateRestorePoint(string rgName, string rpcName,
+ string rpName, OSDisk osDisk, string diskToExclude)
+ {
+ string osDiskId = osDisk.ManagedDisk.Id;
+ string osDiskName = osDisk.Name;
+ ApiEntityReference diskToExcludeEntityRef = new ApiEntityReference() { Id = diskToExclude };
+ List disksToExclude = new List { diskToExcludeEntityRef };
+ return m_CrpClient.RestorePoints.Create(rgName, rpcName, rpName, disksToExclude);
+ }
+
+ // Verify restore point properties.
+ // Verify disk exclusion by verifying that the returned restore point contains the id of the
+ // excluded disk in 'ExcludeDisks' property and did not create diskRestorePoint
+ // of the excluded data disk.
+ void VerifyRestorePointDetails(RestorePoint restorePoint, string restorePointName, OSDisk osDisk,
+ int excludeDisksCount, string excludeDiskId, string vmSize)
+ {
+ Assert.Equal(restorePointName, restorePoint.Name);
+ Assert.NotNull(restorePoint.Id);
+ Assert.NotNull(restorePoint.ProvisioningDetails.CreationTime);
+ Assert.NotNull(restorePoint.ProvisioningDetails.StatusCode);
+ Assert.NotNull(restorePoint.ProvisioningDetails.StatusMessage);
+ Assert.NotNull(restorePoint.ProvisioningDetails.TotalUsedSizeInBytes);
+ Assert.Equal(ProvisioningState.Succeeded.ToString(), restorePoint.ProvisioningState);
+ Assert.Equal(ConsistencyModeTypes.ApplicationConsistent, restorePoint.ConsistencyMode);
+ RestorePointSourceVMStorageProfile storageProfile = restorePoint.SourceMetadata.StorageProfile;
+ Assert.Equal(osDisk.Name, storageProfile.OsDisk.Name, ignoreCase: true);
+ Assert.Equal(osDisk.ManagedDisk.Id, storageProfile.OsDisk.ManagedDisk.Id, ignoreCase: true);
+ Assert.Equal(excludeDisksCount, restorePoint.ExcludeDisks.Count);
+ Assert.Equal(excludeDiskId, restorePoint.ExcludeDisks[0].Id, ignoreCase: true);
+ Assert.NotNull(restorePoint.SourceMetadata.VmId);
+ Assert.Equal(vmSize, restorePoint.SourceMetadata.HardwareProfile.VmSize);
+ }
+
+ private RestorePointCollection CreateRpc(string sourceVMId, string rpcName,
+ string rgName, string location, Dictionary tags)
+ {
+ //Models.SubResource sourceVM = new Models.SubResource(id: sourceVMId);
+ RestorePointCollectionSourceProperties rpcSourceProperties = new RestorePointCollectionSourceProperties(location: location, id: sourceVMId);
+ var inputRpc = new RestorePointCollection(location, source: rpcSourceProperties, name: rpcName, tags: tags);
+ RestorePointCollection restorePointCollection =
+ m_CrpClient.RestorePointCollections.CreateOrUpdate(rgName, rpcName,
+ inputRpc);
+ return restorePointCollection;
+ }
+ }
+}
\ No newline at end of file
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/Compute.Tests.RestorePointTests/CreateRpcAndRestorePoints.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/Compute.Tests.RestorePointTests/CreateRpcAndRestorePoints.json
new file mode 100644
index 000000000000..7abc7eeab660
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/Compute.Tests.RestorePointTests/CreateRpcAndRestorePoints.json
@@ -0,0 +1,4325 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/SoutheastAsia/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvU291dGhlYXN0QXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "be6b7b74-5ac6-4753-966d-57364d463bf9"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "9fc414ea-410e-4600-9f7c-71bc36416f3f_132638684699023789"
+ ],
+ "x-ms-request-id": [
+ "a7fac85f-1652-4425-bddb-476a3a36d244"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "ab829932-57e4-469e-b868-f47c57f2afc8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T193514Z:ab829932-57e4-469e-b868-f47c57f2afc8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:35:14 GMT"
+ ],
+ "Content-Length": [
+ "321"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar1514?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1MTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar1514\": \"2021-06-29 19:35:14Z\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "3b5c72a8-acb6-4d82-9373-6953c4ce5eae"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "99"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-request-id": [
+ "de89b753-eeb3-48f1-9961-c8130eb2e648"
+ ],
+ "x-ms-correlation-request-id": [
+ "de89b753-eeb3-48f1-9961-c8130eb2e648"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T193518Z:de89b753-eeb3-48f1-9961-c8130eb2e648"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:35:17 GMT"
+ ],
+ "Content-Length": [
+ "234"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514\",\r\n \"name\": \"crptestar1514\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar1514\": \"2021-06-29 19:35:14Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar1514?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1MTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"crptestar1514\": \"2021-06-29 19:35:58Z\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "ba992936-9910-410c-a319-a36cb9ba9220"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "99"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-request-id": [
+ "8954cb4c-71c6-4554-967e-80221441ff27"
+ ],
+ "x-ms-correlation-request-id": [
+ "8954cb4c-71c6-4554-967e-80221441ff27"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T193559Z:8954cb4c-71c6-4554-967e-80221441ff27"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:35:59 GMT"
+ ],
+ "Content-Length": [
+ "234"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514\",\r\n \"name\": \"crptestar1514\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"crptestar1514\": \"2021-06-29 19:35:58Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Storage/storageAccounts/crptestar8569?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4NTY5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "35a28793-e829-46ac-9dfd-df2603f29f52"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "95"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7d316ff5-5543-4060-972c-481ffd9954c0?monitor=true&api-version=2015-06-15"
+ ],
+ "Retry-After": [
+ "17"
+ ],
+ "x-ms-request-id": [
+ "7d316ff5-5543-4060-972c-481ffd9954c0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "fde8491d-a172-43d9-8b8d-9bd741190803"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T193530Z:fde8491d-a172-43d9-8b8d-9bd741190803"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:35:29 GMT"
+ ],
+ "Content-Type": [
+ "text/plain; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/7d316ff5-5543-4060-972c-481ffd9954c0?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvN2QzMTZmZjUtNTU0My00MDYwLTk3MmMtNDgxZmZkOTk1NGMwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "de797eda-5328-4d65-af22-a60d7a9ddaa2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "6f908b45-08cd-48c1-a5fb-14a0c91dfec8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T193547Z:6f908b45-08cd-48c1-a5fb-14a0c91dfec8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:35:46 GMT"
+ ],
+ "Content-Length": [
+ "95"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "191ac9c2-e690-4776-8ee4-c668b242cc3a"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "f46e3bb4-e938-4ac9-b978-96a5325e1ccc"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-correlation-request-id": [
+ "06764a97-b130-43d1-990f-79dd2aab9e74"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T193558Z:06764a97-b130-43d1-990f-79dd2aab9e74"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:35:57 GMT"
+ ],
+ "Content-Length": [
+ "752"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Storage/storageAccounts/crptestar8569\",\r\n \"name\": \"crptestar8569\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T19:35:26.2649615Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8569.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8569.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8569.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8569.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Storage/storageAccounts/crptestar8569?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9jcnB0ZXN0YXI4NTY5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "c779d06f-ec28-4aca-adbc-d5aa4a8cacb0"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "652fbbc4-8969-49c6-87d2-f567b232384e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "68847e81-8082-48b2-a57d-9c40439145f8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T193558Z:68847e81-8082-48b2-a57d-9c40439145f8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:35:57 GMT"
+ ],
+ "Content-Length": [
+ "740"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Storage/storageAccounts/crptestar8569\",\r\n \"name\": \"crptestar8569\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-06-29T19:35:26.2649615Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestar8569.blob.core.windows.net/\",\r\n \"queue\": \"https://crptestar8569.queue.core.windows.net/\",\r\n \"table\": \"https://crptestar8569.table.core.windows.net/\",\r\n \"file\": \"https://crptestar8569.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/publicIPAddresses/pip2981?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI5ODE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3495\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "de469f0d-82c3-45ed-8e09-7fe9ce4c8162"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "207"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "1"
+ ],
+ "x-ms-request-id": [
+ "f82315ae-0202-4b11-ad42-4592e25eb19c"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/f82315ae-0202-4b11-ad42-4592e25eb19c?api-version=2019-09-01"
+ ],
+ "x-ms-correlation-request-id": [
+ "6dae6cd1-ae27-43ef-a2a7-400cb8cfe3e4"
+ ],
+ "Azure-AsyncNotification": [
+ "Enabled"
+ ],
+ "x-ms-arm-service-request-id": [
+ "b7a766c8-5df4-4406-aa48-4871a1381d63"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210629T193611Z:6dae6cd1-ae27-43ef-a2a7-400cb8cfe3e4"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:10 GMT"
+ ],
+ "Content-Length": [
+ "769"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"pip2981\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/publicIPAddresses/pip2981\",\r\n \"etag\": \"W/\\\"e12e7524-487b-4ff2-acc8-540b11cb76b6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"637b51f6-74ce-4c72-a6cf-6f14657a8c3e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3495\",\r\n \"fqdn\": \"dn3495.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}",
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/f82315ae-0202-4b11-ad42-4592e25eb19c?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y4MjMxNWFlLTAyMDItNGIxMS1hZDQyLTQ1OTJlMjVlYjE5Yz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "81fd197b-9448-4f29-b378-6dc8310d72fa"
+ ],
+ "x-ms-correlation-request-id": [
+ "6a8e4af4-6b72-43ad-99b3-861d1ef26508"
+ ],
+ "x-ms-arm-service-request-id": [
+ "67d90484-faf4-4d9c-acc3-cf40ef7be01c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210629T193612Z:6a8e4af4-6b72-43ad-99b3-861d1ef26508"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:11 GMT"
+ ],
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/publicIPAddresses/pip2981?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI5ODE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"18e9ec2d-f327-4355-b7e5-341ed13ec002\""
+ ],
+ "x-ms-request-id": [
+ "b7738185-68c4-4034-a0b6-d5e72c2eb444"
+ ],
+ "x-ms-correlation-request-id": [
+ "e13321d3-ff74-4a74-824c-025f2078a3d0"
+ ],
+ "x-ms-arm-service-request-id": [
+ "e5d90d51-ab53-4433-940d-e3518355ab73"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210629T193612Z:e13321d3-ff74-4a74-824c-025f2078a3d0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:11 GMT"
+ ],
+ "Content-Length": [
+ "770"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"pip2981\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/publicIPAddresses/pip2981\",\r\n \"etag\": \"W/\\\"18e9ec2d-f327-4355-b7e5-341ed13ec002\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"637b51f6-74ce-4c72-a6cf-6f14657a8c3e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3495\",\r\n \"fqdn\": \"dn3495.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/publicIPAddresses/pip2981?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDI5ODE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "331f8a74-b242-4614-b29d-18aad8685642"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"18e9ec2d-f327-4355-b7e5-341ed13ec002\""
+ ],
+ "x-ms-request-id": [
+ "f164529c-0ae9-4699-a16f-8a3310343c68"
+ ],
+ "x-ms-correlation-request-id": [
+ "905b8e5e-992c-4462-84e8-615afc8bcba9"
+ ],
+ "x-ms-arm-service-request-id": [
+ "4f87dc10-fa45-441e-acb1-b5ad1d821d67"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210629T193612Z:905b8e5e-992c-4462-84e8-615afc8bcba9"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:12 GMT"
+ ],
+ "Content-Length": [
+ "770"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"pip2981\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/publicIPAddresses/pip2981\",\r\n \"etag\": \"W/\\\"18e9ec2d-f327-4355-b7e5-341ed13ec002\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"637b51f6-74ce-4c72-a6cf-6f14657a8c3e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn3495\",\r\n \"fqdn\": \"dn3495.southeastasia.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/virtualNetworks/vn3702?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM3MDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9495\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "f9054ec8-d511-4786-948c-8b98af8bfee5"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "299"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "3"
+ ],
+ "x-ms-request-id": [
+ "ed9b5b16-c86a-49a0-ac04-d35e597627ef"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/ed9b5b16-c86a-49a0-ac04-d35e597627ef?api-version=2019-09-01"
+ ],
+ "x-ms-correlation-request-id": [
+ "92de5eba-c4a6-4a6f-a1e5-d06503e3554a"
+ ],
+ "Azure-AsyncNotification": [
+ "Enabled"
+ ],
+ "x-ms-arm-service-request-id": [
+ "2cd663cc-4bcb-459e-95e1-1423faa870bc"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210629T193617Z:92de5eba-c4a6-4a6f-a1e5-d06503e3554a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:16 GMT"
+ ],
+ "Content-Length": [
+ "1218"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"vn3702\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/virtualNetworks/vn3702\",\r\n \"etag\": \"W/\\\"5d508db9-bae3-495c-9582-bed6f477342a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"60ab55e7-ac7a-4610-843c-9f5b23ad9f0e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9495\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/virtualNetworks/vn3702/subnets/sn9495\",\r\n \"etag\": \"W/\\\"5d508db9-bae3-495c-9582-bed6f477342a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}",
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/ed9b5b16-c86a-49a0-ac04-d35e597627ef?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VkOWI1YjE2LWM4NmEtNDlhMC1hYzA0LWQzNWU1OTc2MjdlZj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "1bf0dcda-8523-477d-9e38-b7eb03719d2b"
+ ],
+ "x-ms-correlation-request-id": [
+ "b1f33d25-eafa-4b40-be8a-84995ea2a138"
+ ],
+ "x-ms-arm-service-request-id": [
+ "35d6a49d-f15a-4002-bf5b-5cafef601eee"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210629T193621Z:b1f33d25-eafa-4b40-be8a-84995ea2a138"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:20 GMT"
+ ],
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/virtualNetworks/vn3702?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM3MDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"825f1126-3045-4af2-bb9f-b00ebeb00264\""
+ ],
+ "x-ms-request-id": [
+ "448c68bb-02e7-47f3-8079-e3e9a8788c23"
+ ],
+ "x-ms-correlation-request-id": [
+ "3f1264dd-7614-4d19-bf0c-d493531af828"
+ ],
+ "x-ms-arm-service-request-id": [
+ "a501afd9-c0c2-49ab-aa91-6a9bff25a543"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210629T193621Z:3f1264dd-7614-4d19-bf0c-d493531af828"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:20 GMT"
+ ],
+ "Content-Length": [
+ "1220"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"vn3702\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/virtualNetworks/vn3702\",\r\n \"etag\": \"W/\\\"825f1126-3045-4af2-bb9f-b00ebeb00264\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"60ab55e7-ac7a-4610-843c-9f5b23ad9f0e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9495\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/virtualNetworks/vn3702/subnets/sn9495\",\r\n \"etag\": \"W/\\\"825f1126-3045-4af2-bb9f-b00ebeb00264\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/virtualNetworks/vn3702/subnets/sn9495?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjM3MDIvc3VibmV0cy9zbjk0OTU/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "16ea621f-5ee6-45a7-8571-f4d289efa22d"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"825f1126-3045-4af2-bb9f-b00ebeb00264\""
+ ],
+ "x-ms-request-id": [
+ "b4e07d4f-1808-45f2-a3b9-b3b8142d2460"
+ ],
+ "x-ms-correlation-request-id": [
+ "15b55a2c-8d33-4ab3-8791-ceaf4458af9d"
+ ],
+ "x-ms-arm-service-request-id": [
+ "731cae0e-16ae-4b45-8963-02868639c43b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210629T193621Z:15b55a2c-8d33-4ab3-8791-ceaf4458af9d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:20 GMT"
+ ],
+ "Content-Length": [
+ "523"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"sn9495\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/virtualNetworks/vn3702/subnets/sn9495\",\r\n \"etag\": \"W/\\\"825f1126-3045-4af2-bb9f-b00ebeb00264\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/networkInterfaces/nic2358?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIzNTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9495\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/virtualNetworks/vn3702/subnets/sn9495\"\r\n }\r\n },\r\n \"name\": \"ip7803\"\r\n }\r\n ]\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "8bbc4d2a-4556-4ce9-9f09-db01d32c134c"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "748"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "8628897f-45f2-49cf-be8e-53091e61ff34"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Network/locations/southeastasia/operations/8628897f-45f2-49cf-be8e-53091e61ff34?api-version=2019-09-01"
+ ],
+ "x-ms-correlation-request-id": [
+ "8341e9d1-99ad-431c-b712-5d72c45541cf"
+ ],
+ "Azure-AsyncNotification": [
+ "Enabled"
+ ],
+ "x-ms-arm-service-request-id": [
+ "c4d5ce00-ad7a-4c48-9daf-062a4c570267"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210629T193624Z:8341e9d1-99ad-431c-b712-5d72c45541cf"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:23 GMT"
+ ],
+ "Content-Length": [
+ "1631"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"nic2358\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/networkInterfaces/nic2358\",\r\n \"etag\": \"W/\\\"49f1ac45-d7d2-4250-a878-78a0d77edbc0\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d362cc95-b1de-4e17-aa88-9b52e04f6608\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7803\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/networkInterfaces/nic2358/ipConfigurations/ip7803\",\r\n \"etag\": \"W/\\\"49f1ac45-d7d2-4250-a878-78a0d77edbc0\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/virtualNetworks/vn3702/subnets/sn9495\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"23k0wyd0vqienbb2t3nshlm5bg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}",
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/networkInterfaces/nic2358?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIzNTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"49f1ac45-d7d2-4250-a878-78a0d77edbc0\""
+ ],
+ "x-ms-request-id": [
+ "9aec8db6-455e-4d36-892a-2737413fb5d6"
+ ],
+ "x-ms-correlation-request-id": [
+ "8a71d592-8d03-4d0c-a83f-62f994008329"
+ ],
+ "x-ms-arm-service-request-id": [
+ "eb1c6c1e-ec79-46c7-b795-0420671060ca"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210629T193624Z:8a71d592-8d03-4d0c-a83f-62f994008329"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:24 GMT"
+ ],
+ "Content-Length": [
+ "1631"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"nic2358\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/networkInterfaces/nic2358\",\r\n \"etag\": \"W/\\\"49f1ac45-d7d2-4250-a878-78a0d77edbc0\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d362cc95-b1de-4e17-aa88-9b52e04f6608\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7803\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/networkInterfaces/nic2358/ipConfigurations/ip7803\",\r\n \"etag\": \"W/\\\"49f1ac45-d7d2-4250-a878-78a0d77edbc0\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/virtualNetworks/vn3702/subnets/sn9495\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"23k0wyd0vqienbb2t3nshlm5bg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/networkInterfaces/nic2358?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzIzNTg/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "ae66de0d-8566-4466-af82-9347f30177dc"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"49f1ac45-d7d2-4250-a878-78a0d77edbc0\""
+ ],
+ "x-ms-request-id": [
+ "d7927b32-d0ef-4b24-99f5-52fbd71bac77"
+ ],
+ "x-ms-correlation-request-id": [
+ "ffbf40c6-2d4b-4b34-addc-57ec0d57d9ab"
+ ],
+ "x-ms-arm-service-request-id": [
+ "a4f5bdc1-e554-465e-915d-001a8135550a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210629T193625Z:ffbf40c6-2d4b-4b34-addc-57ec0d57d9ab"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:24 GMT"
+ ],
+ "Content-Length": [
+ "1631"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"nic2358\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/networkInterfaces/nic2358\",\r\n \"etag\": \"W/\\\"49f1ac45-d7d2-4250-a878-78a0d77edbc0\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d362cc95-b1de-4e17-aa88-9b52e04f6608\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip7803\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/networkInterfaces/nic2358/ipConfigurations/ip7803\",\r\n \"etag\": \"W/\\\"49f1ac45-d7d2-4250-a878-78a0d77edbc0\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/virtualNetworks/vn3702/subnets/sn9495\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"23k0wyd0vqienbb2t3nshlm5bg.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/availabilitySets/crptestar5118?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvY3JwdGVzdGFyNTExOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "60087d75-5d34-4df7-92e5-e1c7bf512dd4"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "229"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "4f3ba591-91c3-43fa-90e1-8ba8fd407860"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "66b0cf9c-baf5-492f-ac22-c9ebb5dd8f79"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T193632Z:66b0cf9c-baf5-492f-ac22-c9ebb5dd8f79"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:32 GMT"
+ ],
+ "Content-Length": [
+ "458"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"crptestar5118\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/availabilitySets/crptestar5118\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 1,\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Aligned\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU4OTY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"caching\": \"None\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 30,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/networkInterfaces/nic2358\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/availabilitySets/crptestar5118\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "19d17bc8-5d53-4ede-adab-6a12bece5585"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "1545"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/99fbcaa6-7ac4-4666-8ac6-d584d9a44cc9?api-version=2021-03-01"
+ ],
+ "Azure-AsyncNotification": [
+ "Enabled"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1198"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "99fbcaa6-7ac4-4666-8ac6-d584d9a44cc9"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "ab4614d1-b361-4397-92e7-ac5b31a6ac9c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T193638Z:ab4614d1-b361-4397-92e7-ac5b31a6ac9c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:38 GMT"
+ ],
+ "Content-Length": [
+ "2426"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"vm5896\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7ba4679e-a993-4c29-985c-eead4f5e8a06\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5118\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/networkInterfaces/nic2358\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/99fbcaa6-7ac4-4666-8ac6-d584d9a44cc9?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5ZmJjYWE2LTdhYzQtNDY2Ni04YWM2LWQ1ODRkOWE0NGNjOT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "50"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "b48085c8-487a-41c3-9e19-4c832f90d58d"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-correlation-request-id": [
+ "1bf711e9-0e5e-4900-a14d-4ae624c6202e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T193648Z:1bf711e9-0e5e-4900-a14d-4ae624c6202e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:36:48 GMT"
+ ],
+ "Content-Length": [
+ "133"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:36:36.151302-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"99fbcaa6-7ac4-4666-8ac6-d584d9a44cc9\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/99fbcaa6-7ac4-4666-8ac6-d584d9a44cc9?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5ZmJjYWE2LTdhYzQtNDY2Ni04YWM2LWQ1ODRkOWE0NGNjOT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "223a27ca-e888-42d0-ba69-f0d67e09b14e"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "e200257f-090b-415f-98b9-d55d58fb0c44"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T193738Z:e200257f-090b-415f-98b9-d55d58fb0c44"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:37:38 GMT"
+ ],
+ "Content-Length": [
+ "133"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:36:36.151302-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"99fbcaa6-7ac4-4666-8ac6-d584d9a44cc9\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/99fbcaa6-7ac4-4666-8ac6-d584d9a44cc9?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5ZmJjYWE2LTdhYzQtNDY2Ni04YWM2LWQ1ODRkOWE0NGNjOT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "a85d4ac5-35aa-4c01-a386-052296da931a"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-correlation-request-id": [
+ "10bd7fda-e93f-4673-af9c-1a616cde6df7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T193828Z:10bd7fda-e93f-4673-af9c-1a616cde6df7"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:38:28 GMT"
+ ],
+ "Content-Length": [
+ "133"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:36:36.151302-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"99fbcaa6-7ac4-4666-8ac6-d584d9a44cc9\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/99fbcaa6-7ac4-4666-8ac6-d584d9a44cc9?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5ZmJjYWE2LTdhYzQtNDY2Ni04YWM2LWQ1ODRkOWE0NGNjOT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "c406fe59-4ab4-40df-ad32-e5de3da19851"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-correlation-request-id": [
+ "6155dab5-37c9-42a8-abdb-571589b92a69"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T193919Z:6155dab5-37c9-42a8-abdb-571589b92a69"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:39:18 GMT"
+ ],
+ "Content-Length": [
+ "133"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:36:36.151302-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"99fbcaa6-7ac4-4666-8ac6-d584d9a44cc9\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/99fbcaa6-7ac4-4666-8ac6-d584d9a44cc9?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5ZmJjYWE2LTdhYzQtNDY2Ni04YWM2LWQ1ODRkOWE0NGNjOT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "c7f8dda0-5498-4280-9d00-939d4c4e3f76"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-correlation-request-id": [
+ "076fb83c-c378-4ba7-b028-f2527acd920c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194009Z:076fb83c-c378-4ba7-b028-f2527acd920c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:40:08 GMT"
+ ],
+ "Content-Length": [
+ "183"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:36:36.151302-07:00\",\r\n \"endTime\": \"2021-06-29T12:39:49.0888877-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"99fbcaa6-7ac4-4666-8ac6-d584d9a44cc9\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU4OTY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31997"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "ac92bdd3-6408-49be-a28c-2e69e1ddb9d7"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
+ ],
+ "x-ms-correlation-request-id": [
+ "66204e80-51c2-42ab-8077-1162c8666979"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194009Z:66204e80-51c2-42ab-8077-1162c8666979"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:40:09 GMT"
+ ],
+ "Content-Length": [
+ "2818"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"vm5896\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7ba4679e-a993-4c29-985c-eead4f5e8a06\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5118\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5896_disk2_6e1cd050c43942d1b385268fa469dee9\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/disks/vm5896_disk2_6e1cd050c43942d1b385268fa469dee9\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/networkInterfaces/nic2358\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTU4OTY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "421d0b4a-5a90-4edc-93b3-a8126b09fd1e"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31996"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "dbdc3c5c-a1c9-4a7e-9bfe-8addaa08214c"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-correlation-request-id": [
+ "21a75bb6-5893-46e2-b794-776afeac87fa"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194009Z:21a75bb6-5893-46e2-b794-776afeac87fa"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:40:09 GMT"
+ ],
+ "Content-Length": [
+ "2818"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"vm5896\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7ba4679e-a993-4c29-985c-eead4f5e8a06\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/availabilitySets/CRPTESTAR5118\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskSizeGB\": 127,\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm5896_disk2_6e1cd050c43942d1b385268fa469dee9\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/disks/vm5896_disk2_6e1cd050c43942d1b385268fa469dee9\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"toBeDetached\": false,\r\n \"deleteOption\": \"Detach\"\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Network/networkInterfaces/nic2358\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY0NsaWVudFRlc3Q3NDY2P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "59dd8f80-ad9b-4b1c-a15b-720b94f4d77d"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "287"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/CreateRestorePoints3Min;119,Microsoft.Compute/CreateRestorePoints30Min;599"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "c887bab8-9a64-4100-94f5-43dc60a66c18"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "b55d3aa8-e071-4757-9c75-e64b6afe295e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194016Z:b55d3aa8-e071-4757-9c75-e64b6afe295e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:40:16 GMT"
+ ],
+ "Content-Length": [
+ "686"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"rpcClientTest7466\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\"\r\n },\r\n \"restorePointCollectionId\": \"8e25a990-eaf2-43d5-872d-dc96f1e436d5\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest6808?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY0NsaWVudFRlc3Q2ODA4P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "2a25935d-5676-4717-99d7-681387b810a4"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "287"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/CreateRestorePoints3Min;118,Microsoft.Compute/CreateRestorePoints30Min;598"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "3d825be3-9e88-4edc-b898-768cc12f231d"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1196"
+ ],
+ "x-ms-correlation-request-id": [
+ "28b6b42e-2db1-42a4-bbec-dc4084e6cabd"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194020Z:28b6b42e-2db1-42a4-bbec-dc4084e6cabd"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:40:19 GMT"
+ ],
+ "Content-Length": [
+ "686"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"rpcClientTest6808\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest6808\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\"\r\n },\r\n \"restorePointCollectionId\": \"8e11bf43-3519-4971-bb76-0799ca7cf4be\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY0NsaWVudFRlc3Q3NDY2P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=",
+ "RequestMethod": "PATCH",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\"\r\n }\r\n },\r\n \"tags\": {\r\n \"newTag\": \"newValue\",\r\n \"newtestTag\": \"newValue\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "91c5026f-3e56-40ca-b1b9-7bad7f6a75a9"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "275"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/CreateRestorePoints3Min;117,Microsoft.Compute/CreateRestorePoints30Min;597"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "4cb4cfde-e8c3-4467-ac74-93597e3e5ef8"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1195"
+ ],
+ "x-ms-correlation-request-id": [
+ "6b4a2fec-bc4f-40be-a4aa-086dffba3cb5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194023Z:6b4a2fec-bc4f-40be-a4aa-086dffba3cb5"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:40:22 GMT"
+ ],
+ "Content-Length": [
+ "706"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"rpcClientTest7466\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"newTag\": \"newValue\",\r\n \"newtestTag\": \"newValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\"\r\n },\r\n \"restorePointCollectionId\": \"8e25a990-eaf2-43d5-872d-dc96f1e436d5\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "f4afa2f3-f2d7-401b-a46a-85e3dd1b1d34"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/HighCostGetRestorePoint3Min;119,Microsoft.Compute/HighCostGetRestorePoint30Min;1199"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "2a1e726e-1812-4b05-b3de-7f271eebbba7"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11991"
+ ],
+ "x-ms-correlation-request-id": [
+ "36aab7ed-2260-4e52-aa73-bb893929f9e6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194023Z:36aab7ed-2260-4e52-aa73-bb893929f9e6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:40:22 GMT"
+ ],
+ "Content-Length": [
+ "1564"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"rpcClientTest6808\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest6808\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\"\r\n },\r\n \"restorePointCollectionId\": \"8e11bf43-3519-4971-bb76-0799ca7cf4be\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"rpcClientTest7466\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"newTag\": \"newValue\",\r\n \"newtestTag\": \"newValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\"\r\n },\r\n \"restorePointCollectionId\": \"8e25a990-eaf2-43d5-872d-dc96f1e436d5\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/restorePointCollections?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9yZXN0b3JlUG9pbnRDb2xsZWN0aW9ucz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "cd1ae87c-0583-4191-9932-92a98be5b1f3"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/HighCostGetRestorePoint3Min;118,Microsoft.Compute/HighCostGetRestorePoint30Min;1198"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "1d4ac46a-bdc2-44f4-93b2-9d9ecfe2fab5"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11990"
+ ],
+ "x-ms-correlation-request-id": [
+ "ff4f6ad1-9ffd-4fd4-9411-0a9717620ce8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194023Z:ff4f6ad1-9ffd-4fd4-9411-0a9717620ce8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:40:22 GMT"
+ ],
+ "Content-Length": [
+ "1564"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"rpcClientTest6808\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest6808\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\"\r\n },\r\n \"restorePointCollectionId\": \"8e11bf43-3519-4971-bb76-0799ca7cf4be\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"rpcClientTest7466\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/CRPTESTAR1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"newTag\": \"newValue\",\r\n \"newtestTag\": \"newValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\"\r\n },\r\n \"restorePointCollectionId\": \"8e25a990-eaf2-43d5-872d-dc96f1e436d5\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466/restorePoints/rpClientTest8860?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY0NsaWVudFRlc3Q3NDY2L3Jlc3RvcmVQb2ludHMvcnBDbGllbnRUZXN0ODg2MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/disks/vm5896_disk2_6e1cd050c43942d1b385268fa469dee9\"\r\n }\r\n ]\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "db9e2843-3a88-446d-b45c-fe1c6a28ead3"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "254"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/5de4d214-3daf-4d48-810e-6cdced7a5a19?api-version=2021-03-01"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/CreateRestorePoints3Min;116,Microsoft.Compute/CreateRestorePoints30Min;596"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "5de4d214-3daf-4d48-810e-6cdced7a5a19"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1194"
+ ],
+ "x-ms-correlation-request-id": [
+ "6b01fa7f-804e-4b5f-be8d-985bfcdfe35d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194024Z:6b01fa7f-804e-4b5f-be8d-985bfcdfe35d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:40:23 GMT"
+ ],
+ "Content-Length": [
+ "1816"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"rpClientTest8860\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466/restorePoints/rpClientTest8860\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"7ba4679e-a993-4c29-985c-eead4f5e8a06\",\r\n \"location\": \"southeastasia\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/disks/test\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"provisioningDetails\": {\r\n \"creationTime\": \"2021-06-29T12:40:24.0734132-07:00\"\r\n },\r\n \"internalData\": {\r\n \"sourceVMEntitySequenceNumber\": 1449579\r\n },\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/disks/vm5896_disk2_6e1cd050c43942d1b385268fa469dee9\"\r\n }\r\n ]\r\n }\r\n}",
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/5de4d214-3daf-4d48-810e-6cdced7a5a19?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkZTRkMjE0LTNkYWYtNGQ0OC04MTBlLTZjZGNlZDdhNWExOT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "9584e8e6-e628-47fc-81b9-1b48005ff411"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11989"
+ ],
+ "x-ms-correlation-request-id": [
+ "a2c2ef3d-5db4-490d-87cb-81bcb4c606ac"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194054Z:a2c2ef3d-5db4-490d-87cb-81bcb4c606ac"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:40:54 GMT"
+ ],
+ "Content-Length": [
+ "134"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:40:24.0578004-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5de4d214-3daf-4d48-810e-6cdced7a5a19\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/5de4d214-3daf-4d48-810e-6cdced7a5a19?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkZTRkMjE0LTNkYWYtNGQ0OC04MTBlLTZjZGNlZDdhNWExOT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29988"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "661e1eb1-1119-42f2-b986-7e8518aa267a"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11988"
+ ],
+ "x-ms-correlation-request-id": [
+ "af32f58c-9a82-4205-ae95-4e460079ed62"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194124Z:af32f58c-9a82-4205-ae95-4e460079ed62"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:41:24 GMT"
+ ],
+ "Content-Length": [
+ "134"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:40:24.0578004-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5de4d214-3daf-4d48-810e-6cdced7a5a19\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/5de4d214-3daf-4d48-810e-6cdced7a5a19?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkZTRkMjE0LTNkYWYtNGQ0OC04MTBlLTZjZGNlZDdhNWExOT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29985"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "ed4719f9-da63-4faf-9805-6897abaf5d31"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11987"
+ ],
+ "x-ms-correlation-request-id": [
+ "d89638c6-96e1-4991-826e-bb4fece1332c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194155Z:d89638c6-96e1-4991-826e-bb4fece1332c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:41:54 GMT"
+ ],
+ "Content-Length": [
+ "134"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:40:24.0578004-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5de4d214-3daf-4d48-810e-6cdced7a5a19\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/5de4d214-3daf-4d48-810e-6cdced7a5a19?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkZTRkMjE0LTNkYWYtNGQ0OC04MTBlLTZjZGNlZDdhNWExOT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29982"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "c56ea472-f58c-4827-a880-092ce7b8cf4f"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11986"
+ ],
+ "x-ms-correlation-request-id": [
+ "05e0336f-f634-4dce-af53-19709b616baa"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194225Z:05e0336f-f634-4dce-af53-19709b616baa"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:42:24 GMT"
+ ],
+ "Content-Length": [
+ "134"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:40:24.0578004-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5de4d214-3daf-4d48-810e-6cdced7a5a19\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/5de4d214-3daf-4d48-810e-6cdced7a5a19?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkZTRkMjE0LTNkYWYtNGQ0OC04MTBlLTZjZGNlZDdhNWExOT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29979"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "b2fb4dbc-5c02-4c4f-9c71-6ce66f18cf22"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11985"
+ ],
+ "x-ms-correlation-request-id": [
+ "ee0a42dc-0f02-48bc-b749-eb3f1f49b746"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194255Z:ee0a42dc-0f02-48bc-b749-eb3f1f49b746"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:42:55 GMT"
+ ],
+ "Content-Length": [
+ "134"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:40:24.0578004-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5de4d214-3daf-4d48-810e-6cdced7a5a19\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/5de4d214-3daf-4d48-810e-6cdced7a5a19?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkZTRkMjE0LTNkYWYtNGQ0OC04MTBlLTZjZGNlZDdhNWExOT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29976"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "82b4edcb-146b-45e7-a5ff-c359f5b46f67"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11984"
+ ],
+ "x-ms-correlation-request-id": [
+ "f5132d1f-84c9-44d1-8083-e756d6ce1a3a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194325Z:f5132d1f-84c9-44d1-8083-e756d6ce1a3a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:43:25 GMT"
+ ],
+ "Content-Length": [
+ "183"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:40:24.0578004-07:00\",\r\n \"endTime\": \"2021-06-29T12:43:24.901777-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5de4d214-3daf-4d48-810e-6cdced7a5a19\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466/restorePoints/rpClientTest8860?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY0NsaWVudFRlc3Q3NDY2L3Jlc3RvcmVQb2ludHMvcnBDbGllbnRUZXN0ODg2MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/LowCostGetRestorePoint3Min;499,Microsoft.Compute/LowCostGetRestorePoint30Min;2499"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "12388e45-ac80-40b7-9309-04d763c1b204"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11983"
+ ],
+ "x-ms-correlation-request-id": [
+ "2aebe77d-9e86-45e8-9e46-ce4e79353fab"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194326Z:2aebe77d-9e86-45e8-9e46-ce4e79353fab"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:43:25 GMT"
+ ],
+ "Content-Length": [
+ "2422"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"rpClientTest8860\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466/restorePoints/rpClientTest8860\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"7ba4679e-a993-4c29-985c-eead4f5e8a06\",\r\n \"location\": \"southeastasia\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskRestorePoint\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466/restorePoints/rpClientTest8860/diskRestorePoints/test_13132686-04f3-4a55-a986-2dd72dd601c3\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"consistencyMode\": \"ApplicationConsistent\",\r\n \"provisioningDetails\": {\r\n \"creationTime\": \"2021-06-29T12:40:24.0734132-07:00\",\r\n \"totalUsedSizeInBytes\": 15133061120,\r\n \"statusCode\": 0,\r\n \"statusMessage\": \"{\\\"jobMessage\\\":\\\"\\\",\\\"messageStr\\\":\\\"6\\\\/29\\\\/2021 7:43:02 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed \\\",\\\"snapshotConsistency\\\":2}\"\r\n },\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/disks/vm5896_disk2_6e1cd050c43942d1b385268fa469dee9\"\r\n }\r\n ]\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466/restorePoints/rpClientTest8860?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY0NsaWVudFRlc3Q3NDY2L3Jlc3RvcmVQb2ludHMvcnBDbGllbnRUZXN0ODg2MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "20931346-0862-444b-b3a4-f16fd2424737"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/LowCostGetRestorePoint3Min;498,Microsoft.Compute/LowCostGetRestorePoint30Min;2498"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "5bb615da-37f6-4b8b-8810-a8cfa175f131"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11982"
+ ],
+ "x-ms-correlation-request-id": [
+ "377592b3-c078-4731-999d-32b99bd4fbb0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194326Z:377592b3-c078-4731-999d-32b99bd4fbb0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:43:26 GMT"
+ ],
+ "Content-Length": [
+ "2422"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"rpClientTest8860\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466/restorePoints/rpClientTest8860\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"7ba4679e-a993-4c29-985c-eead4f5e8a06\",\r\n \"location\": \"southeastasia\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskRestorePoint\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466/restorePoints/rpClientTest8860/diskRestorePoints/test_13132686-04f3-4a55-a986-2dd72dd601c3\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"consistencyMode\": \"ApplicationConsistent\",\r\n \"provisioningDetails\": {\r\n \"creationTime\": \"2021-06-29T12:40:24.0734132-07:00\",\r\n \"totalUsedSizeInBytes\": 15133061120,\r\n \"statusCode\": 0,\r\n \"statusMessage\": \"{\\\"jobMessage\\\":\\\"\\\",\\\"messageStr\\\":\\\"6\\\\/29\\\\/2021 7:43:02 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed \\\",\\\"snapshotConsistency\\\":2}\"\r\n },\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/disks/vm5896_disk2_6e1cd050c43942d1b385268fa469dee9\"\r\n }\r\n ]\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466/restorePoints/rpClientTest8860?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY0NsaWVudFRlc3Q3NDY2L3Jlc3RvcmVQb2ludHMvcnBDbGllbnRUZXN0ODg2MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "03ddb1da-cd7b-46b2-938a-b5549eb57ecc"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/LowCostGetRestorePoint3Min;495,Microsoft.Compute/LowCostGetRestorePoint30Min;2495"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "1cdbab94-44ab-4fb9-9731-170efe1db2c3"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11977"
+ ],
+ "x-ms-correlation-request-id": [
+ "7e9f665e-a4bb-421b-8869-622839d5103c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194357Z:7e9f665e-a4bb-421b-8869-622839d5103c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:43:57 GMT"
+ ],
+ "Content-Length": [
+ "115"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"NotFound\",\r\n \"message\": \"The entity was not found in this Azure location.\"\r\n }\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY0NsaWVudFRlc3Q3NDY2P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "75317e79-87b7-47e5-a33f-4b916878aeb7"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/LowCostGetRestorePoint3Min;497,Microsoft.Compute/LowCostGetRestorePoint30Min;2497"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "86449f16-c867-4325-9818-6f3f611fe57c"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11981"
+ ],
+ "x-ms-correlation-request-id": [
+ "2494d9ec-021a-40ad-9c8e-80cd9c515a6d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194326Z:2494d9ec-021a-40ad-9c8e-80cd9c515a6d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:43:26 GMT"
+ ],
+ "Content-Length": [
+ "706"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"rpcClientTest7466\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"newTag\": \"newValue\",\r\n \"newtestTag\": \"newValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\"\r\n },\r\n \"restorePointCollectionId\": \"8e25a990-eaf2-43d5-872d-dc96f1e436d5\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY0NsaWVudFRlc3Q3NDY2P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "ea826413-a62d-4857-a481-9948c9453f40"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "d2fbf939-cc96-4fb1-a279-7a8505e8df00"
+ ],
+ "x-ms-correlation-request-id": [
+ "d2fbf939-cc96-4fb1-a279-7a8505e8df00"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194430Z:d2fbf939-cc96-4fb1-a279-7a8505e8df00"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:44:29 GMT"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "244"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/restorePointCollections/rpcClientTest7466' under resource group 'crptestar1514' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466?$expand=restorePoints&api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY0NsaWVudFRlc3Q3NDY2PyRleHBhbmQ9cmVzdG9yZVBvaW50cyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "2544ac26-560f-4262-a9a9-84984f106a51"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/LowCostGetRestorePoint3Min;496,Microsoft.Compute/LowCostGetRestorePoint30Min;2496"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "f57a8a28-b5b6-4480-a13e-39de5663812f"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11980"
+ ],
+ "x-ms-correlation-request-id": [
+ "df6cade1-15a6-405c-90ea-fa653401622d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194326Z:df6cade1-15a6-405c-90ea-fa653401622d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:43:26 GMT"
+ ],
+ "Content-Length": [
+ "3516"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"rpcClientTest7466\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466\",\r\n \"type\": \"Microsoft.Compute/restorePointCollections\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"newTag\": \"newValue\",\r\n \"newtestTag\": \"newValue\"\r\n },\r\n \"properties\": {\r\n \"source\": {\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/virtualMachines/vm5896\"\r\n },\r\n \"restorePointCollectionId\": \"8e25a990-eaf2-43d5-872d-dc96f1e436d5\",\r\n \"restorePoints\": [\r\n {\r\n \"name\": \"rpClientTest8860\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466/restorePoints/rpClientTest8860\",\r\n \"properties\": {\r\n \"sourceMetadata\": {\r\n \"vmId\": \"7ba4679e-a993-4c29-985c-eead4f5e8a06\",\r\n \"location\": \"southeastasia\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"diskSizeGB\": 127,\r\n \"caching\": \"None\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/disks/test\"\r\n },\r\n \"diskRestorePoint\": {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466/restorePoints/rpClientTest8860/diskRestorePoints/test_13132686-04f3-4a55-a986-2dd72dd601c3\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"consistencyMode\": \"ApplicationConsistent\",\r\n \"provisioningDetails\": {\r\n \"creationTime\": \"2021-06-29T12:40:24.0734132-07:00\",\r\n \"totalUsedSizeInBytes\": 15133061120,\r\n \"statusCode\": 0,\r\n \"statusMessage\": \"{\\\"jobMessage\\\":\\\"\\\",\\\"messageStr\\\":\\\"6\\\\/29\\\\/2021 7:43:02 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed \\\",\\\"snapshotConsistency\\\":2}\"\r\n },\r\n \"excludeDisks\": [\r\n {\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/disks/vm5896_disk2_6e1cd050c43942d1b385268fa469dee9\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466/restorePoints/rpClientTest8860?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY0NsaWVudFRlc3Q3NDY2L3Jlc3RvcmVQb2ludHMvcnBDbGllbnRUZXN0ODg2MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "bd9809a9-5a19-457e-a267-1a33a594144c"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/6a5cb57f-c7d3-4124-8111-cbe1befbb5dc?monitor=true&api-version=2021-03-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/6a5cb57f-c7d3-4124-8111-cbe1befbb5dc?api-version=2021-03-01"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/DeleteRestorePoints3Min;349,Microsoft.Compute/DeleteRestorePoints30Min;999"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "6a5cb57f-c7d3-4124-8111-cbe1befbb5dc"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "5a96cc29-a674-412e-bfeb-4982be297d13"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194327Z:5a96cc29-a674-412e-bfeb-4982be297d13"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:43:26 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/6a5cb57f-c7d3-4124-8111-cbe1befbb5dc?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhNWNiNTdmLWM3ZDMtNDEyNC04MTExLWNiZTFiZWZiYjVkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29973"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "4c8306d5-960f-475b-a918-312eb4272814"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11979"
+ ],
+ "x-ms-correlation-request-id": [
+ "969558e3-9755-43f4-ac7e-41ca70f5024e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194357Z:969558e3-9755-43f4-ac7e-41ca70f5024e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:43:56 GMT"
+ ],
+ "Content-Length": [
+ "184"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:43:26.9642668-07:00\",\r\n \"endTime\": \"2021-06-29T12:43:37.1205101-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6a5cb57f-c7d3-4124-8111-cbe1befbb5dc\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/6a5cb57f-c7d3-4124-8111-cbe1befbb5dc?monitor=true&api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZhNWNiNTdmLWM3ZDMtNDEyNC04MTExLWNiZTFiZWZiYjVkYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29972"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "6af2496e-e59a-447c-a32d-58473b30937c"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11978"
+ ],
+ "x-ms-correlation-request-id": [
+ "881ce980-51fe-417d-b6d1-b8eb5f35ffeb"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194357Z:881ce980-51fe-417d-b6d1-b8eb5f35ffeb"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:43:56 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar1514/providers/Microsoft.Compute/restorePointCollections/rpcClientTest7466?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3RhcjE1MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3Jlc3RvcmVQb2ludENvbGxlY3Rpb25zL3JwY0NsaWVudFRlc3Q3NDY2P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "3e5f4820-0eac-4e3c-8035-4401a6c1b896"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/eedc05ff-7708-40a7-89e6-06463a8dbfa7?monitor=true&api-version=2021-03-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/eedc05ff-7708-40a7-89e6-06463a8dbfa7?api-version=2021-03-01"
+ ],
+ "Azure-AsyncNotification": [
+ "Enabled"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/DeleteRestorePoints3Min;348,Microsoft.Compute/DeleteRestorePoints30Min;998"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "eedc05ff-7708-40a7-89e6-06463a8dbfa7"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14998"
+ ],
+ "x-ms-correlation-request-id": [
+ "b26a660e-fca9-48e6-a50c-d641a903b854"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194359Z:b26a660e-fca9-48e6-a50c-d641a903b854"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:43:59 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/eedc05ff-7708-40a7-89e6-06463a8dbfa7?api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VlZGMwNWZmLTc3MDgtNDBhNy04OWU2LTA2NDYzYThkYmZhNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14983,Microsoft.Compute/GetOperation30Min;29970"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "640d1bdc-49da-4928-84b3-ea15ffe9427b"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11976"
+ ],
+ "x-ms-correlation-request-id": [
+ "f0f9aff2-ca4f-4cae-9c6f-498375454b39"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194430Z:f0f9aff2-ca4f-4cae-9c6f-498375454b39"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:44:29 GMT"
+ ],
+ "Content-Length": [
+ "184"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2021-06-29T12:43:59.6673858-07:00\",\r\n \"endTime\": \"2021-06-29T12:43:59.7143065-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"eedc05ff-7708-40a7-89e6-06463a8dbfa7\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/southeastasia/operations/eedc05ff-7708-40a7-89e6-06463a8dbfa7?monitor=true&api-version=2021-03-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VlZGMwNWZmLTc3MDgtNDBhNy04OWU2LTA2NDYzYThkYmZhNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/47.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29969"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "64fbb6bd-7aa8-4290-9b63-fb21cd3f3637"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11975"
+ ],
+ "x-ms-correlation-request-id": [
+ "5b8a5b3a-803d-4d69-b284-7bfcce679232"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194430Z:5b8a5b3a-803d-4d69-b284-7bfcce679232"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:44:29 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar1514?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RhcjE1MTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0fd03da2-f71c-4005-9101-1e59e2c9c4af"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-request-id": [
+ "5921187e-144c-41d0-849a-610bb6158d5e"
+ ],
+ "x-ms-correlation-request-id": [
+ "5921187e-144c-41d0-849a-610bb6158d5e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194435Z:5921187e-144c-41d0-849a-610bb6158d5e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:44:35 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "d6188fbb-bdaf-4205-9db3-3faad17f856a"
+ ],
+ "x-ms-correlation-request-id": [
+ "d6188fbb-bdaf-4205-9db3-3faad17f856a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194451Z:d6188fbb-bdaf-4205-9db3-3faad17f856a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:44:50 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "15ab6b91-0c01-4538-9a9a-538e7d7269c5"
+ ],
+ "x-ms-correlation-request-id": [
+ "15ab6b91-0c01-4538-9a9a-538e7d7269c5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194506Z:15ab6b91-0c01-4538-9a9a-538e7d7269c5"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:45:05 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-request-id": [
+ "d9c2cc79-bc51-4b79-b676-8ccd0268f1ea"
+ ],
+ "x-ms-correlation-request-id": [
+ "d9c2cc79-bc51-4b79-b676-8ccd0268f1ea"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194522Z:d9c2cc79-bc51-4b79-b676-8ccd0268f1ea"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:45:21 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-request-id": [
+ "ad3133b6-6122-4788-a28e-d6b7299a94f8"
+ ],
+ "x-ms-correlation-request-id": [
+ "ad3133b6-6122-4788-a28e-d6b7299a94f8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194537Z:ad3133b6-6122-4788-a28e-d6b7299a94f8"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:45:36 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-request-id": [
+ "56459a08-efb8-48cd-8bda-14812ea65c7c"
+ ],
+ "x-ms-correlation-request-id": [
+ "56459a08-efb8-48cd-8bda-14812ea65c7c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194552Z:56459a08-efb8-48cd-8bda-14812ea65c7c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:45:52 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-request-id": [
+ "f02ef3e3-9ed9-4505-96e5-827b5eff5257"
+ ],
+ "x-ms-correlation-request-id": [
+ "f02ef3e3-9ed9-4505-96e5-827b5eff5257"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194608Z:f02ef3e3-9ed9-4505-96e5-827b5eff5257"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:46:08 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
+ ],
+ "x-ms-request-id": [
+ "391904b7-c68e-40f7-970d-2272c4f1d9cf"
+ ],
+ "x-ms-correlation-request-id": [
+ "391904b7-c68e-40f7-970d-2272c4f1d9cf"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194623Z:391904b7-c68e-40f7-970d-2272c4f1d9cf"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:46:23 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-request-id": [
+ "be75daa5-d0fc-43e7-9ad6-12193a6a1ce5"
+ ],
+ "x-ms-correlation-request-id": [
+ "be75daa5-d0fc-43e7-9ad6-12193a6a1ce5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194639Z:be75daa5-d0fc-43e7-9ad6-12193a6a1ce5"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:46:38 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11991"
+ ],
+ "x-ms-request-id": [
+ "5ba40d5b-b424-48b0-b8ea-fd8488035c9f"
+ ],
+ "x-ms-correlation-request-id": [
+ "5ba40d5b-b424-48b0-b8ea-fd8488035c9f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194654Z:5ba40d5b-b424-48b0-b8ea-fd8488035c9f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:46:54 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11990"
+ ],
+ "x-ms-request-id": [
+ "d0824083-8459-4444-b068-9af39c364a28"
+ ],
+ "x-ms-correlation-request-id": [
+ "d0824083-8459-4444-b068-9af39c364a28"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194709Z:d0824083-8459-4444-b068-9af39c364a28"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:47:09 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11989"
+ ],
+ "x-ms-request-id": [
+ "6f20f27a-75be-486d-a25b-6bc0c5793771"
+ ],
+ "x-ms-correlation-request-id": [
+ "6f20f27a-75be-486d-a25b-6bc0c5793771"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194725Z:6f20f27a-75be-486d-a25b-6bc0c5793771"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:47:24 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11988"
+ ],
+ "x-ms-request-id": [
+ "01ae7076-1118-44f4-9a88-8a424e927b5c"
+ ],
+ "x-ms-correlation-request-id": [
+ "01ae7076-1118-44f4-9a88-8a424e927b5c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194740Z:01ae7076-1118-44f4-9a88-8a424e927b5c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:47:40 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11987"
+ ],
+ "x-ms-request-id": [
+ "14b20e93-9397-47cd-b92c-3aa9f856ae14"
+ ],
+ "x-ms-correlation-request-id": [
+ "14b20e93-9397-47cd-b92c-3aa9f856ae14"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194756Z:14b20e93-9397-47cd-b92c-3aa9f856ae14"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:47:55 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11986"
+ ],
+ "x-ms-request-id": [
+ "9439cdff-a1ba-4e5d-afdc-c277283f20ba"
+ ],
+ "x-ms-correlation-request-id": [
+ "9439cdff-a1ba-4e5d-afdc-c277283f20ba"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194811Z:9439cdff-a1ba-4e5d-afdc-c277283f20ba"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:48:10 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVIxNTE0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkl4TlRFMExWTlBWVlJJUlVGVFZFRlRTVUVpTENKcWIySk1iMk5oZEdsdmJpSTZJbk52ZFhSb1pXRnpkR0Z6YVdFaWZRP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.30015.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19043.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11985"
+ ],
+ "x-ms-request-id": [
+ "48aa4e35-f043-404d-b851-7c8a6b243294"
+ ],
+ "x-ms-correlation-request-id": [
+ "48aa4e35-f043-404d-b851-7c8a6b243294"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210629T194811Z:48aa4e35-f043-404d-b851-7c8a6b243294"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 29 Jun 2021 19:48:11 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ }
+ ],
+ "Names": {
+ "CreateRpcAndRestorePoints": [
+ "crptestar1514",
+ "crptestar8569",
+ "crptestar5118",
+ "rpClientTest8860",
+ "rpcClientTest7466",
+ "rpcClientTest6808"
+ ],
+ "CreatePublicIP": [
+ "pip2981",
+ "dn3495"
+ ],
+ "CreateVNET": [
+ "vn3702",
+ "sn9495"
+ ],
+ "CreateNIC": [
+ "nic2358",
+ "ip7803"
+ ],
+ "CreateDefaultVMInput": [
+ "crptestar2532",
+ "crptestar4719",
+ "crptestar2381",
+ "vm5896",
+ "Microsoft.Compute/virtualMachines5595"
+ ]
+ },
+ "Variables": {
+ "SubscriptionId": "0296790d-427c-48ca-b204-8b729bbd8670"
+ }
+}
\ No newline at end of file